0

I try to update an old iOS app with deployment target 5.1.1. When I run it on iOS 9.3.2, I got this error below:

-fembed-bitcode is not supported on versions of iOS prior to 6.0.

How can I fix that? Any ideas?

Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79
Rockers23
  • 775
  • 1
  • 12
  • 24

3 Answers3

5

Change the option Enable Bitcode to No

enter image description here

rohit Sidpara
  • 547
  • 2
  • 14
4

Project target ---> Build Settings --->search for bitcode set Enable Bitcode to NO

0

Project target ---> Build Settings --->search for bitcode set Enable Bitcode to NO

Ahmed Abdallah
  • 2,338
  • 1
  • 19
  • 30