JavaShuo
栏目
标签
Xcode运行出现 xxx can only be used with ARC问题解决
时间 2021-07-12
栏目
iOS
繁體版
原文
原文链接
当使用xcode运行项目时遇到xxx can only be used with ARC的问题,截图如下: 解决办法:只需要在target的build phases中,将compile sources中出现报错的.m文件,双击,然后输入-fobjc-arc,再enter即可;如下截图所示:
>>阅读原文<<
相关文章
1.
QSocketNotifier: Can only be used with threads started with QThread问题
2.
@Field parameters can only be used with form encoding
3.
[django] Exception Value: DatabaseWrapper objects created in a thread can only be used in that s...
4.
[django] Exception Value: DatabaseWrapper objects created in a thread can only be used in that same
5.
Error: Finish can only be called once
6.
AdaBoost训练出现问题:Train dataset for temp stage can not be filled
7.
VSCode提示:Type annotations can only be used in TypeScript files
8.
Secured RESTful API that can be used by Web App
9.
【我的Android进阶之旅】使用Retrofit进行Post请求报错: @Field parameters can only be used with form encoding.
10.
idea警告:'xxx==false' can be simplified to '!xxx'
更多相关文章...
•
Redis悲观锁解决高并发抢红包的问题
-
红包项目实战
•
Redis乐观锁解决高并发抢红包的问题
-
红包项目实战
•
PHP Ajax 跨域问题最佳解决方案
•
IntelliJ IDEA中SpringBoot properties文件不能自动提示问题解决
相关标签/搜索
问题解决
解决问题
问题&解决
used
arc
Python问题解决
未解决问题
问题-已解决
问题与解决
问题解决002
iOS
NoSQL教程
Spring教程
PHP 7 新特性
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
网络层协议以及Ping
2.
ping检测
3.
为开发者总结了Android ADB 的常用十种命令
4.
3·15 CDN维权——看懂第三方性能测试指标
5.
基于 Dawn 进行多工程管理
6.
缺陷的分类
7.
阿里P8内部绝密分享:运维真经K8S+Docker指南”,越啃越香啊,宝贝
8.
本地iis部署mvc项目,问题与总结
9.
InterService+粘性服务+音乐播放器
10.
把tomcat服务器配置为windows服务的方法
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
QSocketNotifier: Can only be used with threads started with QThread问题
2.
@Field parameters can only be used with form encoding
3.
[django] Exception Value: DatabaseWrapper objects created in a thread can only be used in that s...
4.
[django] Exception Value: DatabaseWrapper objects created in a thread can only be used in that same
5.
Error: Finish can only be called once
6.
AdaBoost训练出现问题:Train dataset for temp stage can not be filled
7.
VSCode提示:Type annotations can only be used in TypeScript files
8.
Secured RESTful API that can be used by Web App
9.
【我的Android进阶之旅】使用Retrofit进行Post请求报错: @Field parameters can only be used with form encoding.
10.
idea警告:'xxx==false' can be simplified to '!xxx'
>>更多相关文章<<