'Invalid bitcode version (Producer: '902.0.39.2_0' Reader: '900.0.37_0')'

后端 未结 6 1753
遥遥无期
遥遥无期 2021-02-18 19:07

I\'m using Xcode 9.0.

My pod file:

pod \'Alamofire\', \'~> 4.3\'
pod \'SwiftyJSON\'
pod \'AlamofireSwiftyJSON\'
pod          


        
6条回答
  •  孤街浪徒
    2021-02-18 19:44

    This is because you have some dependencies in your project (frameworks) that is built with a newer version of Xcode.

    You have to update your Xcode version, or disable bit code in your project (Project > Build Settings > Enable Bitcode = NO)

提交回复
热议问题