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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -