I have a project that compiles in Xcode 9.0 but not Xcode 9.1 b2
Internal error. Please file a bug at bugreport.apple.com and attach "/var/folders/f3/wxgg140140ldj49twpgg1hl80000gp/T/IB-agent-diagnostics_2017-10-09_12-57-50_732000".
I filed the report https://bugreport.apple.com/web/?problemID=34892740
Looking in the log.txt file in the folder, I see:
Exception name: NSInvalidArgumentException
Exception reason: System-provided UIImage instances cannot be encoded in NIBs - raised for instance '<UIImage: 0x7fc6679e8e80>, {18, 20}'Note: I've cleaned the project and derived data folder, but the issue persists in Xcode 9.1 b2.
How can I trace the UIImage instance here back to the issue in my storyboard to see which image is causing the problem?