I’ve gone by way of the documentation, following the steps for set up and app creation, however each time I attempt to construct, I get no less than one error, typically extra. I’ve observed no less than one step eft out of the docs – including a developer group in Signing and Capabilities in Xcode. I’ve additionally observed that constructing for ios from the terminal fails as a result of the default configuration it tries to make use of is { platform:iOS Simulator, OS:newest, title:iPhone SE (third era) }, and it leads to the error Unable to discover a gadget matching the supplied vacation spot specifier. Nevertheless, I can repair that by specifying the vacation spot with the –buildFlag (or constructing in Xcode).
The one error that retains occurring when constructing in terminal is that this one (which I get when constructing with –verbose):
Command failed with exit code 65: xcodebuild -workspace App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator -destination platform=iOS Simulator,title=iPhone 17 construct
Error: Command failed with exit code 65: xcodebuild -workspace App.xcworkspace -scheme App -configuration Debug -sdk iphonesimulator -destination platform=iOS Simulator,title=iPhone 17 construct
at makeError (/Customers/[my project path]/node_modules/cordova-ios/node_modules/execa/lib/error.js:60:11)
at handlePromise (/Customers/[my project path]/node_modules/cordova-ios/node_modules/execa/index.js:118:26)
at course of.processTicksAndRejections (node:inside/course of/task_queues:105:5)
at async Promise.all (index 0)
(I eliminated my path from the code above) What’s inflicting this??
And the most recent errors I am getting when making an attempt to construct in Xcode are these:
/Customers/[path to my project]/platforms/ios/App/Property.xcassets: Did not learn file attributes for "/Customers/[path to my project]/starvoyage/platforms/ios/App/Property.xcassets"
/Customers/[path to my project]/platforms/ios/App/Property.xcassets: Not one of the enter catalogs contained an identical stickers icon set, app icon set, or icon stack named "AppIcon".
No thought what these are both. FWIW, I am not skilled with Xcode (or Cordova for that matter), so actually unsure what I am doing. It actually looks like the Cordova docs for beginning out will not be full or up to date.
