I’m compiling my app for my iphone running ios 3.1.2 using Corona SDK Version 2011.484 (2011.4.12). When I run on the device the app crashes because it is trying to link to libSystem.B.dylib.
Here is the output from my console:
[text]
Dyld Error Message:
Symbol not found: __NSConcreteStackBlock
Referenced from: /var/mobile/Applications/D7B3FBEF-F8F0-4F92-810C-7035B53F4D63/SuperEXTREME!SoundMachinePro.app/SuperEXTREME!SoundMachinePro
Expected in: /usr/lib/libSystem.B.dylib
in /var/mobile/Applications/D7B3FBEF-F8F0-4F92-810C-7035B53F4D63/SuperEXTREME!SoundMachinePro.app/SuperEXTREME!SoundMachinePro
Dyld Version: 149
[/text]
I have my minimum os version set to 3.1.2 in my build.settings file:
[lua]settings = {
orientation = {
default = “portrait”,
},
iphone = {
plist = {
UIStatusBarHidden = true,
MinimumOSVersion = “3.1.2”
}
}
}[/lua]
Am I missing some option to make Corona weak link this library? Can anyone provide a workaround?
Thanks,
–Paxton [import]uid: 22204 topic_id: 8985 reply_id: 308985[/import]