Objective-C ARC Error: -fobjc-arc is not supported with fragile abi

前端 未结 2 1680
[愿得一人]
[愿得一人] 2020-12-17 01:11

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:

 Appl         


        
2条回答
  •  爱一瞬间的悲伤
    2020-12-17 01:38

    From Apple's developer forums

    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.

提交回复
热议问题