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,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>@H_419_34@解决方法 在我错过了这个错误的时间后,我找到了解决方案,问题出在pods中,可能是在更新某些库时,pods不同步.
我的解决方案
转到/ ios文件夹—->并运行命令:
·
pod install && pod update
>返回项目文件夹后—->并运行命令:
·
rm -rf node_modules && npm install
清理ios构建文件夹:
·
rm -rf ios/build
之后,像往常一样运行:
·
总结react-native run-ios
以上是内存溢出为你收集整理的ios – CFBundleIdentifier“,不存在全部内容,希望文章能够帮你解决ios – CFBundleIdentifier“,不存在所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)