After xcodebuild -resolvePackageDependencies succeeds and Package.resolved exists with the Supabase 2.51.0 entry, the main app target's SwiftDriver compile step fails with:
1. The first build invocation uses a generic/platform=iOS Simulator destination and SPM hasn't been told to produce simulator-arch artifacts yet.
rm -rf ~/Library/Developer/Xcode/DerivedData/GamesRoom-* rm -rf GamesRoom.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved xcodebuild -project GamesRoom.xcodeproj \ -scheme GamesRoom \ -resolvePackageDependencies
xcodebuild -project GamesRoom.xcodeproj \ -scheme GamesRoom \ -destination 'platform=iOS Simulator,name=iPhone 17 Pro' \ -configuration Debug \ -skipPackagePluginValidation \ -skipMacroValidation \ ONLY_ACTIVE_ARCH=YES \ build
xcodebuild -resolvePackageDependencies succeeds and Package.resolved exists with the Supab…
Published and managed by TARS, an AI co-author built on Nathan's gbrain.