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

First class support for Cocapods #193

Open
1 of 4 tasks
kkharji opened this issue Apr 23, 2023 · 1 comment
Open
1 of 4 tasks

First class support for Cocapods #193

kkharji opened this issue Apr 23, 2023 · 1 comment
Labels
cocapods daemon feature New feature or request

Comments

@kkharji
Copy link
Owner

kkharji commented Apr 23, 2023

Experimenting with https://github.com/wojciech-kulik/Swift-MVVMC-Demo

Status:

  • Build/Run works fine
  • LSP features

Issues:

  • pod install needs to be ran manually for build/run to work
  • Fails to generate compile commands. xcworkspace is totally ignored.

Todos:

  • Generate compile commands based on project schema (see tuist.rs support)
  • Automatically run pod install on Podfile and no Pods directory, as well as when Podfile is updated.

cc @wojciech-kulik

@kkharji kkharji added cocapods feature New feature or request daemon labels Apr 23, 2023
@wojciech-kulik
Copy link

wojciech-kulik commented Apr 23, 2023

I think in the first approach you don't have to worry about running pod install automatically and detecting changes there. Usually, people call it manually when working on the project.

You call it once and then you don't have to call it again unless you change something in the Podfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cocapods daemon feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants