Skip to content

Failed to build app with entrypoint test_bundle.dart for iOS simulator (xcodebuild exited with code 65) #1412

Answered by bartekpacia
Piyu-sh-arma asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you've got two problems:

  • you don't have code signing:

    error: No profiles for 'com.patrol.demoapp.xctrunner' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.patrol.demoapp.xctrunner'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'RunnerUITests' from project 'Runner')
    
  • script in xcode_backend embed_and_thin is entered wrong. See a similar issue from yesterday where I provided a solution

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Piyu-sh-arma
Comment options

Answer selected by Piyu-sh-arma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants