0

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?

Sreejith
  • 1,345
  • 13
  • 25

1 Answers1

0

Set Build Active Architecture Only is Yes

enter image description here

Tuan Pham
  • 621
  • 9
  • 9