我正在尝试使用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
进行构建时,它可以工作。但是当我尝试遍历目录更改时,不会。
谢谢