mthuong
mthuong

Reputation: 407

error: Invalid bitcode version (Producer: '800.0.24.1_0' Reader: '703.0.31_0') with XCode 7.3.1

I got the error when archive my app.

error: Invalid bitcode version (Producer: '800.0.24.1_0' Reader: '703.0.31_0')  

I'm using XCode 7.3.1 Target 8.0 Enabled Bitcode

I was successed to archive the build last week but I got this issue today. I don't know where is the bitcode version come from. Could anyone family with this?

Upvotes: 5

Views: 3329

Answers (2)

Pavan gopal
Pavan gopal

Reputation: 81

I disabled bitcode for my pod and my project. It worked.

Upvotes: 0

Duong Nguyen
Duong Nguyen

Reputation: 172

Oh, I meet this issue before. I install new Xcode 8 beta and everything was solved. :)

Upvotes: 5

Related Questions