Xcode 7.0 XCTest dyld: could not load inserted library IDEBundleInjection

后端 未结 9 2520
天涯浪人
天涯浪人 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:17

    I fixed this by just creating a new UnitTest target, copying everything over, and removing the old one.

提交回复
热议问题