Transporter: delivery failed must provide a launch path

Please provide the following:

  1. SDK Version: 41
  2. Platforms(Android/iOS/web/all): IOS

Hi Team

When submitting app ipa using the Apple transporter tool I get the error delivery failed must provide a launch path
Not sure what field I could be maybe missing in the app.json file.

Structure of the required fields I have specified in app.json.

'{
“expo”: {
“name”: “Name”,
“slug”: “slug”,
“version”: “version”,
“orientation”: “portrait”,
“icon”: “./assets/icon.png”,
“scheme”: “myapp”,
“userInterfaceStyle”: “automatic”,
“splash”: {
“image”: “./assets/splash.png”,
“resizeMode”: “contain”,
“backgroundColor”: “#ffffff
},
“updates”: {
“fallbackToCacheTimeout”: 0
},
“assetBundlePatterns”: [
“**/*”
],
“ios”: {
“bundleIdentifier”: “bundle id here”,
“buildNumber”: “build number”,
“googleServicesFile”: “./firebase-config/GoogleService-Info.plist”,
“supportsTablet”: true,
“infoPlist”: {
“NSCameraUsageDescription”: “This app uses the camera to allow users to update profile prictures. Your photos wont be shared without your permission.”,
“NSPhotoLibraryUsageDescription”: “This app uses the camera to allow users to update profile prictures. Your photos wont be shared without your permission.”
}
},
“android”: {
“package”: “cbundle id here”,
“googleServicesFile”: “./firebase-config/google-services.json”,
“adaptiveIcon”: {
“foregroundImage”: “./assets/adaptive-icon.png”,
“backgroundColor”: “#FFFFFF
}
},
“web”: {
“favicon”: “./assets/images/favicon.png”
}
}
}

Any form of help would be appreciated.

Thanks

Hey @foucs, can you share how you build the .ipa file as well as the version number for Transporter?

Cheers,
Adam

Hi there @adamjnav thanks for the response,

When building the .ipa ran expo build:ios
Transpoter version number: version 1.2.2(1256)

Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.