I'm having issues with UIPasteBoard
in my custom keyboard for iOS8.
When trying to initialise UIPasteBoard
I get the following error:
UIPasteboard - failed to launch pasteboardd. Make sure it's installed in UIKit.framework/Support
I already added RequestsOpenAccess
to my info.plist of the keyboard target according to this SA post.
I tried adding UIKit.framework
to the keyboard target and importing it in my KeyboardViewController
but without succes.
Anyone got an idea what could go wrong?