Warning in fetching Biological Data from HealthKit #66
Answered
by
philippzagar
zoyagarg
asked this question in
Technical Questions
-
In what area do you have a technical challenge?Xcode, Simulator & Previews DescriptionReproductionI'm honestly confused what it means by forced wrapping Expected behaviorThe function works it's just giving a warning that is prohibiting me and @nick to push to main Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
philippzagar
Feb 13, 2024
Replies: 1 comment
-
Hi @zoyagarg, feel free to read through this article regarding force unwrapping and Optionals in general: https://www.swiftanytime.com/blog/optionals-and-unwrapping-in-swift |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
philippzagar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zoyagarg,
feel free to read through this article regarding force unwrapping and Optionals in general: https://www.swiftanytime.com/blog/optionals-and-unwrapping-in-swift
For now, I fixed the error in the pipeline so that @nriedman is able to merge the
demo
branch intomain
.