NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 14 build issue

kanclalg opened this issue · comments

I've updated Xcode to 14 and started getting this error:

error: Build input file cannot be found: '....platforms/ios/build/Debug-iphonesimulator/metadata-x86_64.bin'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'myapp' from project 'myapp')

versions:
nativescript: 8.3.3
nativescript/ios: 8.2.3

Upgrade your nativescript/ios: 8.2.3 to 8.3.3

Tried yesterday just by removing platforms folder and it didn't worked - got the same error. Tried today with ns clean and it started working. Thank you. Closing it.