從xcode中移除ARC

weixin_34107955發表於2017-05-13

單擊xcode左邊導航器(navigator)皮膚的專案名

249036-ad8a6edccea59e2c.png
螢幕快照 2017-05-13 上午11.07.17.png

選擇TARGETSBuild Phases,從中展開Compile Sources,逐一雙擊裡面的每個檔案,為他們的Compiler Flags新增-fno-objc-arc

249036-3e6a5c40786368db.png
螢幕快照 2017-05-13 上午11.19.59.png

參考連結:http://stackoverflow.com/questions/8958761/how-to-remove-arc-from-xcode

相關文章