Failed to build app with entrypoint test_bundle.dart for iOS simulator (xcodebuild exited with code 65) #1412
-
I did set up according to tutorial for IOS. but I run the command I get the following error for both physical device or emulator ✗ Failed to build app with entrypoint test_bundle.dart for iOS simulator (xcodebuild exited with code 65) (42.9s) Attaching the details logs logfile.log and screen shots : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, you've got two problems:
|
Beta Was this translation helpful? Give feedback.
Hi, you've got two problems:
you don't have code signing:
script in
xcode_backend embed_and_thin
is entered wrong. See a similar issue from yesterday where I provided a solution