gpt4 book ai didi

ios - 在 iOS 应用程序中实现 OsmAnd

转载 作者:行者123 更新时间:2023-12-01 22:27:13 26 4
gpt4 key购买 nike

如何在我的 iOS 应用程序中实现 OsmAnd?我从 github 下载了示例项目但我在运行代码时遇到错误。

我已经对其进行了研发并了解我必须从 here 实现所有必要的存储库但问题是怎么做?完全不知道该怎么办?

引用:Google Groups

最佳答案

我已经解决了这个问题。

请按照以下步骤执行此操作,

  • 设置 MacPorts在 Mac 终端中。
  • 在终端中触发以下命令
    sudo port install bash, bzip2, curl, git, ImageMagick +rsvg, librsvg, p7zip, python3*, wget
  • 安装 Google Repo
  • mkdir OsmAnd && cd OsmAnd
  • repo init -u https://github.com/osmandapp/OsmAnd-manifest -m readonly.xml
  • ./ios/prepare.sh
  • ./ios/prebuild-core.sh
    打开 Xcode 并再次构建你得到一个错误

  • Implicitly declaring library function 'malloc' with type 'void *(unsigned long)'



    要解决此错误,请添加 #include <stdlib.h>gif_hash.h文件。

    现在,构建并运行它的工作。

    引用: Github

    关于ios - 在 iOS 应用程序中实现 OsmAnd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41739114/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com