問(wèn)題描述
我在嘗試將我的 iPhone 應(yīng)用遷移到新的 ARC 技術(shù)時(shí)遇到問(wèn)題.當(dāng)我嘗試轉(zhuǎn)換代碼時(shí),出現(xiàn)以下錯(cuò)誤 29 次:
I'm having a problem trying to migrate my iPhone app to the new ARC technology. When I try to convert the code, the following error shows up 29 times:
Apple LLVM compiler 3.0 Error
-fobjc-arc is not supported with fragile abi
這是什么意思?更重要的是,我該如何解決?提前致謝!
What does this mean? And more importantly, how can I fix it? Thanks in advance!
推薦答案
來(lái)自 Apple 的開(kāi)發(fā)者論壇
這是 Seed 3 中的一個(gè)不幸錯(cuò)誤,其中遷移器和模擬器不能很好地協(xié)同工作.要解決這個(gè)問(wèn)題,只需切換到設(shè)備目標(biāo),然后進(jìn)行遷移.
This is an unfortunate bug in Seed 3, where the migrator and simulator aren't working well together. To address this, just switch to a device target, then do migration.
這篇關(guān)于Objective-C ARC 錯(cuò)誤:-fobjc-arc 不支持脆弱的 abi的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!