Issue error: Error Itms-90635-invalid mach-o in bundle-submitting to APP store

Source: Internet
Author: User

Issue error: Error Itms-90635-invalid mach-o in bundle-submitting to APP store

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.