Xcode 4.5 and iOS 4.2.1 incompatibility

后端 未结 6 1474
情深已故
情深已故 2020-11-27 02:46

The latest release notes indicates 4.2.1 and lower will not be supported, we now have to use 2 version of Xcode to develop when supporting older devices?? This is going to b

6条回答
  •  迷失自我
    2020-11-27 03:45

    Try to set the project settings manually using IPHONEOS_DEPLOYMENT_TARGET=4.0. However, I don't know if there is any side effect.

提交回复
热议问题