I am engaged on an Ionic/Angular app utilizing Capacitor for iOS growth. Earlier than updating, every thing labored high-quality with:
After updating to:
I ran the next instructions to replace the iOS platform:
npx cap sync ios
o
npx cap add ios
The method completes with out errors, and I can open Xcode, however after I open App.xcworkspace
, Xcode reveals nothing (no file tree, no undertaking settings):
npx cap add ios
✔ Including native Xcode undertaking in ios in 12.08ms
✔ add in 12.46ms
✔ Copying internet belongings from browser to ios/App/App/public in 188.87ms
✔ Creating capacitor.config.json in ios/App/App in 330.71μs
✔ copy ios in 227.08ms
✔ Updating iOS plugins in 3.17ms
✔ Updating iOS native dependencies with pod set up in 7.07s
[info] Discovered 7 Capacitor plugins for ios:
@capacitor-firebase/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
✔ replace ios in 7.12s
[success] ios platform added!
Comply with the Developer Workflow information to get constructing:
https://capacitorjs.com/docs/fundamentals/workflow
What I’ve tried:
Checked if App.xcworkspace
exists in ios/App (it does).
Tried opening Xcode manually with:
open ios/App/App.xcworkspace
Eliminated and re-added the iOS platform with:
npx cap rm ios
npx cap add ios
npx cap sync ios
Ensured Xcode is updated (I am utilizing the most recent model).
I do not see any error messages within the terminal or in Xcode. Has anybody encountered this difficulty after updating Angular and Capacitor? Any assist can be drastically appreciated!