Xcode 5 iOS 7 CocoaPods Linker Error

后端 未结 8 1864
野趣味
野趣味 2020-12-15 04:22

I just upgraded my old project to new iOS 7. It was already using Cocoapods. I compile and run and everything works fine on the simulator and the device. I tried to archive

8条回答
  •  旧巷少年郎
    2020-12-15 04:56

    1. Try to remove arm64 from Build Setting -> Architectures (armv7, armv7s)
    2. Set Build Active Architectures Only to NO

    Worked for me just now.

    cocoapods version 0.34.1

提交回复
热议问题