objective c - iOS App Store Rejection: Can't Reproduce Error "Library Not Loaded" -
after waiting 6 days, apple got me , rejected ios spritekit game (for ipad). rejection crashing on startup. in 4 of crash logs, there 1 error:
exception type: exc_breakpoint (sigtrap) exception codes: 0x0000000000000001, 0x0000000120055098 triggered thread: 0 dyld error message: library not loaded: /developer/library/frameworks/xctest.framework/xctest referenced from: /var/mobile/applications/8f4649c6-39f7-4eb7-8ff9-450fdf92e543/mygame.app/mygame reason: image not found dyld version: 324.1
i have tried reproduce crash creating .ipa file using ad hoc provisioning profile of exact same archive submitted app store. however, when run (tested on 2 ipads), runs fine. checked ~/library/logs/crashreporter, , there no .crash files app's name. quite confused @ point. how can reproduce error?
any , suggestions appreciated!
edit:
i have tried answer futureelite7 , completed of steps, app rejected again apple, same error.
the next time, removed xctest.framework app's test target , thought well. cleaned , resubmitted. however, rejected again. fourth time submitting.
remove "xctest.framework" file project navigator > targets > 'project name' > build phases. then, "product" (drop-down) > clean.
Comments
Post a Comment