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.