How to Deploy iOS app to App Store from Scratch in Flutter using Fastlane and GitHub Action (CI/CD).

preview_player
Показать описание
In this 2-hour long session, Sanni Prasad and I are going to deploy an iOS app to the App Store from scratch. We set up Fastlane for our Flutter app and deployed it using GitHub Actions.

Documentation
Рекомендации по теме
Комментарии
Автор

Jazakallah Khair, Bhai! This worked great! I spent a week trying to figure it out and had almost given up, switching to CodeMagic. But after watching this video, everything went smoothly. I also managed to work with different flavors. Great video, man! Keep it up!🤩🤩🤩

suhailts
Автор

HI, I have been trying to publish my app to applstore through git action and fastlane, but stuck at one step where saying provisioning profile not found -> actualluy have dev, beta and prod env-> for dev its working but for beta and prod not workign, could you please suggest any solution?

DrashtiDarji-zt
Автор

I love you, i was going crazy about the stuck part at the end until you gave me a solution + your fastlane file looks less complicated than mine, i'll follow your steps and do it, thanks and god bless

oussamaaniba
Автор

Great work I been stuck for last 2 days for the setup, though all sites gives different kind of flow didn't get point to complete . It's been a life saviour ❤

thamaraikito
Автор

my terminal required login of apple developer account. when i give username due to 2FA its failed to login how you store login session in terminal to access apple developer account

muhammadkomailabbas
Автор

Hey burhanuddin!!! Shabbir this side seems local setup work as expected but when I try with jenkins ci/cd throwing error for provisioning profile not found even I have and also I can sign in in xcode issue is inside gym block of fastlane, Have you face similar situation prior and can help, Thank you.

shabbirhusain-ec
Автор

Bro please make video for android ci/cd too, this video is awesome

AmitP-ml
Автор

yeah love to see fire base app deployment.

HariPrasanth-oi
Автор

Bro please make android ci/cd video also, This ios app video is awesome, Thanks lot

AmitP-ml
Автор

It is a really insightful video, flutter community will appretiate your efforts if you make video on firebase distribution

jayeshthingslinker
Автор

Please enter one of available languages: ["ar-SA", "ca", "cs", "da", "de-DE", "el", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi", "fr-CA", "fr-FR", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "ms", "nl-NL", "no", "pl", "pt-BR", "pt-PT", "ro", "ru", "sk", "sv", "th", "tr", "uk", "vi", "zh-Hans", "zh-Hant"]

["The request could not be completed because:", "Server error got 500"]

Need help on this error

narenvarrun
Автор

.zshrc for M1/2/3/4 macs
#Add brew ruby
if [ -d "/opt/homebrew/opt/ruby/bin" ]; then
export
export PATH=`gem environment gemdir`/bin:$PATH
fi

antonkomyshan