小编Tom*_*ura的帖子

不包含设备位码上的iOS Framework

我正在为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)

我的框架启用了位码,它是胖框架(用于设备和模拟器的构建)。我该如何解决?

ios ios-frameworks alamofire

7
推荐指数
2
解决办法
2274
查看次数

标签 统计

alamofire ×1

ios ×1

ios-frameworks ×1