RestKit/RestKit.h' file not found error during xcodebuild

后端 未结 3 1908
情歌与酒
情歌与酒 2021-01-14 05:46

I am trying to use Jenkins-CI to auto-build an iOS project that uses Restkit, apparently, restkit resides as a project inside the main project. And the project builds succes

3条回答
  •  感动是毒
    2021-01-14 06:05

    I don't think am answering this question, but a proper workaround this would be making use of XCode Schemes. Also one should mark the particular scheme as Shared.

    These links can serve helpful

    http://tetontech.wordpress.com/2011/05/26/command-line-building-using-xcode/

    http://developer.apple.com/library/ios/#recipes/xcode_help-scheme_editor/Articles/SchemeManage.html

提交回复
热议问题