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.
.Net core webapi2.1生成exe可执行文件
2.
查看dll信息工具-oleview
3.
c++初学者
4.
VM下载及安装
5.
win10下如何安装.NetFrame框架
6.
WIN10 安装
7.
JAVA的环境配置
8.
idea全局配置maven
9.
vue项目启动
10.
SVN使用-Can't remove directoryXXXX,目录不是空的,项目报错,有红叉
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
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'
>>更多相关文章<<