简体   繁体   中英

Bitcode_strip failed in Xcode 8

I know there are few same question as this title, I try all given solution which are advised but not working in my case. Do anyone has any other solution for same?

I have tried below all options.

1) Remove all derived data and clean multiple times**

2) Change Xcode version**

3) Set STRIP_BITCODE_FROM_COPIED_FILES=NO

4) All bit-code option in build setting are set to NO**

5) Check - uncheck "Rebuild from bitcode" option**

Do anyone has an idea why this option(Re-build from bit code in archive option) appear in only specific projects, this is not visible in all projects. I have checked two projects in which one has this option visible and another has not - I checked all setting of and found there are no any changes in settings so why this happen for two different projects?

Please share me if anyone has idea about same.

Thank you

截图

Bitcode:

Go to project Settings and mark No against Enable Bitcode option.

构建选项

This is how it will appear while archiving.

在此处输入图片说明

See this :

1: All of the supplied libraries have to support Bitcode in order for the main target that includes them to support Bitcode

2: try to compile project with Bitcode enabled to check whether all of the dependencies support Bitcode.

Note: For iOS apps, bitcode is the default, but optional. For watchOS and tvOS apps, bitcode is required. If you provide bitcode, all apps and frameworks in the app bundle (all targets in the project) need to include bitcode. After you distribute your app using iTunes Connect

It may be due to lack of disk capacity. Try deleting the temp files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM