I just installed latest public build (2015.2731) for Mac and I get the following error message:
module ‘storyboard’ not found
This is my code:
local composer = require “composer”
local storyboard = require( “storyboard” )
local widget = require “widget”