gpt4 book ai didi

ios - 确保应用程序的 Info.plist 包含 CFBundleIdentifier 的值。打印 : Entry, ":CFBundleIdentifier",不存在

转载 作者:行者123 更新时间:2023-12-01 18:36:20 29 4
gpt4 key购买 nike

我正在尝试使用此 repo 构建我的第一个 iOS 应用程序:
https://github.com/pmusaraj/discourse-mobile-single-site-app

构建时,我收到一个错误,无法继续前进。我是一个绝对的菜鸟,会花很长时间在这上面,但不知道我是否已经在代码中达到了一个失败点,我可以通过一些简单的调整来超越,或者我是否必须等待我的问题(打开于 repo )由开发人员解决。我认为开发人员正忙于其他项目,可能没有时间提供帮助。

也许我的软件太新了?我应该尝试对 react-native 和 XCode 进行版本控制吗?我可以降级到 XCode 9.2(2017 年 12 月到 2018 年 3 月的版本)和 react-native 到 0.53.0(2018 年 1 月的版本)。
我的机器:
Mac OSX:10.14.6
react 原生 cli:2.0.1
react 原生:0.58.6
XCode:10.3(构建 10G8)

问题 : info.plist 文件不能很好地与构建器一起使用。在/ios/DiscoSingle/Info.plist 中,我看到 CFBundleIdentifier 正确定义为:

<key>CFBundleIdentifier</key>
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>

这对我来说是正确的。

这是运行时的错误 react-native ios-build :
The following build commands failed:
Ld /Users/user919021/Desktop/discourse/ios/build/Build/Products/Debug-iphonesimulator/DiscoSingle.app/DiscoSingle normal x86_64
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/DiscoSingle.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/DiscoSingle.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist


Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/DiscoSingle.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

at checkExecSyncError (child_process.js:629:11)
at Object.execFileSync (child_process.js:647:13)
at Promise.then (/Users/user919021/Desktop/discourse/node_modules/react-native/local-cli/runIOS/runIOS.js:208:5)
at process._tickCallback (internal/process/next_tick.js:68:7)

最佳答案

根据我的经验,您的 git 中的 Bundle Identifier 名称被忘记填写了。因此,您必须在 info plist> 签名和功能中添加该捆绑标识符名称。您可以添加如下内容:com.habiesmart.myapps 等。
就这样, Eureka !你可以运行那个项目!

this image may help you

最好的,哈比。

关于ios - 确保应用程序的 Info.plist 包含 CFBundleIdentifier 的值。打印 : Entry, ":CFBundleIdentifier",不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57341408/

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