You haven't shown the crucial part about signing the app..
@christinewasike2 жыл бұрын
This was such an amazing and easy to watch tutorial!! I really appreciate it 😊
@francescomortara41113 жыл бұрын
Great video Man! What about the step of signing the app? What method do you use - Match/cert&sigh - or other method?
@terrywindwalker53972 жыл бұрын
So it has to manually sign in right? I think the session with Apple will expire at some point.
@dibendugorai4618 Жыл бұрын
Sir, Can fastlane automatically submit my build in testflight to app store for review
@vikas300519952 жыл бұрын
Hello sir, I want to know about the bash script is possible to create multiple lanes for send built to test-flight / Production ?
@haroonurrasheed43404 жыл бұрын
can u please share here are u using the Paid version of the editor? and which theme did u enable on it?
@sayalitembhurne606110 ай бұрын
Hello Sir, I need a help on CICD Pipeline automation concept, I am follow the steps as you provide but I am getting an issue on it, it do not ask for app specific password and also for the apple password. Even I try it upto 4 to 5 times but the same issue occur and it do not create the testflight, I am stuck over there. So, sir please me that how to resolve the error, that is really help to me to resolve the error. Thanking you......
@RajsekarReddyD2 жыл бұрын
is there anyway i can create CICD pipeline using Jenkins for IOS app without having MAC machine?
@SercanSavranOfficial Жыл бұрын
At this point, you should ask yourself, by which device your project should be build on? You definitely need to setup a macOS node in jenkins. You might however use hackintosh if you don't have any apple hardware. I never used hackintosh and can't assure if it works though.
@vee-obsidian4 жыл бұрын
is it possible to setup flutter CI/CD for both iOS and android platform?
@code3w9063 жыл бұрын
I do think so ... you should setup fastlane inside of ios's folder and inside of android's, as it was two different projects. Also, according to fastlane website is possible to setup for android. fastlane.tools
@vct49010 ай бұрын
Hello sir, I need a help I am occur an error on deploying process on testflight it do not show the build.
@RP-ez8lt2 ай бұрын
hi, were you able to code sign your target build using match action?
@getsetflywithnasa3 жыл бұрын
Hello Awais bhai. Is there any way to automate build generation and then link shared on our defined emails?
@Real_Indian_bhartiya3 жыл бұрын
yes, used jenkins
@ayokbikin74094 жыл бұрын
I did "fastlane init" but stuck at "bundle update" and nothing happened. what should I do?
@jefffrazier68133 жыл бұрын
Same for me, but it actually did finish. One problem could be that I had lots of 403 permission errors with brew install fastlane, so I ran sudo gem install fastlane, which fastlane clearly doesn't recommend.