ios - TestFlight app crash on launch -
- xcode 8.3.3
- ios 10.3
- "capabilities" includes icloud/cloudkit (i suspect irrelevant)
app built archive , pushed app store delivery testing via testflight, downloaded via test flight iphone 7+ (and iphone 6)
crashes on launch, receiving could not load inserted library '…idebundleinjection' because image not found
full output on console in xcode when launched there:
dyld: not load inserted library '/private/var/containers/bundle/application/4070e1c3-2e03-44ed-bf6d-9a496f980fca/appname.app/frameworks/idebundleinjection.framework/idebundleinjection' because image not found message debugger: terminated due signal 6
seems idebundleinjection
shouldn't linked app delivered app store.
others have seemed have similar problem when running tests xcode.
any insights this?
Comments
Post a Comment