07-20-2012 11:13 AM
I have somehow successfully updated my alpha and IDE, now my only issue is that when I run my app it begins to open on the alpha but fails saying could not load library libbb.so.0, I will do some digging but if anyone has thoughts?
Thanks as always.
Solved! Go to Solution.
07-20-2012 11:22 AM
It must be something new I am missing, as the sample apps won't even run, is there documentation on things needed to make the switch? Thanks all.
07-20-2012 11:23 AM
07-20-2012 01:30 PM
Hmm, rebuilding doesn't seem to work, can I accomplish this manually? Where would the needed library/reconfiguration likely be located?
07-20-2012 01:47 PM
Try creating a new project and copying your files in.
Stuart
07-20-2012 02:29 PM
07-20-2012 02:32 PM
I'll do that and maybe ill try it on the simulator, I've just been working with the alpha so far
07-21-2012 09:55 AM
I also had issues when upgrading to BETA 2.
My app would compile fine but when run in the simulator, it would crash stating: "ERROR CODE 8".
What I did is create a new Cascades application and just simply copied over the old files into my new project (with a name change here and there).
This rectified the issue.
07-21-2012 10:00 AM
Yes i did the same, it is unfortunate it is not backwards compatible but the issue is easily rectified, thanks all.
07-23-2012 04:38 PM
For error code 8, see: http://supportforums.blackberry.com/t5/Native-Deve
Creating a new project and copying the files is overkill but will get you past some issues. You might just need to change your library names as described in the last section of:
https://developer.blackberry.com/cascades/document
Stuart