Uploaded the project to AppStore last night and reported the mistake, Nani!? I can successfully upload in the morning, at that time, the judgment is the night speed problem caused by the morning, try again, or the same error, because Cocopods imported framework Bitcode inconsistent, the solution is to add the podfile behind
Post_installDo |Installer|Installer.Pods_project.targets. Each do | Target| target. Build_configurations. Each do | Config| config. Build_settings[' Enable_bitcode '] = ' NO ' end End
Then pod install--no-repo-update
If pod install error, the error is as follows:
[!] Invalid ' podfile ' file:syntax error, unexpected tconstant, expecting End-of-input
... ig.build_settings[' other_cflags ' | | [' $ (inherited) ']
... ^. Updating CocoaPods might fix the issue.
Then we need to remove the podfile.post_install do |installer|...... ,然后pod update, 在update之前记得给第三方框架指定一个版本(某些框架最新的可能在你项目无法使用,出现bug),升级后再次执行上面的步骤
Issue error: Error Itms-90635-invalid mach-o in bundle-submitting to APP store