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
There should be used ? or ! in order to apply correct method, which returns [T] instead of just returning optional type U? for example. I think it is a result of compiler changes explained here: https://swift.org/blog/iuo/
The text was updated successfully, but these errors were encountered:
In Boa/Modules/WeatherDetail/WeatherPageViewController.swift,
there's an error in the code snippet on line number 109:
There should be used ? or ! in order to apply correct method, which returns [T] instead of just returning optional type U? for example. I think it is a result of compiler changes explained here:
https://swift.org/blog/iuo/
The text was updated successfully, but these errors were encountered: