diff --git a/.github/workflows/e2e-matrix.yml b/.github/workflows/e2e-matrix.yml index 789036cf9a..4d0917bd40 100644 --- a/.github/workflows/e2e-matrix.yml +++ b/.github/workflows/e2e-matrix.yml @@ -256,8 +256,6 @@ jobs: # Verify Xcode installation xcodebuild -version - # List available simulators - xcrun simctl list devices available timeout-minutes: 10 continue-on-error: false @@ -303,9 +301,6 @@ jobs: # Verify CoreSimulator service restarted pgrep -fl "CoreSimulator" || (echo "CoreSimulator service not running" && exit 1) - # Check simulator list is clean - xcrun simctl list devices - # Verify simulator runtime paths exist and are writable test -d ~/Library/Developer/CoreSimulator/Devices || (echo "Simulator devices directory missing" && exit 1) touch ~/Library/Developer/CoreSimulator/Devices/test || (echo "Simulator devices directory not writable" && exit 1) diff --git a/project.json b/project.json index ef5535b0f0..e07f664c71 100644 --- a/project.json +++ b/project.json @@ -18,7 +18,8 @@ "input": "production", "projects": ["tag:npm:public"] }, - "{workspaceRoot}/scripts/local-registry" + "{workspaceRoot}/scripts/local-registry", + "native" ], "dependsOn": [ "local-registry",