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!🤩🤩🤩
@codinglife523 ай бұрын
Thank you so much. This made my day 💙
@johnsulfАй бұрын
Hi! Could you share some insight on how you got it working with different flavors? Did you manage to set it up in the Fastfile or did you have to the build part in the GH Action?
@codinglife52Ай бұрын
@@johnsulf No I've set it up for multiple flavour...But I am assuming is providing an addtional parameter to fastlane for certification. Maybe this helps: Android: stackoverflow.com/questions/59859177/flutter-using-fastlane-with-android-multi-flavors iOS: stackoverflow.com/questions/74325219/flutter-fastlane-with-ios-multi-flavors dev.to/orestesgaolin/flavors-in-flutter-with-fastlane-yet-another-guide-1799
@oussamaaniba3926 ай бұрын
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
@codinglife526 ай бұрын
Thank you so much 👍
@thamaraikito20742 ай бұрын
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 ❤
@codinglife522 ай бұрын
I am glad it helped
@thamaraikito20742 ай бұрын
Can you do video on working with more targets
@DrashtiDarji-z9t11 күн бұрын
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?
@codinglife5210 күн бұрын
If the bundle is different for all the environments, then you need to create certificates for each one of them. You can use the fastlane match command with the bundle ID to create certificates for each.
@HariPrasanth-o2i5 ай бұрын
yeah love to see fire base app deployment.
@codinglife525 ай бұрын
Sure...Thanks for the feedback
@mohamedmabrouki16802 ай бұрын
there is a channel named the androidFactory he did that
@jayeshthingslinker6 ай бұрын
It is a really insightful video, flutter community will appretiate your efforts if you make video on firebase distribution
@codinglife526 ай бұрын
Thank you Jayesh for the feedback.👍
@shabbirhusain-e1cАй бұрын
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.
@codinglife52Ай бұрын
No...I've not face any issue.
@AmitP-m7l5 ай бұрын
Bro please make video for android ci/cd too, this video is awesome
@muhammadkomailabbas22657 ай бұрын
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
@codinglife527 ай бұрын
If you have 2FA, then it will ask for the OTP from the registered mobile number of the Apple developer account. Once you enter the OTP in the terminal, it saves the session for a few days. That's enough to test your setup locally. You can see at 11:56 when I enter my email, it retrieves the previous cached session.
@AmitP-m7l5 ай бұрын
Bro please make android ci/cd video also, This ios app video is awesome, Thanks lot
@codinglife525 ай бұрын
There are already good videos available on this topic. Maybe that helps.
@HelloCodepur7 ай бұрын
🎉
@codinglife527 ай бұрын
Thank you Bhai 🥰
@bharatmk2567 ай бұрын
🤩
@narenvarrun12652 ай бұрын
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
@codinglife522 ай бұрын
You can check at 23:45 that if the app name you are using exists in the app store directory, then it won't allow it from the CLI. Adding a different app name helps solve this issue. Once it's done, you can revert back to the original name from the App Store Connect console.
@antonkomyshan17272 ай бұрын
.zshrc for M1/2/3/4 macs #Add brew ruby if [ -d "/opt/homebrew/opt/ruby/bin" ]; then export PATH=/opt/homebrew/opt/ruby/bin:$PATH export PATH=`gem environment gemdir`/bin:$PATH fi