Page 1 of 2

bitcode error xcode

Posted: Thu Oct 01, 2015 1:10 pm
by Joe Sharples

After updating to ios9 and Xcode 7 I received a new error and found the solution here:
http://stackoverflow.com/questions/30...

when I export to binary will this issue take care of itself? or will i need to change something within the builder?


bitcode error xcode

Posted: Thu Oct 01, 2015 2:25 pm
by Illya Stepanov

Hi Joe -

Sorry, I'm not quite getting your question. When you exporting your project and compile it using xCode, no other additional actions needed after this. Your build will be ready for testing or publishing.


bitcode error xcode

Posted: Thu Oct 01, 2015 3:51 pm
by Joe Sharples

Hi Illya,

To test the app on device I have been exporting it as an xcodeproject, when i do this i have to make changes within xcode or else the build fails. (Say NO to Enable Bitcode in your target Build Settings - http://stackoverflow.com/questions/30... )
I have to make this change every time i export the app to xcodes.

I am wanting to export the app to binary using the appery platform:
Image

When i exporting to binary using appery platform, will i need to make changes (NO to Enable Bitcode) within the appery builder before i export?

Thank you


bitcode error xcode

Posted: Thu Oct 01, 2015 4:24 pm
by Illya Stepanov

Joe -

We don't support iOS 9 and xCode 7 at this moment - yes, for now you will need to make such adjustments in your xCode project settings.


bitcode error xcode

Posted: Sat Oct 03, 2015 9:48 pm
by Ellen Schlechter

When do you think you will support iOS 9 and xCode 7?


bitcode error xcode

Posted: Sat Oct 03, 2015 11:49 pm
by Evgene Karachevtsev

Hello Ellen,

We hope they will be supported in the next release.


bitcode error xcode

Posted: Tue Oct 06, 2015 4:33 pm
by Thomas7775172

Hi Evgene,

Do you have an idea or approximation on when the next release will be? I cannot test my app on my iOS device due to it being 9.01.


bitcode error xcode

Posted: Tue Oct 06, 2015 6:06 pm
by Evgene Karachevtsev

Hello Thomas,

I suppose it will be in a month or so.


bitcode error xcode

Posted: Thu Oct 08, 2015 7:07 pm
by Thomas7775172

So is there a way around this? I cannot test my app on my iPhone anymore because of this update. Shouldn't there be a workaround? It's kind of odd for an app developing company to sway behind releases of the iPhone software...


bitcode error xcode

Posted: Thu Oct 08, 2015 7:49 pm
by SteveLacy

I am experiencing the same issue. Although disabling the bitcode in Xcode seemed to fix the problem.