You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Feinzimer edited this page Sep 19, 2022
·
2 revisions
Welcome to the arcgis-runtime-toolkit-swift wiki!
Known Issues
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.