Xcode 10 - invalid bitcode signature while archiving

573 Views Asked by At

After switching to Xcode 10, I've been getting invalid bitcode signature when I try to archive. After hours of struggle, I stumbled upon this and was able to archive after removing armv7 from valid architectures.

I really cant release the app with armv7 removed since there are lot of users who uses iPhone 4s & will be in dark if I do this.

I use both static and dynamic frameworks in my application and all of them support armv7 architecture by default.

Did anyone else face this issue? Is there a workaround to include armv7 as valid architecture?

1

There are 1 best solutions below

0
On

Set Build Active Architecture Only is Yes

enter image description here