Skip to content
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

Github actions broken following removing 'pod-install' #556

Closed
DavidBertet opened this issue Jul 8, 2023 · 0 comments · Fixed by #567
Closed

Github actions broken following removing 'pod-install' #556

DavidBertet opened this issue Jul 8, 2023 · 0 comments · Fixed by #567

Comments

@DavidBertet
Copy link
Contributor

Describe the bug
Bootstrapping the project was relatively easy thanks to 'pod-install'. No need to have any pre-requisite on your computer.

While I get the security concern, making it accessible for a beginner might be tough. And even for others, they might not have pod installed globally (I don't)

As of now

  • Github actions are broken as it can't find pod
  • Using postinstall instead of bootstrap makes it throw an error on Window/Linux. We should be able to use Android on these
  • example was convenient to run the example project from root directory
  • Doc is out of sync

To Reproduce
N/A

Expected behavior
Not exactly sure what's the solution, but we should address those downsides. As is, it makes the project much less beginner friendly

Using Gemfile + Bundler + bundle exec permits to manage the version of Cocoapods, but makes it over complicated
Asking to run sudo gem install cocoapods makes it use whatever version available at that time, which will cause issues

Screenshots
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant