Automate React Native Releases With Fastlane - iOS TestFlight - Part 1

  Рет қаралды 27,434

Jimmy Cook

Jimmy Cook

Күн бұрын

Пікірлер: 49
@amourym2146
@amourym2146 4 жыл бұрын
Bookmarked this series. Very useful. Thanks
@teensutra5585
@teensutra5585 4 жыл бұрын
Thank you, Jimmy, for sharing your knowledge.
@yim
@yim 4 жыл бұрын
Thanks for watching!
@eriktillberg3674
@eriktillberg3674 4 жыл бұрын
For anybody looking here is the git repo: github.com/WJimmyCook/react-native-fastlane
@abhisheksah
@abhisheksah 4 жыл бұрын
Jimmy should pin this
@alexali9967
@alexali9967 3 жыл бұрын
Thanks for the nice demo serious, it really helped me a lot !
@yim
@yim 3 жыл бұрын
awesome!
@ebnermatias7979
@ebnermatias7979 3 жыл бұрын
The best fastlane tutorial! :D Thank you so much!
@saipreethamapuri2077
@saipreethamapuri2077 2 жыл бұрын
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@jesseokeya
@jesseokeya 4 жыл бұрын
Thank you Jimmy!!. Your a life saver
@yim
@yim 4 жыл бұрын
Glad the video helped!
@skaramicke
@skaramicke Жыл бұрын
Regarding the version numbers: I feel that you should either use the same semver version in Android and iOS, or just skip the whole semver system alltogether and use dates as version numbers. Having two different versions for the same codebase is weird wither way.
@jqnvlog
@jqnvlog 3 жыл бұрын
One thing I had to do to get this part working was to install the versioning action $ fastlane add_plugin versioning
@NikolayChankov-s3g
@NikolayChankov-s3g 6 ай бұрын
how to make the bundle:id and all other values related to the app with .env variables ?
@herbertk9266
@herbertk9266 4 жыл бұрын
Thanks for your time
@yim
@yim 4 жыл бұрын
Thanks for watching!
@creative-commons-videos
@creative-commons-videos 4 жыл бұрын
can you make a tutorial video / playlist on react-native-animated and gesture handler
@yim
@yim 4 жыл бұрын
Have you seen William candillions videos? He’s the king of gestures and animations.
@creative-commons-videos
@creative-commons-videos 4 жыл бұрын
@@yim yes, but they randomly choose animation, it would be great if there are any playlist tutorial for animation from scratch
@NikolayChankov-s3g
@NikolayChankov-s3g 6 ай бұрын
How to point to the app values - bundleId, app_identifier etc.. , with .env variables ?
@abdulragib6004
@abdulragib6004 7 ай бұрын
Nice fantastic
@techkyguy
@techkyguy 4 жыл бұрын
thanks jim. great videos. I am wondering do l still have run match,supply snd deliver init commands?
@yim
@yim 4 жыл бұрын
You only have to run the init commands one time
@leestud1896
@leestud1896 4 жыл бұрын
Thanks. I posted a few issues on the github repo of this project. Could you please check it out?
@00rfeeley00
@00rfeeley00 4 жыл бұрын
Nice tool. Thanks for the info
@yim
@yim 4 жыл бұрын
No problem 👍
@kwii22789
@kwii22789 4 жыл бұрын
Great video. Do you think you could do a video on "schemes" on xcode? I'm having trouble understanding exactly how they are used
@yim
@yim 4 жыл бұрын
That's a good idea. I'll add it to my list of videos to do.
@Trucidare
@Trucidare 4 жыл бұрын
Small typo on line 11, "Gem:Version"
@yim
@yim 4 жыл бұрын
Thanks for letting me know!
@5transcendent
@5transcendent 3 жыл бұрын
Nice!
@saipreethamapuri2077
@saipreethamapuri2077 2 жыл бұрын
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@kristinlau8018
@kristinlau8018 2 жыл бұрын
Have there been a lot of changes to Fastlane since this video was made? Would it still be the same steps?
@yim
@yim 2 жыл бұрын
Should be many changes, I’m still using a similar setup
@saipreethamapuri2077
@saipreethamapuri2077 2 жыл бұрын
@@yim Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@akmalahmed4660
@akmalahmed4660 4 жыл бұрын
Thank you very much :-)
@yim
@yim 4 жыл бұрын
No problem!
@henryosim3477
@henryosim3477 4 жыл бұрын
Thanks for the informative video. I am getting this error when the gym action runs "error: No profiles for 'com.example.myap123' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.myap123'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'myap123' from project 'myap123')"
@saipreethamapuri2077
@saipreethamapuri2077 2 жыл бұрын
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@devonlamond
@devonlamond 2 жыл бұрын
Whats your intro song?
@yim
@yim 2 жыл бұрын
DJ revolution - school. Off the king of the decks album!
@devonlamond
@devonlamond 2 жыл бұрын
@@yim broccoli dude!
@emilrasmussen7429
@emilrasmussen7429 3 жыл бұрын
I'm wondering why you aren't explaining how to identify where to get target and app_identifier for projects... I am assuming people are just in here copying off your code, not learning how to take the information and apply to a new and complete different Fastlane project.
@yim
@yim 3 жыл бұрын
My only goal is to share what I've learned. Doesn't matter to me whether someone copies the code directly or applies the info to something completely different.
@emilrasmussen7429
@emilrasmussen7429 3 жыл бұрын
@@yim I'm not saying copying the code is bad, I'm really just asking for more explanation i.e "this is target, we are using that for increment_bui... and you can find it here, here and here" or w/e. Explaining the attributes in the code, rather than just saying: "Increment_build_number_in_plist() set the build number directly in plist ios" Ovbiously you can take this feedback or not, it's really just my opinion on how you could improve
@yim
@yim 3 жыл бұрын
@@emilrasmussen7429 ohhh I see what you are saying now. That's good feedback, appreciate it!
@ruizheshang4808
@ruizheshang4808 4 жыл бұрын
Thanks Jimmy for sharing the knowledge, life saver tonight :) One question, for the ReactNativeFastLane.xcodeproj, do we create these files during Fastlane setup?
@yim
@yim 4 жыл бұрын
No need to add another .xcodeproj, you should already have an .xcodeproj for your app. ReactNativeFastLane was the name I picked for this demo app
@NikolayChankov-s3g
@NikolayChankov-s3g 6 ай бұрын
Automate IOS Deployment To App Store Test Flight Using Fastlane
8:56
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
4 years as a React Native developer - some thoughts
10:58
Jimmy Cook
Рет қаралды 31 М.
"fastlane on CI ... like a pro" - Josh Holtz
26:49
monday.Engineering
Рет қаралды 8 М.
eas submit tutorial | Expo | React Native
12:03
Native Notify
Рет қаралды 16 М.
Philippe Trepanier - Automate your React Native world with fastlane
24:23
Callstack Engineers
Рет қаралды 20 М.
5 years as a React Native Developer - some more thoughts
9:27
Jimmy Cook
Рет қаралды 12 М.
Expo Go & Development Builds: Which should you use?
21:37
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН