You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI:
Cross-platform modules:
Android Runtime:
iOS Runtime:
Plugin(s):
Describe the bug
The Application Loader is no longer included in Xcode, so CLI is not able to find the path to itms transporter and throws the following error:
iTMS Transporter not found on this machine - make sure your Xcode installation is not damaged.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
The Application Loader is no longer included in Xcode, so CLI is not able to find the path to
itms transporter
and throws the following error:The problem should be fixed using the following:
https://github.com/fastlane/fastlane/blob/f270e292c71dc4f4a9341f1540eb94dff6fcc5d5/fastlane_core/lib/fastlane_core/helper.rb#L213
To Reproduce
tns publish ios
Expected behavior
The application should be successfully published.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: