Two of my apps broke after what I assume was a change to Xcode (10.1 - 10B61) or iOS API. Both use Receigen in Obj-C mode and for some reason no longer recognize UIDevice
.
Here are the imports auto-generated by Receigen:
What change to Xcode or the API am I missing?
Receigen released version 4.0.4 which adds the UIKit/UIKit.h
import. Just make sure you keep in mind the variable type changes.