fix(ci): restore -destination flag for SwiftPM xcodebuild
-sdk alone is rejected; SwiftPM packages require -destination. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ workflows:
|
|||||||
script: |
|
script: |
|
||||||
xcodebuild build \
|
xcodebuild build \
|
||||||
-scheme SilverApple \
|
-scheme SilverApple \
|
||||||
-sdk iphoneos \
|
-destination "generic/platform=iOS" \
|
||||||
-configuration Release \
|
-configuration Release \
|
||||||
-derivedDataPath "$CM_BUILD_DIR/DerivedData" \
|
-derivedDataPath "$CM_BUILD_DIR/DerivedData" \
|
||||||
CODE_SIGNING_ALLOWED=NO \
|
CODE_SIGNING_ALLOWED=NO \
|
||||||
|
|||||||
Reference in New Issue
Block a user