2015.2731 module 'storyboard' not found vs. latest stable CFStreamFault

I’m presuming you’ll want to keep supporting this? Present in 2015.2729 and 2015.2730 also.

Had to use latest daily build due to OSX 10.11, with latest stable this error does not appear, but instead I get "please re-install XCode (copyPNG and another command missing from path). If I try to build again, the error disappears but I CFStreamFault with various differently displayed dialog messages. Since you never have to enter the password normally, I don’t have the password at lickety-split access and try two. No dice.

I decide the fastest way to just fix it is to work for free and convert the whole app to composer, and compile with the latest daily build. That should work. Or it should have worked, if it now didn’t disallow me from compiling my program because I had tried those passwords. I must now deauthorize and quit.

And when I do, Corona shows the error that it can’t contact the license server.

After changing the password for my account here, I could compile. Still couldn’t run on device, after a bit I suspected unicode characters in the app file name, and yes, support for this is (temporarily, we hope) broken by Apple. 

I just wanted to make a small change to a not that old app that I was able to make a new version of a week ago. :confused:

Constructive or not, wanted to describe that we’re in a bit of a fix from depending on Corona updates to fix things some of which perhaps could have been addressed during OSX 10.11 betas, I don’t know your policy. Hopefully this period will pass soon and the only question I have is that in the first sentence. Have an as good day as possible! :slight_smile:

Hi @henrik5,

Storyboard has officially been removed from the core and we no longer support it. You can, however, include (require()) the old library in your project and everything should work as it did before.

See here:

https://coronalabs.com/blog/2015/08/11/tutorial-treasury-composer/

Best regards,

Brent

Thx Brent, yes the best way is to convert all the scene sources to the new. Thx for link! :slight_smile:

Brent, which is last version with storyboard support ? 

I mean Corona Enterprise.

Hi @stepnoy,

2015.2716 is where it was removed:

https://developer.coronalabs.com/release/2015/2716/

Brent

Here is the direct URL:

https://github.com/coronalabs/framework-storyboard-legacy

Of course, this is the end of Storyboard. We will not be updating the library. It’s open source, you can make any changes that you need to it.

Rob

Also, just to clarify for anybody reading this, the legacy Storyboard module (storyboard.lua) can be dropped into (included) in any legacy project, and it should work exactly as Storyboard-based projects worked before we removed it from the core.

Brent

Hi @henrik5,

Storyboard has officially been removed from the core and we no longer support it. You can, however, include (require()) the old library in your project and everything should work as it did before.

See here:

https://coronalabs.com/blog/2015/08/11/tutorial-treasury-composer/

Best regards,

Brent

Thx Brent, yes the best way is to convert all the scene sources to the new. Thx for link! :slight_smile:

Brent, which is last version with storyboard support ? 

I mean Corona Enterprise.

Hi @stepnoy,

2015.2716 is where it was removed:

https://developer.coronalabs.com/release/2015/2716/

Brent

Here is the direct URL:

https://github.com/coronalabs/framework-storyboard-legacy

Of course, this is the end of Storyboard. We will not be updating the library. It’s open source, you can make any changes that you need to it.

Rob

Also, just to clarify for anybody reading this, the legacy Storyboard module (storyboard.lua) can be dropped into (included) in any legacy project, and it should work exactly as Storyboard-based projects worked before we removed it from the core.

Brent