iOS Project Update Xcode 4.2 to Xcode 4.5

后端 未结 6 1014
迷失自我
迷失自我 2021-01-12 07:28

\"enter

In my Project I have done 90% development using XCode 4.2 (was only need to su

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-12 07:53

    When click on your project in the project explorer, for each target, select that target. Then in the build phase, in the link with binary libraries, check your framework links.

    If you have simple problem, you can remove and add the libraries again.

    If the library is not built for arm7s, then goto target's archtecture, in the valid architectures, set it armv7 only. See if this remove the problem. if it is, then the frameworks needs to be build for armv7s.

提交回复
热议问题