File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,19 @@ jobs:
16
16
uses : actions/setup-java@v1
17
17
with :
18
18
java-version : 11
19
- - name : Set Xcode version to 14.3 .1
19
+ - name : Set Xcode version to 15.0 .1
20
20
uses : maxim-lobanov/setup-xcode@v1
21
21
with :
22
- xcode-version : ' 14.3 .1'
22
+ xcode-version : ' 15.0 .1'
23
23
- name : Print Xcode version
24
24
run : xcodebuild -version
25
+ - name : Show used Ld version
26
+ run : xcrun -sdk iphonesimulator -find ld
25
27
- name : Check build
26
28
run : ./gradlew build publishToMavenLocal syncMultiPlatformLibraryDebugFrameworkIosX64
27
29
- name : Install pods
28
30
run : cd sample/ios-app && pod install
29
31
- name : build ios sample
30
32
run : cd sample/ios-app && set -o pipefail && xcodebuild -scheme TestProj -workspace TestProj.xcworkspace -configuration Debug -sdk iphonesimulator -arch x86_64 build CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO | xcpretty
33
+ env :
34
+ GRADLE_OPTS : -Dkotlin.native.linkerOpts=-ld_classic
You can’t perform that action at this time.
0 commit comments