Description
Hello,
I'm trying to deploy my NativeScript application with XCode 14 and a M1 MacBook Pro.
When trying to build my project, I get the following error :
Build input file cannot be found: 'path to Derived Data/My Projet/Build/Products/Debug-iphonesimulator/metadata-arm64.bin'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
I already tried the following solution with no result :
1/ Change workspace setting > Build location > Custom & relative to workspace
2/ Go to "build phase" then "prebuild nativescript" then add the name of directory&file required in "output files" (for me /my_project/platforms/ios/build/..../arm64 etc...).
I updated my NativeScript/ios version to the latest one.
I can't downgrade my XCode version.
Do you have any idea how to resolve this ?
Thank you.