Hi
I've tested my app on many devices and all good, however it just got rejected saying it crashes upon starting.
I've downloaded the .crash files from Apple, and it looks like this:
Code:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x05385000
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 Myapp 0x001c8fd0 ofPixels_<unsigned char>::swapRgb() + 24
1 Myapp 0x001c5f02 void putBmpIntoPixels<unsigned char>(FIBITMAP*, ofPixels_<unsigned char>&, bool) + 266
2 Myapp 0x001c5256 ofLoadImage(ofPixels_<unsigned char>&, std::string) + 678
3 Myapp 0x001c59d0 ofImage_<unsigned char>::loadImage(std::string) + 96
4 Myapp 0x000066a4 screenMenu::loadAssets() + 280
5 Myapp 0x0000626e screenMenu::init(testApp*) + 1794
6 Myapp 0x000039da testApp::setup() + 198
7 Myapp 0x001ad3ca -[ofxiPhoneAppDelegate applicationDidFinishLaunching:] + 934
8 UIKit 0x3269c83e -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1270
9 UIKit 0x326963b6 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 390
By the way, that above isn't symbolicated is it? How should a symbolicated file look?
When I open Organizer, then Archives, I click on the release version I sent to apple, then right click > show in finder. I right click the .xcarchive and show package contents. There is a dSYMs folder, but no .dsym file inside. What am I doing wrong?
Obviously I don't want the debug symbols inside my app that people download, but I do want the dsym file for debugging.
In xcode 4, I click my app project file, then in targets select the app then build settings, if I search for symbol I get these settings:
Any advice would be fantastic,
Many thanks
Chris