我有一个未在 XCode 4.2 上存档的应用程序,因为它包含 mailcore 框架,但在库和标题搜索路径中完成更改后,我已经在 XCode 3.2 上成功存档。但是现在,当我在其 MainWindow.XIB 文件中进行更改时,例如添加标签或任何其他控件并在保存项目后进行编译时会出现错误..
编译XIB MainWindow.xib
没有提供足够的论据;要操作的输入文档在哪里?
并在 XCode 3.2 中扩展所有成绩单时,它给了我一些关于错误的详细描述,希望它更有帮助..
CompileXIB MainWindow.xib
cd /Users/amitbattan/Desktop/jony/Test/SampleApplication
setenv IBC_MINIMUM_COMPATIBILITY_VERSION 4.2
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/ibtool --errors --warnings --notices all_load --output-format human-readable-text --compile /Users/amitbattan/Desktop/Vikas/iRCS_Nov_8_4/RCS/build/Debug-iphonesimulator/iRCS.app/MainWindow.nib /Users/amitbattan/Desktop/Vikas/iRCS_Nov_8_4/RCS/MainWindow.xib --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk
/* com.apple.ibtool.errors */
: error: Not enough arguments provided; where is the input document to operate on?
所以,我不知道为什么会发生这个错误,我怎么能得到这个错误..
谢谢