所以我确保没有引用,并且我的所有文件(iPad 应用程序)都在文件夹中。我压缩文件夹并将其发送给某人。当他们尝试运行时,他们会收到有关未定义方法的编译器错误。
前错误:
Property 'window' requires method 'window' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
Property 'window' requires method 'setWindow:' to be defined - use @synthesize, @dynamic or provide a method implementation in this class implementation
此外,该项目是在 Xcode 4.4 中创建和编写的,在那里运行良好,但正在发送到 Xcode 4.3 并使用 Xcode 4.3 打开。问题是不同的 Xcode 版本吗?如果不是,这还能是什么?