我无法在 Xcode 中安装 RouteMe

发布于 2024-10-07 17:28:58 字数 312 浏览 0 评论 0原文

我正在尝试在 Xcode 中安装 Route-Me 库,以便在我的 iphone 应用程序中转换坐标。 我已经关注此页面: https://github.com/route-me /route-me/wiki/嵌入指南 但是,我没有“MapView.app”(在“配置构建依赖项”段落中)。

我不知道如何安装这个库。 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

指尖凝香 2024-10-14 17:28:58

如果您执行了包括“配置构建依赖项”在内的所有步骤,您的应用程序树中应该有一个名为 MapView.xcodeproj 的蓝色文件图标。

不要忘记选中 libMapView.a 复选框(选择 MapView.xcodeproj,然后在右侧您应该有两个文件 libMapView.a 和另一个文件。选中与 libMapView.a 同一行的最右侧的复选框)

在项目树中展开“目标”节点,然后双击具有您的应用程序名称的子节点 - 通常是“目标”节点的第一个子节点。(它将有一把标尺和一支笔作为图标)。

之后,您应该休养您所休养的指南。不要忘记链接所有额外的库......

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文