gpt4 book ai didi

ios - 为 iOS 构建 Cordova 项目

转载 作者:行者123 更新时间:2023-12-01 18:37:33 25 4
gpt4 key购买 nike

我正在尝试为 iOS 构建我的 Cordova 项目。为了做到这一点,我借了一台 Mac 和一部 iPhone;这意味着我对与苹果相关的一切都很陌生。

据我了解:为了为 iOS 构建任何东西,我需要某种苹果开发者帐户。 (我相信我正在使用的 mac 有一个,不太确定。)

当我尝试运行命令时:cordova run ios我收到以下错误:

Check dependencies Code Signing Error: No profiles for 'io.cordova.hellocordova' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'io.cordova.hellocordova'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'



我不知道上述任何一个是什么意思,或者如何解决它。我相信我必须使用 xcode 以某种方式自动创建一个 build.json 文件(不确定),但我不知道如何在 xcode 中打开我的 cordova 项目。

我一直在使用 Sublime 来编辑我的 cordova 项目文件,并使用终端来使用 cordova cli。我正在运行 xcode 9.2

最佳答案

From what I understand: in order to build anything for iOS, I need some sort of apple developer-account. (I believe the mac I am using has one, not quite sure.)



如果这是真的,那么您可以尝试以下方法:
cordova build ios
open platforms/ios/<my-app-name>.xcworkspace

这将在 Xcode 中打开应用程序。单击图标(左侧,目录结构 View 上方)“常规”并选中“自动管理签名”。尝试在 Xcode 中运行该应用程序。

查看此网站以供引用(以及 Xcode 中单击位置的图片): http://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html

关于ios - 为 iOS 构建 Cordova 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49894821/

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