Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 7 iOS 9 Migration issue Parse(PFACL.o)' does not contain bitcode #254

Closed
coolagrwal opened this issue Sep 14, 2015 · 17 comments
Closed

Comments

@coolagrwal
Copy link

While Migrating app from iOS 8.4 to 9.1 i am getting below exception on 1.8.3 Parse SDK.

Does anybody have workaround from this.

Parse.framework/Parse(PFACL.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

@nlutsenko
Copy link
Contributor

This sounds very strange, since 1.8.3 is definitely compiled with Bitcode support and there are not warnings on Xcode 7 GM.
Are you using Xcode 7 GM or 7.1 beta?

Bitcode seems to be incompatible between different versions of Xcode, and 9.1 is not available yet, and you can't quite submit apps with support for it.

The issue also is going to be resolved if you are using Cocoapods.

@nlutsenko nlutsenko self-assigned this Sep 14, 2015
@parse-github-bot
Copy link

Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.

Please try the latest SDK. Our release notes have details about what issues were fixed in each release.

In addition, you might find the following resources helpful:

@coolagrwal
Copy link
Author

here is the screen shot with SDK & Xcode Build details.

2015-09-14_16-38-55

@nlutsenko
Copy link
Contributor

Hey @coolagrwal, you are running Xcode 7.0 beta 6, any chance you can upgrade to the latest Xcode 7 GM and let us know if it works?

@coolagrwal
Copy link
Author

Good call, i will update to 7 GM and get back.

@coolagrwal
Copy link
Author

@nlutsenko thanks for your help, it is not an issue in 7 GM, but it sucks overall iOS 9.0 & Xcode 7.0

@the-scott-davis
Copy link

@nlutsenko this is still an issue with Xcode 7 official release running against iOS 9 base SDK.... still throwing the enable bitcode message @coolagrwal Does anyone have a solution for this?

@nlutsenko
Copy link
Contributor

@the-scott-davis can you attach a repro piece, I can't seem to reproduce an issue at all with the 1.8.4 release.

@nlutsenko
Copy link
Contributor

@the-scott-davis I would suggest trying to clean your Xcode DerivedData.
If that still doesn't work - any chance you can try including the errors that you are getting here?

@coolagrwal
Copy link
Author

Hi scott, have u download new sdk, and replaced old in ur build folder??

it worked for me on 7 gm
On Sep 16, 2015 8:33 PM, "Scott Davis" notifications@github.com wrote:

@nlutsenko https://github.com/nlutsenko this is still an issue with
Xcode 7 official release running against iOS 9 base SDK.... still throwing
the enable bitcode message @coolagrwal https://github.com/coolagrwal
Does anyone have a solution for this?


Reply to this email directly or view it on GitHub
#254 (comment)
.

@the-scott-davis
Copy link

@nlutsenko and @coolagrwal i did a clean on the derived data and it fixed the problem. Thanks!

@nlutsenko
Copy link
Contributor

Glad it helped!
Let us know if there is anything else we can help you with!

@pocketdeveloper
Copy link

@nlutsenko thanks for the help, but I still get a very similar issue on Xcode 7.0.1 and the latest Parse SDK.
Apparently PFPrimaryButton.o was built without full bitcode.

screen shot 2015-10-08 at 10 36 42 pm

@nlutsenko
Copy link
Contributor

Hmm... Very strange. @pocketdeveloper any chance you can try using Cocoapods? That will get you building from source which should support bitcode from get-go.

Will look into it, though. Thanks!

@nlutsenko
Copy link
Contributor

Yup, this indeed doesn't work on ParseUI 1.1.6.
Going to create an issue there, will link back in a moment.

@nlutsenko
Copy link
Contributor

Apparently, there is one... https://github.com/ParsePlatform/ParseUI-iOS/issues/169
@pocketdeveloper, let's discuss it over there. Thanks!

@man00604
Copy link

man00604 commented Mar 5, 2016

Hi all,

I still have the same issue with the bit code and the same error as the originally post.

My Xcode version is 7.2.1 (7C1002) and the SDK bundle version is 1.12.0. I clear out the DerivedData and still have the problem. Can anyone help please?

/Parse(PFACL.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

Thanks

Terence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants