iOS Project Update Xcode 4.2 to Xcode 4.5

后端 未结 6 964
迷失自我
迷失自我 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:43

    sqlite 3 and MobileCoreServices are available with ios 6.

    • Remove red references
    • Go in Targets properties -> Build Phases, section Link Binary With Libraries
    • Click on Add button and add libsqlite3.dylib & MobileCoreServices.framework.

      If libsqlite3.dylib is not available in the list. Open your xcodeproj with a text editor then search and destroy hidden references to libsqlite3. And try again.

    • Xcode screenshot, Link Binary With Libraries screenshot

    Vivien

提交回复
热议问题