When this error occurs? I'm trying to create custom keyboard with image on it and getting this error while loading the image.
Asked
Active
Viewed 4,180 times
4
-
1You properly change something in plist and don't reset simulator – LE SANG May 21 '15 at 14:17
-
I'm having the same error message in my custom keyboard as well. In my case, my storyboard doesn't get loaded in the input view in my custom keyboard and only the Next Keyboard button is loaded which is included there by default. I also only have a single button with leading and top constraints only. – jaytrixz Aug 10 '15 at 13:59
-
In my case there was an error in my plist: I added a property to the target's plist it did not like (NSExtensionPrincipalClass) – Nov 25 '16 at 13:00