missing required architecture x86_64 in file libCorePlot-CocoaTouch.a

后端 未结 9 938
春和景丽
春和景丽 2020-12-25 13:57

According to the Ray Wenderlich tutorial, I done the following :

Step 1 - I downloaded CorePlot_1.4.zip o

9条回答
  •  北荒
    北荒 (楼主)
    2020-12-25 14:47

    If you want a 64-bit version of Core Plot, you'll have to build a new version of the static library. Arm64 builds require iOS 7 but Core Plot supports earlier versions, too, so the pre-built library is 32-bit only.

    Open CorePlot-CocoaTouch.xcodeproj and change the architecture settings to "Standard Architectures (including 64-bit)". Either build the "Universal Library" target and include the resulting static library in place of the one included with Core Plot 1.4 or use the dependent project setup instead.

提交回复
热议问题