Xcode 7.0 XCTest dyld: could not load inserted library IDEBundleInjection

后端 未结 9 2465
天涯浪人
天涯浪人 2020-12-17 10:01

I\'m running unit tests on my iOS project and when it\'s running, it crashes and spits this out:

dyld: could not load inserted library \'/private/var/mobile/         


        
相关标签:
9条回答
  • 2020-12-17 10:20

    In General Panel , not leave the Team to "None"

    At Same time : select the code sign in Build Setting->Code Signing-> Code Signing Identity

    0 讨论(0)
  • 2020-12-17 10:20

    I had this same issue and had to reboot my device. I was using iOS 10 with Xcode 8.0 (developing in swift 3.0)

    0 讨论(0)
  • 2020-12-17 10:28

    I fixed this by selecting the correct target and then selecting the correct Code Signing Identity from Settings. It was set to a non default - changed to 'IOS Developer' for the Debug setting entry.

    0 讨论(0)
提交回复
热议问题