Jenkins和Xcode:无法读取项目

时间:2019-03-13 13:11:17

标签: xcode jenkins

我正在尝试使用xcodebuild在Jenkins中构建一个xcode项目。这就是我在做什么:

cd /Applications/XAMPP/htdocs/apps/test/ios/

export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"

xcodebuild -list -project test.xcodeproj

但是它还给我:

xcodebuild: error: Unable to read project 'test.xcodeproj'. 
Reason: Project /Applications/XAMPP/xamppfiles/htdocs/apps/test/ios/test.xcodeproj cannot be opened because it is missing its project.pbxproj file

使用Jenkins从Git存储库中提取并使用xcodebuild进行构建时,它可以工作。但是当我尝试遍历目录更改时,不会。

谢谢

0 个答案:

没有答案