Closed
Description
Issue Description
When you try to publish a ios app on Xcode 14 it throws the following error:
iTMS Transporter not found on this machine - make sure your Xcode installation is not damaged.
The transporter app is no longer bundled with Xcode 14? One fix I found is to install the Transporter.app separately from the App store and hard code getITMSTransporterPath function in itmtransporter-service.js to '/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter'.
Reproduction
With xcode 14 and MacOs Ventura
- Run ns publish ios
- Throws error iTMS Transporter not found on this machine - make sure your Xcode installation is not damaged.
Relevant log output (if applicable)
No response
Environment
OS: macOS 13.0
CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz
Shell: /bin/zsh
node: 12.9.1
npm: 6.10.2
nativescript: 8.3.3
# android
java: 11.0.14.1
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found
# ios
xcode: 14.0.1/14A400
cocoapods: 1.11.2
python: 2.7.18
python3: 3.8.6
ruby: 2.6.10
platforms:
- DriverKit 21.4
- iOS 16.0
- macOS 12.3
- tvOS 16.0
- watchOS 9.0
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- This is a bug report
- I agree to follow this project's Code of Conduct