-
Notifications
You must be signed in to change notification settings - Fork 9
Home
David Feinzimer edited this page Sep 19, 2022
·
2 revisions
Welcome to the arcgis-runtime-toolkit-swift wiki!
- As of Xcode 14.0 (14A309) a warning similar to the following may appear. At this time, using the suggested fix appears to introduce a followup warning. Reported here.
Switch covers known cases, but
x
may have additional unknown values. Handle unknown values using "@unknown default".
- A warning at
FloorFilterViewModel.autoSelectSite()
call sites may appear. The indicated method has been marked@discardableResult
and this appears to be a known Xcode issue.
Result of call to function returning 'Bool' is unused.