cocopods【 审核报错】提交构建版本出错:ERROR ITMS-90635

昨天提交审核时出现了这样的错误
这里写图片描述
晚上有些不负责任的博主没有验证就将答案贴上,

这里写图片描述
结果就是报出语法错误
这里写图片描述

正确的方法是

platform:ios, ‘7.0’ 
use_frameworks! 
target "your app name" do 
pod 'Reachability', '3.1.0' 
pod 'AFNetworking', '~> 3.0.4s’
pod 'SDWebImage', '~> 3.7.5' 


end 
post_install do |installer|

    installer.pods_project.targets.each do |target|

    target.build_configurations.each do |config|

    config.build_settings['ENABLE_BITCODE'] = 'NO'

    end

    end
     end

然后 pod install -- verbose -- no-repo-update
注意是有两个 -
如果 pod install 报错,报错如下:

[!] Invalid Podfile file: syntax error, unexpected tCONSTANT,
expecting end-of-input …ig.build_settings[‘OTHER_CFLAGS’] ||
[‘$(inherited)’] … ^. Updating
CocoaPods might fix the issue.

那就需要先删除之前Podfile里面加的post_install do |installer|…… ,然后pod update, 在update之前记得给第三方框架指定一个版本(某些框架最新的可能在你项目无法使用,出现bug),升级后再次执行上面的步骤

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值