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?

8
  • The first thing I'd do with that is to update the deployment target to at least 8.4. That should also fix your problem.CommentedJun 23, 2016 at 10:59
  • its because 64bit change instead of 32bit usageCommentedJun 23, 2016 at 11:00
  • @Fogmeister I can't change the deployment target.
    – Rockers23
    CommentedJun 23, 2016 at 11:09
  • @ÖzgürErsil yes I read about it.
    – Rockers23
    CommentedJun 23, 2016 at 11:10
  • 1
    Disable bitcode then.
    – Desdenova
    CommentedJun 23, 2016 at 11:11

3 Answers 3

5

Change the option Enable Bitcode to No

enter image description here

0
    4

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

    0
      0

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

        Start asking to get answers

        Find the answer to your question by asking.

        Ask question

        Explore related questions

        See similar questions with these tags.