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

后端 未结 3 1909
情歌与酒
情歌与酒 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:07

    I guess your problem is the same as "Xcodebuild'ing a workspace and setting a custom build path". Set the SYSROOT with absolute path, default is relative path.

提交回复
热议问题