我遇到了以下错误
The bundle “Project-name” couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle.
Reason: no suitable image found. Did find:
/Users/name/Documents/proj-name: required code signature missing for '/Users/name/Documents/proj-name/Frameworks/Project.framework/Project'
)
Program ended with exit code: 82
我是一个依赖项,它本身就是一个自定义框架文件(库),并将其添加到当前项目中,但在运行测试时遇到了问题。
项目编译和构建正常,运行测试时会出现错误。
Swift 3.0,XCode 8.0