When building the project for the first time the build got stuck on
info Building (using "xcodebuild -workspace RustOrBustExample.xcworkspace -configuration Debug -scheme RustOrBustExample -destination id=00008120-001A5DA402DB401E")
second time running it under verbose I found the error
error Signing for "RustOrBustExample" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'RustOrBustExample' from project 'RustOrBustExample')
error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'RustOrBustExample.xcworkspace'.
Not sure if I prematurely cancelled it the first time and something else happened. Will try to repro again.
When building the project for the first time the build got stuck on
second time running it under verbose I found the error
Not sure if I prematurely cancelled it the first time and something else happened. Will try to repro again.