Hello Everyone,
Yesterday I started testing the new 64-bit slices for iOS but my apps are crashing on startup with a weird exception:
App[1092:237132] *** Terminating app due to uncaught exception of class '__NSCFConstantString’
libc++abi.dylib: terminating with uncaught exception of type __NSCFConstantString
I tested with a clean Enterprise Project using the Corona template, so I am not using any plugins or third party SDK at the moment and I’m using the 2015.2530 build.
Looking at the compile and link logs I don’t see any errors or relevant warnings (the only warning present is about not being able to find the facebook lib folder, that I’m not using during this tests).
I am doing some test and it seems that it is crashing during the execution of pure lua functions but haven’t found the source yet.
Could it be a flag or option that I need to pass to the compiler ?
Any ideas on what I’m missing ?