Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用任何参数调用任何方法而不会收到警告。例如:
[view addSubview:1] [view addSubview:[UIImage imageNamed:@""]];
其他类型的警告都可以并显示为什么 Xcode 不抛出警告?
注意:它应该是一个项目设置或一种,因为警告存在于其他项目中
这是这个问题的解决方案:
构建设置 -> 隐式整数到指针转换
将那个设置设为 NO 确实可以恢复警告
包装