iosxcodexcode10.1receigen

Receigen Xcode 10.1 - Unknown type name 'UIDevice'


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.

Unknown type name 'UIDevice'

Here are the imports auto-generated by Receigen: Imports

What change to Xcode or the API am I missing?


Solution

  • Receigen released version 4.0.4 which adds the UIKit/UIKit.h import. Just make sure you keep in mind the variable type changes.