-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated DEVELOPER.md documentation #1592
Conversation
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
DEVELOPER.md
Outdated
Following along, you should end up using Android SDK Platform 30 with Android 11 (API Level 30) for Android development and/or iOS 11 for iOS development. | ||
Following along, you should end up using Android SDK Platform 33 with Android 13 (API Level 33) for Android development and/or iOS 11 for iOS development. | ||
|
||
**Notes:** you may need to install `cocoapods` using `brew` rather than Ruby's package manager on MacOS 14.x if you encounter installation errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend using bundle install ...
as we are using in the GHA workflow. Installing at system level might break existing dev environment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good tip, I wish I had known when I went through the setup process - I'll try it out and update accordingly if it works as expected.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I refreshed the instructions: the installation of cocoapods
now seems to succeed by following the instructions in the react native/Cocoapods getting started, however I had to add explicit version dependencies on Ruby and Bundler to resolve this. Additionally, it looks like the version of Ruby being used (2.7.8) is past its end-of-life: maybe something to track in an issue? Only installing pods as in the GHA does not work so the pre-requisites still apply.
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Kudos, SonarCloud Quality Gate passed! |
Updated documentation in
DEVELOPER.md
:cocoapods