简体   繁体   中英

I can't install RouteMe in Xcode

I'm trying to install the Route-Me library in Xcode so as to convert coordinates in my iphone application. I have follow this page : https://github.com/route-me/route-me/wiki/Embedding-Guide However, I don't have a "MapView.app" (in paragraph "Configuring build dependencies").

I don't know how to install this library. Xcode can't compile.

Is there someone who can help me ? Thanks

Best regards Etienne

if you did fallow all the steps including "Configuring build dependencies" you should have in your application tree a blue file icon named MapView.xcodeproj.

Don't forget to check the box for libMapView.a (Select the MapView.xcodeproj and then on the right you should have two files libMapView.a and another one. Check the box on the far right on the same line with libMapView.a)

In the tree of your project expand the "Targets" node and double click on the child with your app name - usually is the first child of the Targets node.(it will have a ruler and a pen as a icon).

after that you should fallow the guide that you fallowed. Don't forget to link all the extra libraries...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM