开发者

Iphone route-me application issue

开发者 https://www.devze.com 2023-03-15 13:47 出处:网络
I am using route-me MapView for displaying offline map. It works开发者_如何学C well in the sample. I followed the Embedding guides and added the MapView.XCodeProj to my Xcode project it compiles succe

I am using route-me MapView for displaying offline map. It works开发者_如何学C well in the sample. I followed the Embedding guides and added the MapView.XCodeProj to my Xcode project it compiles successfully. But in my viewcontroller if i add RMMapView view as a subview to main view. It gives an error as "RMMapView refrence not found"


Need a bit more information, the exact error output would be helpful, but it sounds like you are missing the libraries. Make sure that libMapView.a has been added to Target->Build Phases->Link Binary With Libraries.

You might want to double check every step of the embedding guides.

Ciao!

-- Randy

0

精彩评论

暂无评论...
验证码 换一张
取 消