我有一个 Xcode 项目。在 Xcode 交互时,我可以使用 Ad_Hoc_Distribution 配置运行/构建/归档,但是当我运行时:
/usr/bin/xcodebuild -configuration Ad_Hoc_Distribution clean build
在我的项目中,我收到一个错误:
/Users/esg/Documents/app-ios/testapp/testapp/AppDelegate.h:14:9: fatal error: 'RestKit/RestKit.h' file not found
#import <RestKit/RestKit.h>
^
1 error generated.
当它通过界面工作时,什么会导致它从命令行失败?