diff --git a/codemagic.yaml b/codemagic.yaml index 135560a..cd07798 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -24,7 +24,7 @@ workflows: script: | xcodebuild build \ -scheme SilverApple \ - -sdk iphoneos \ + -destination "generic/platform=iOS" \ -configuration Release \ -derivedDataPath "$CM_BUILD_DIR/DerivedData" \ CODE_SIGNING_ALLOWED=NO \