Hello,
I developed an application with nativescript, for mobiles and now I am trying to build the IPA file for the release. Right now I am facing an issue that I can't solve, I try to launch "build" from Xcode panel but I always get this error : "Build input file cannot be found: '/Users/username/Documents/name_of_app/tuto-app/platforms/ios/Build/Products/Debug-iphoneos/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 work with Xcode version : 14 recently updated.
It looks like there is something with arm64... I require ios 13 as minimum.
Has anyone faced this problem ? Have you any solution or workaround ? Thanks a lot.
Hello there !
I finally found the solution :
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 hope this will help !