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.
XCode 5 中的哪些相关设置可以为旨在为 64 位架构编译的静态 Cocoa Touch 框架生成警告?
在您的构建设置中,您会发现“Apple LLVM 5.0 - 警告 - 所有语言”标题,在其下方您会发现许多转换警告。这里最重要的一个是“ Implicit Conversion to 32-bit type”,它应该设置为 YES。Implicit Integer to Pointer Conversions应设置为 YES。可能还有其他的,但这些是主要的。
Implicit Conversion to 32-bit type
Implicit Integer to Pointer Conversions