Visual Studio Code code and Xcode connection issue

1 week ago 10
ARTICLE AD BOX

In Xcode my code is successfully signing and building. But when I run it from VS code this is result:

Xcode build done. 9.5s Failed to build iOS app Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code Could not build the application for the simulator. Error launching application on iPhone 16e. Exited (1).

Also when Xcode already running and I try to run from VS code to make sync both of them it also failing at same reason.

Flutter doctor:

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.38.3, on macOS 26.1 25B78 darwin-arm64, locale en-AM) [✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0) [✓] Xcode - develop for iOS and macOS (Xcode 26.1.1) [✓] Chrome - develop for the web [✓] Connected device (3 available) [✓] Network resources

Question:

My current computer is new maybe I set upped something not fully?

Read Entire Article