It seems like tns platform update ios does not download the iOS runtime requested version to the npm cache, therefore the project could not be updated to it.
Output:
vchimevmac:issueApp vchimev$ tns platform update ios
ENOENT, open '/Users/vchimev/.npm/tns-ios/1.2.1/package/framework/__PROJECT_NAME__.xcodeproj/project.pbxproj'
Workaround:
tns platform remove ios
tns platform add ios
It seems like
tns platform update iosdoes not download the iOS runtime requested version to the npm cache, therefore the project could not be updated to it.Output:
Workaround: