Skip to content

Commit

Permalink
chore(CI) Fix iOS demo build
Browse files Browse the repository at this point in the history
Running `pod install` is not necessary anymore as iOS demos depend on the SDK using SPM.
  • Loading branch information
guillaume-tgl committed Feb 14, 2024
1 parent 22704ae commit 516c1ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
working-directory: ios/GSSDKCustomDemo
steps:
- uses: actions/checkout@v2
- run: pod install
- run: xcodebuild build -scheme GSSDKCustomDemo -workspace GSSDKCustomDemo.xcworkspace -configuration Debug -sdk iphoneos \
ONLY_ACTIVE_ARCH=YES \
CODE_SIGNING_ALLOWED="NO"
Expand All @@ -25,7 +24,6 @@ jobs:
working-directory: ios/GSSDKSimpleDemo
steps:
- uses: actions/checkout@v2
- run: pod install
- run: xcodebuild build -scheme GSSDKSimpleDemo -workspace GSSDKSimpleDemo.xcworkspace -configuration Debug -sdk iphoneos \
ONLY_ACTIVE_ARCH=YES \
CODE_SIGNING_ALLOWED="NO"

0 comments on commit 516c1ad

Please sign in to comment.