File tree Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Expand file tree Collapse file tree 1 file changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -94,29 +94,31 @@ jobs:
9494 run : |
9595 yarn build:android
9696
97- build-ios :
98- runs-on : macos-14
99- needs : build-library
100- steps :
101- - name : Checkout
102- uses : actions/checkout@v4
97+ # !! Currently build iOS is not working due to issues with XCode version
98+ # build-ios:
99+ # runs-on: macos-14
100+ # needs: build-library
103101
104- - name : Setup Xcode version
105- uses :
maxim-lobanov/[email protected] 106- with :
107- xcode-version : ' 15.4.0'
102+ # steps:
103+ # - name: Checkout
104+ # uses: actions/checkout@v4
105+
106+ # - name: Setup Xcode version
107+ # uses: maxim-lobanov/[email protected] 108+ # with:
109+ # xcode-version: '15.4.0'
108110
109111
110112
111- - name : Setup
112- uses : ./.github/actions/setup
113+ # - name: Setup
114+ # uses: ./.github/actions/setup
113115
114- - name : Install cocoapods
115- run : |
116- cd example/ios
117- pod install
116+ # - name: Install cocoapods
117+ # run: |
118+ # cd example/ios
119+ # pod install
118120
119- - name : Build example for iOS
120- working-directory : ./example
121- run : |
122- yarn build:ios
121+ # - name: Build example for iOS
122+ # working-directory: ./example
123+ # run: |
124+ # yarn build:ios
You can’t perform that action at this time.
0 commit comments