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.
如何修复此错误:“函数 'nslog' 的隐式声明在 C99 无效”。请告诉一些有关此错误的信息,为什么会发生这种情况。
大写/小写在 Objective-C 中很重要,所以正确的使用不是nslogbut NSLog。
nslog
NSLog
可能是因为你没有在你的项目中添加基础框架。
右键单击您的顶级项目文件夹,单击添加 -> 现有框架并从列表中添加“基础框架”。