我正在为iOS开发静态库,在其中使用Alamofire。当我尝试为模拟器构建发行版时,一切正常,但是,当我尝试为设备(发行版或调试版)构建它时,出现以下问题:
ld: bitcode bundle could not be generated because '/PathToMyLibraryProducts/Release-iphoneos/Alamofire/Alamofire.framework/Alamofire' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build for architecture armv7
Run Code Online (Sandbox Code Playgroud)
我的框架启用了位码,它是胖框架(用于设备和模拟器的构建)。我该如何解决?