释放双眼,带上耳机,听听看~!
这是因为现在提交的app必须支持64位,
但是使用cocospod时,在Podfile文件里面加上:
post_installdo |installer| installer.project.targets.eachdo |target| target.build_configurations.eachdo
|config| config.build_settings[‘ARCHS’] =“armv7 arm64”endendend
解决办法:可能是因为打包的时候选择的设备是手机,换成iOS Device打包即可.