-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[bug] [ios] [v2] Export method does not work #11092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this command is from the documentation and it doesn't work for us either... |
what settings did you have to do manually to get it to build? |
@super-fun-surf Open src-tauri/gen/apple/ExportOptions.plist and make sure you have:
|
I got it to build but I put |
i had to put
|
Describe the bug
Running
npm run tauri ios build -- --export-method app-store-connect
does not export the app for AppStore. I need to change ExportOptions.plist directly to get it to build correctly.Reproduction
npm run tauri ios build -- --export-method app-store-connect
then try to submit to the AppStore via the Transporter App. "Asset validation failed (90161)Invalid Provisioning Profile. The provisioning profile included in the yyy bundle [Payload/yyy.app] is invalid. [Missing code-signing certificate]. A distribution provisioning profile should be used when uploading apps to App Store Connect. (ID: xxx)"
Expected behavior
--export-method app-store-connect
to work correctly.Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: