cph-cachet / carp_studies_app

The CARP Study App
MIT License
6 stars 0 forks source link

Health and Movesense cannot be used at the same time on iOS #292

Closed SlimShadyIAm closed 4 months ago

SlimShadyIAm commented 5 months ago

mdsflutter has a requirement that use_frameworks! needs to be removed from the Podfile, otherwise it cannot be compiled.

This conflicts with carp_health_package because we need use_frameworks! to link dynamic frameworks (HealthKit). We want to support both at the same time.

https://github.com/petri-lipponen-movesense/mdsflutter/issues/18