thoughtbot / Tropos

Weather and Forecasts for Humans
troposweather.com
MIT License
1.51k stars 201 forks source link

TRdailyforecast view swift refactor #227

Open katsuroo opened 5 years ago

sharplet commented 5 years ago

Looks like there’s some compile errors on CI:

[07:39:26]: ▸ ❌  /Users/distiller/project/Sources/Tropos/ViewControllers/TRWeatherViewController.m:22:38: unknown type name 'TRDailyForecastView'
[07:39:26]: ▸ @property (weak, nonatomic) IBOutlet TRDailyForecastView *oneDayForecastView;
[07:39:26]: ▸                                      ^

Have you been able to reproduce this locally? It’s strange, because it definitely looks like you’re importing Tropos-Swift.h in TRWeatherViewController.m.