Xcode 7.1.1 - Custom iOS framework not found when building for Generic iOS Device / Archive

此生再无相见时 提交于 2021-02-08 09:10:29

问题


I have imported my universal custom iOS framework to a new sample project. The sample program can be built in simulator and execute without problems.

However Xcode returns 'No such module ' when I try to archive or build the project in Generic iOS Device. Does anyone know how to fix this problem?

Update: 2015-10-17 17:55 Finally I found that the script I wrote to to create the universal framework does not include arm and arm64. And it causes Xcode unable to build the project in archive or build in Generic iOS Device.

来源:https://stackoverflow.com/questions/34326451/xcode-7-1-1-custom-ios-framework-not-found-when-building-for-generic-ios-devic

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!