ios - dyld: could not load inserted library -
when try run ui , unit tests, got exception:
dyld: not load inserted library '/private/var/containers/bundle/application//autotestingapp.app/frameworks/idebundleinjection.framework/idebundleinjection' because no suitable image found. did find:
dyld: library not loaded: @rpath/xctest.framework/xctest
what try
- reinstall xcode
- check developer , provision profile
app build successful, not tested.
whats wrong me?
for it's worth, might able avoid issue running test on simulator instead of device. make sure you've set profiles correctly: i.e. xcode 7.0 xctest dyld: not load inserted library idebundleinjection
Comments
Post a Comment