[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.
Looks like there’s some compile errors on CI:
Have you been able to reproduce this locally? It’s strange, because it definitely looks like you’re importing
Tropos-Swift.h
inTRWeatherViewController.m
.