gpt4 book ai didi

ios - CFBundleIdentifier”,不存在

转载 作者:可可西里 更新时间:2023-11-01 06:02:36 29 4
gpt4 key购买 nike

我在 iOS 的 React native 应用程序中遇到以下错误。

Installing build/Build/Products/Debug-iphonesimulator/Este.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

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

但是我看到 Info.plist 有如下的 CFBundleIdentifier。

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

我也试过把上面的改成

<key>CFBundleIdentifier</key>
<string>com.myApp</string>

但同样的错误。请帮忙。

我还看到在上面的错误之前显示了下面的错误

node_modules/react-native-fbsdk/ios/RCTFBSDK/share/RCTFBSDKShareDialog.h:21:9: fatal error: 
'FBSDKShareKit/FBSDKShareKit.h' file not found
#import <FBSDKShareKit/FBSDKShareKit.h>

最佳答案

在这个错误浪费了我的时间之后,我找到了解决方案,问题出在 pod 上,可能是在更新某些库时,pods 没有同步。

我的解决方案:转到/ios 文件夹 ----> 并运行命令:·

pod install && pod update

  • 回到项目文件夹后 ----> 运行命令:·

rm -rf node_modules && npm install

清理 ios 构建文件夹:·

rm -rf ios/build

之后,照常运行:·

react-native run-ios

关于ios - CFBundleIdentifier”,不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39339247/

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