iOS framework UnitTest:Failed to load test bundle

 原创    2019-01-22

iOS UnitTest:Failed to load test bundle from file...no suitable image found

Use Xcode10.1,I added a Unit Tests to an framework project,But when lanch Unit Tests with Host App,It’t crashed with the following log

Failed to load test bundle from file...no suitable image found......

Fiexd:

you need make sure iOS Deployment target of the Host App and Unit Tests target are the same.

make sure mach-o type of the Unit Tests target is Bundle.

相关文章:

iOS Crash log 符号化
iOS performSelector使用int等基本数据类型的问题
iOS安全:iOS APP注入动态库重打包(非越狱)
iOS URLSession Authentication Challenge及SSL Pinning
CocoaPods Podfile and podspec configurations

发表留言

您的电子邮箱地址不会被公开,必填项已用*标注。发布的留言可能不会立即公开展示,请耐心等待审核通过。