Hello I am having this problem . I have the image for the problem. I am adding UrbanAirship to my cocos2d game. I was not first having this problem but the problem has started right away
Check this image for the problem:
http://i50.tinypic.com/15wxd36.jpg
Any Help would be good.
You are missing some frameworks, add
MapKit.frameworkandMessageUI.framework.Go to the project in project inspector, Build Phases and select
Link Binary With Libraries.The click on the
+and select bothMapKit.frameworkandMessageUI.frameworkand you should be good to go.