问题
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