How to submit to App Store Connect #1744
-
Hi all, I have got to the phase of my project where I would like to submit my app to App Store Connect for TestFlight. However, I have been struggling to get an IPA signed correctly. The current error that I am running into is:
I am wondering what process others here use to turn your ios_application into something that you can submit to Apple. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Have you set the |
Beta Was this translation helpful? Give feedback.
-
If anybody finds this useful, here are the things that I needed to do to get a project that I had developed using Tulsi into app store connect.
|
Beta Was this translation helpful? Give feedback.
If anybody finds this useful, here are the things that I needed to do to get a project that I had developed using Tulsi into app store connect.
bazel build //ios:ios_prod --apple_generate_dsym --ios_multi_cpus=arm64 --define=apple.add_debugger_entitlement=no
xcrun altool --upload-app -…