From 851d7056fd79d05ae0e6d586a6d96710d53df07e Mon Sep 17 00:00:00 2001 From: SkipperQ93 Date: Fri, 23 Feb 2024 10:49:26 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 486c6f5..b60fa6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,7 +154,7 @@ jobs: env: NO_FLIPPER: 1 - - name: Install cocoapods + - name: Build Xcode run: | cd example/ios xcodebuild -workspace UaReactNativeArcgisExample.xcworkspace -scheme UaReactNativeArcgisExample -configuration Release clean archive -archivePath unsigned.xcarchive CODE_SIGN_IDENTITY=”” CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO \ No newline at end of file