Im trying to run the basic iOS demo SDK code. I have created the API keyand it loads ok. Although i\'ve transfered the code from viewDidLoad to loadView the effect remains.
I had the same error because I've mistakenly written -objC instead of -ObjC (with capital O)
if it helps someone