7 iphone xcode objective-c ios5 automatic-ref-counting
我在尝试将我的iPhone应用程序迁移到新的ARC技术时遇到了问题.当我尝试转换代码时,以下错误显示29次:
Apple LLVM compiler 3.0 Error
-fobjc-arc is not supported with fragile abi
Run Code Online (Sandbox Code Playgroud)
这是什么意思?更重要的是,我该如何解决?提前致谢!
来自苹果开发者论坛
这是 Seed 3 中的一个不幸的错误,其中迁移器和模拟器不能很好地协同工作。要解决此问题,只需切换到设备目标,然后进行迁移即可。