Question or problem
When implementing Tuist to our existing app, I noticed when adding FirebaseAnalytics dependency through Tuist, it automatically creates the in-app purchase
capability on the generated Xcode even if the app doesn’t declare it, i am not sure if this will cause issues on App-Store review (afraid to merge changes to our main branch, then block an app release to production), is there a way to fix that?
Expectation
- Can we generate the project without having that capability added?
Context
- Tuist version: 4.37.0
Reproduction (mandatory for problems)
I shared a sample project in this github comment