This is a migrated thread and some comments may be shown as answers.

Archive Problems

2 Answers 35 Views
Apple iOS SDK
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fe
Top achievements
Rank 1
Fe asked on 19 Dec 2016, 09:32 PM

I'm getting this error when I try archive my project:


bitcode bundle could not be generated because 'myApp/Frameworks/EverliveSDK.framework/EverliveSDK(EVDevice.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7

 

And I have no idea how to solve this.

2 Answers, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 21 Dec 2016, 12:20 PM

Hi Felippe,

Is the archive failing or you get just a just a warning?

I have tried to reproduce the error using XCode 8, but the archive succeeds. What version of XCode are you using?

You may disable the ENABLE_BITCODE flag in build settings tab of your app if you do not need to support bitcode. To disable/enable bitcode in your project, follow these steps:

  1. In the project build settings, make sure you have enabled All settings to be visible.
  2. The Build Options are the 4th section down. Select Yes or No for the Enable Bitcode option.

Let me know if this works for you.

Regards,
Martin
Telerik by Progress
 
Everlive is now Telerik Backend Services, and is part of the Telerik Platform.
 
0
Fe
Top achievements
Rank 1
answered on 10 Jan 2017, 02:01 AM
Thank you Martin, it worked perfectly!
Tags
Apple iOS SDK
Asked by
Fe
Top achievements
Rank 1
Answers by
Martin
Telerik team
Fe
Top achievements
Rank 1
Share this question
or