Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11 - Fastlane deliver failed

Tags:

xcode

fastlane

I'm using fastlane for uploading binaries to App Store Connect. I need to build my app using Xcode 11, but I can't upload the app to App Store Connect. error:

[12:20:49]: Could not find transporter at /Applications/Xcode-beta.app/Contents/Developer/. Please make sure you set the correct path to your Xcode installation.

Xcode 11 doesn't include the Transporter application anymore.

How do I upload app using fastlane and xcode 11?

like image 957
phnmnn Avatar asked Sep 02 '19 09:09

phnmnn


1 Answers

Xcode 11 doesn't include the Transporter application anymore. https://developer.apple.com/videos/play/wwdc2019/301/

But I found the resource https://github.com/fastlane/fastlane/issues/14955 and https://help.apple.com/itc/transporteruserguide/#/apdA3ae5a8b0?sub=apdA687d545d maybe help you resolve problem.

Update: You can download transporter and install to your machine and config path for it.

UPDATE 2: I just install fastlane and try push appstore using fastlane. No error occurr. Maybe fastlane team fixed this issue.

like image 162
Thanh Vu Avatar answered Dec 11 '22 10:12

Thanh Vu