Some insights and solutions: Data visualization and package dependencies #32
-
In what area do you have a technical challenge?Swift Package Manager DescriptionFor some of our projects, we want to visualize our users' data. How do we do that? Initially, our team considered using ResearchKit and CareKit. Both seem versatile and well-documented by Apple, as seen from these tutorials. After attempting to install them using these official instructions however, we ran into a "Package not found" error. This is because we need to install it into the app itself– we need to create dependencies to our main target. We can do so by:
Something else we realized is that we could circumvent ALL of this by using Swift charts: much more documentation, lightweight, and just works better for our purposes. But again, it depends on your project's goals! ReproductionWhen you try installing package dependencies but it appears to not be universal. Expected behaviorIt should be universal Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@emmyxth Thank you for sharing this with the class! 🚀 |
Beta Was this translation helpful? Give feedback.
@emmyxth Thank you for sharing this with the class! 🚀