Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i authored Mar 5, 2024
1 parent 1c4c5d3 commit 6d3c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Build Project
run: |
xcodebuild -workspace Splito.xcworkspace -scheme "Splito" -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO" -destination generic/platform=iOS clean build | xcpretty --color
xcodebuild -workspace Splito.xcworkspace -scheme "Splito" clean build -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED="NO" -destination generic/platform=iOS OTHER_SWIFT_FLAGS="-Wno-deprecated-declarations" | xcpretty --color

0 comments on commit 6d3c735

Please sign in to comment.