【问题标题】:"make package install" error - theos ios 8.4“make package install”错误-theos ios 8.4
【发布时间】:2015-07-06 01:50:15
【问题描述】:

我试图在我的 iPhone 6 上使用 Theos 创建一个应用程序,但是当我在 MobileTerminal 中键入“make package install”时,它总是说同样的错误:

theos/makefiles/common.mk:115: *** The "iphone" target is not supported on the "" platform. Stop.

我使用了 ReverseEffect 的“Theos Tutorials”,无论我做什么,它每次都会显示错误。我已经下载了 iOS 8.1 sdks,并且在太极越狱中运行的是 iOS 8.4。

这是我的生成文件:

include theos/makefiles/common.mk

APPLICATION_NAME = Hello
Hello_FILES = main.m HelloApplication.mm RootViewController.mm
Hello_FRAMEWORKS = UIKit Foundation

include $(THEOS_MAKE_PATH)/application.mk

【问题讨论】:

    标签: theos ios8.4


    【解决方案1】:

    运行以下命令:

    sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk
    sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}
    

    查看 wiki 上的常见问题: http://iphonedevwiki.net/index.php/Theos/Setup#Undefined_platform

    【讨论】:

      【解决方案2】:

      在您的 make 文件中将其添加到顶部

      ARCHS = armv7 arm64
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2013-02-23
        • 1970-01-01
        • 1970-01-01
        • 2012-09-12
        • 2016-05-29
        • 1970-01-01
        • 2022-10-30
        • 2016-06-07
        相关资源
        最近更新 更多