diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1cdcd171..f4795da37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,7 +285,7 @@ jobs: path: ./**/build/reports/tests/ build-ios: - runs-on: macos-14 + runs-on: macos-15 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 @@ -339,7 +339,7 @@ jobs: fastlane/logs ios-snapshot-test: - runs-on: macos-14 + runs-on: macos-15 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 106691962..4ff395480 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,7 +1,7 @@ default_platform(:ios) # Set timeout for xcodebuild commands -TEST_DEVICE = "iPhone 16 Pro (18.0)" +TEST_DEVICE = "iPhone 16 Pro" platform :ios do @@ -24,7 +24,7 @@ platform :ios do device: TEST_DEVICE, clean: true, result_bundle: true, - xcargs: "-retry-tests-on-failure", + xcargs: "-retry-tests-on-failure -skipPackagePluginValidation", number_of_retries: 2, fail_build: true, derived_data_path: "derived_data" @@ -37,7 +37,7 @@ platform :ios do device: TEST_DEVICE, clean: true, result_bundle: true, - xcargs: "-retry-tests-on-failure", + xcargs: "-retry-tests-on-failure -skipPackagePluginValidation", number_of_retries: 2, fail_build: true, derived_data_path: "derived_data" @@ -65,7 +65,14 @@ platform :ios do clean: true, skip_package_ipa: true, skip_archive: true, - skip_codesigning: true + skip_codesigning: true, + export_method: "development", + export_options: { + method: "development", + signingStyle: "automatic", + compileBitcode: false, + provisioningProfiles: {} + } ) end diff --git a/ios/Modules/SwiftUIComponents/Package.resolved b/ios/Modules/SwiftUIComponents/Package.resolved index ec63cc7cf..ff672bafa 100644 --- a/ios/Modules/SwiftUIComponents/Package.resolved +++ b/ios/Modules/SwiftUIComponents/Package.resolved @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-snapshot-testing", "state" : { - "revision" : "42a086182681cf661f5c47c9b7dc3931de18c6d7", - "version" : "1.17.6" + "revision" : "2e6a85b73fc14e27d7542165ae73b1a10516ca9a", + "version" : "1.17.7" } }, {