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.
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')"
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.
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.
@@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
Thanks Jimmy for sharing the knowledge, life saver tonight :) One question, for the ReactNativeFastLane.xcodeproj, do we create these files during Fastlane setup?
For anybody looking here is the git repo: github.com/WJimmyCook/react-native-fastlane
Jimmy should pin this
Bookmarked this series. Very useful. Thanks
Thank you, Jimmy, for sharing your knowledge.
Thanks for watching!
Thanks for the nice demo serious, it really helped me a lot !
awesome!
how to make the bundle:id and all other values related to the app with .env variables ?
How to point to the app values - bundleId, app_identifier etc.. , with .env variables ?
thanks jim. great videos. I am wondering do l still have run match,supply snd deliver init commands?
You only have to run the init commands one time
Thanks. I posted a few issues on the github repo of this project. Could you please check it out?
The best fastlane tutorial! :D Thank you so much!
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
can you make a tutorial video / playlist on react-native-animated and gesture handler
Have you seen William candillions videos? He’s the king of gestures and animations.
@@yim yes, but they randomly choose animation, it would be great if there are any playlist tutorial for animation from scratch
Thank you Jimmy!!. Your a life saver
Glad the video helped!
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
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.
Small typo on line 11, "Gem:Version"
Thanks for letting me know!
Have there been a lot of changes to Fastlane since this video was made? Would it still be the same steps?
Should be many changes, I’m still using a similar setup
@@yim Im getting this error :Task 'assembleRelease' not found in root project 'android'.
Thanks for your time
Thanks for watching!
Great video. Do you think you could do a video on "schemes" on xcode? I'm having trouble understanding exactly how they are used
That's a good idea. I'll add it to my list of videos to do.
Nice tool. Thanks for the info
No problem 👍
One thing I had to do to get this part working was to install the versioning action $ fastlane add_plugin versioning
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')"
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
Nice!
Thank you very much :-)
No problem!
Whats your intro song?
DJ revolution - school. Off the king of the decks album!
@@yim broccoli dude!
Nice fantastic
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.
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.
@@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
@@emilrasmussen7429 ohhh I see what you are saying now. That's good feedback, appreciate it!
Thanks Jimmy for sharing the knowledge, life saver tonight :) One question, for the ReactNativeFastLane.xcodeproj, do we create these files during Fastlane setup?
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