我使用提供的函数Xcode将MRC项目转换为ARC。编辑->将->转换为Objective-C ARC。在检查之后,它说“没有必要更改源代码”。但在点击更新后,我试图构建应用程序,但收到了很多错误。所有的错误都是关于释放,自动释放。我还注意到属性不会改变retain,assign to strong或change。我是否应该手动更改代码以转换为ARC,或者我在迁移过程中错过了一些步骤?
我使用Repository模式创建了数据提供程序。orders (GetManyAsync()) and then returns the ones meeting the condition}IOrderRepository _orderRepository = new OrderRepository();
当我在CRUD操作中调用_orderReposi