xcode - How to Update My Project Settings to Support iOS 5.1.1 or Later? -


this has 1 of simplest fixes. there must i'm not seeing/getting.

i in process of converting app 64-bit can deploy app store. got warnings in project , updated them xcode asks. however, don't know how update project settings support ios 5.1.1. can't find area.

i presume reason why cannot set architectures “standard architectures (including 64-bit).” instead, have option of "standard architectures (armv7, arm64) - $(arch_standard)"

how resolve this?

  1. select project in project navigator,
  2. select info tab, , then
  3. set ios deployment target version of ios want target (in case 5.1).

enter image description here


Comments