My project is working well in XCode 6. However, when I build my project in xCode7 Beta, I see the error message below:
我的项目在XCode 6中运行良好。但是,当我在xCode7 Beta中构建我的项目时,我看到了下面的错误信息:
OS X xib do not support target device type iPhone
OS X xib不支持目标设备类型的iPhone。
Please help me how to solve this error.
请帮我解决这个错误。
1 个解决方案
#1
9
GTMOAuthWindow.xib file is using in GDriveLibrary for making Mac based Application.This is not essential for to make iOS application. I have deleted this class from my project, Then worked for me. So if you are using any OS X xib in your iOS Application delete the file.
GTMOAuthWindow。xib文件在GDriveLibrary中使用,用于制作基于Mac的应用程序。这对于创建iOS应用程序来说并不重要。我已经从我的项目中删除了这个类,然后为我工作。因此,如果您在iOS应用程序中使用任何OS X xib删除该文件。
#1
9
GTMOAuthWindow.xib file is using in GDriveLibrary for making Mac based Application.This is not essential for to make iOS application. I have deleted this class from my project, Then worked for me. So if you are using any OS X xib in your iOS Application delete the file.
GTMOAuthWindow。xib文件在GDriveLibrary中使用,用于制作基于Mac的应用程序。这对于创建iOS应用程序来说并不重要。我已经从我的项目中删除了这个类,然后为我工作。因此,如果您在iOS应用程序中使用任何OS X xib删除该文件。