@Industrial-Strength-Data-Systems (Too long for direct response)
I set it off and sadly it doesn't resolve the problem
.... (following error is printed more than 20 times by execution)
2023-10-29 16:45:02.838 xcodebuild[55457:4153626] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
Function: createItemModels(for:itemModelSource:)
Thread: <_NSMainThread: 0x7fae53f09c40>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2023-10-29 16:45:02.838 xcodebuild[55457:4153626] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
Function: createItemModels(for:itemModelSource:)
Thread: <_NSMainThread: 0x7fae53f09c40>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
/Users/dylantavares/Desktop/DEV/Ynov.nosync/lsf-trad/nativescript-app/platforms/ios/build/Debug-iphonesimulator/nativescriptapp.app: resource fork, Finder information, or similar detritus not allowed
Command CodeSign failed with a nonzero exit code
note: Using codesigning identity override:
note: Run script build phase 'NativeScript PreLink' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'nativescriptapp' from project 'nativescriptapp')
note: Run script build phase 'NativeScript PostBuild' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'nativescriptapp' from project 'nativescriptapp')
note: Run script build phase 'NativeScript PreBuild' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'nativescriptapp' from project 'nativescriptapp')
** BUILD FAILED **
Unable to apply changes for device: B2C32799-6C86-4A93-85A6-CF36187ED065. Error is: Command xcodebuild failed with exit code 65.
I don't know if it's related to Signing and Capabilities settings , but i tried many solutions and it doesn't resolve the problem too.
To be more accurate in my explanations, i just have run the command that create a new Nativescript project using Vue with Typescript blank template. I have run the installation of the required dependencies by my project (using npm). And now based on the official documentation of Nativescript i'il juste have to run the command to start the application by selecting iOS or Android. That run perfecly for Android simulator but not for iOS. I can confirm that all required pre-configuration has been done correctly. And from what I've read it's not related to Nativescript but from xCode/xBuild