Xcode 14: Could not find transporter at /Applications/Xcode.app/Contents/Developer/

Viewed 106

I simply trying to upload build with fastlane to itunesconnect, but I have an error:

Could not find transporter at /Applications/Xcode.app/Contents/Developer/. Please make sure you set the correct path to your Xcode installation.

This is how it looks in console:

enter image description here enter image description here

and in code:

enter image description here enter image description here

1 Answers

Update Fastlane to 2.210.0, they recently fixed this by migrating from Transporter to altool.

Related