Skip to content

Commit 19793e2

Browse files
committed
clean build & remove ARCHS parameter
1 parent 1bdb9d3 commit 19793e2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ios-build-and-test.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ jobs:
1212
uses: maxim-lobanov/setup-xcode@v1
1313
with:
1414
xcode-version: '15.3'
15-
16-
- name: Install xcpretty
17-
run: gem install xcpretty
15+
16+
- name: Install simulator
17+
run: xcversion simulators --install='iOS 14.3'
18+
1819

1920
- name: Build WebRTCiOSSDK
2021
run: xcodebuild -scheme WebRTCiOSSDK -configuration Release -destination "generic/platform=iOS" ARCHS=arm64 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO build
2122

2223
- name: Test WebRTCiOSSDK
23-
run: xcodebuild -scheme WebRTCiOSSDK -destination "platform=iOS Simulator,name=iPhone 15" ARCHS=arm64 test
24+
run: xcodebuild clean -scheme WebRTCiOSSDK -destination "platform=iOS Simulator,name=iPhone 15" test
2425

2526
- name: Build WebRTCSampleApp
2627
run: xcodebuild -scheme WebRTC-Sample-App -configuration Release -destination "generic/platform=iOS" ARCHS=arm64 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO build

0 commit comments

Comments
 (0)