Xcode 7.3 cannot create __weak reference in file using manual reference counting

后端 未结 7 1967
清酒与你
清酒与你 2020-12-12 12:50

After updating to Xcode 7.3, it throws the error Cannot create __weak reference in file using manual reference counting in pod files. Has anyone solved this iss

相关标签:
7条回答
  • 2020-12-12 13:38

    Just goto your target in "Build Phases" tab look for the pod files in "Compile Sources", click those files and add compiler flag "-fobjc-arc"

    0 讨论(0)
提交回复
热议问题