From 1b4ab7a5009471ce6bb6463574de6b2b76f07550 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 24 Nov 2025 16:20:12 +0800 Subject: [PATCH] fix(ios): add shared Xcode scheme for App target Resolves "No Scheme" issue in Xcode by adding a shared scheme file. Capacitor doesn't automatically create shared schemes, so this needs to be manually added and committed to version control. --- .../xcshareddata/xcschemes/App.xcscheme | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme diff --git a/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme b/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme new file mode 100644 index 0000000000..2716efe214 --- /dev/null +++ b/ios/App/App.xcodeproj/xcshareddata/xcschemes/App.xcscheme @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +