bugfix/crash-on-av-permission-modal: remove spacing due to IDE setting #1192
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ninchat SwiftSDK | |
on: | |
push: | |
branches: | |
- '*' | |
- '*/*' | |
jobs: | |
build_test_SDK: | |
runs-on: macos-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v2 | |
- name: Shell Environment | |
run: export SHELL=/bin/bash | |
- name: Force Xcode 14 | |
run: sudo xcode-select -switch /Applications/Xcode_14.2.app | |
- name: Install Cocoapods | |
run: pod update | |
- name: Build SDK. Run Tests | |
run: xcodebuild test -workspace NinchatSDKSwift.xcworkspace -scheme NinchatSDKSwift -destination "platform=iOS Simulator,name=iPhone 14" "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -read_only_relocs suppress" ONLY_ACTIVE_ARCH=YES |