gpt4 book ai didi

ios - 框架在其 Info.plist 中没有 CFBundleIdentifier

转载 作者:IT王子 更新时间:2023-10-29 05:08:41 25 4
gpt4 key购买 nike

在安装并运行 cocoapods 后,我的 Bridge.h 导入在寻找预期目标时遇到了问题。

我有:

#import <TPKeyboardAvoiding/TPKeyboardAvoidingScrollView.h>
#import <DateTools/DateTools.h>

但它没有用,因为我的 Headers 文件夹是空的,所以我将这两个文件夹复制到 Headers 文件夹中并硬编码路径:

#import </Users/username/Documents/new_ios/ios-app/Pods/Headers/TPKeyboardAvoiding/TPKeyboardAvoidingScrollView.h>
#import </Users/username/Documents/new_ios/ios-app/Pods/Headers/DateTools/DateTools.h>

这行得通并且应用程序已构建,但是当我运行它时出现此错误:操作无法完成。 (LaunchServicesError 错误 0。)

这是控制台输出:

6/2/16 4:41:24.961 PM uploadDSYM[3519]: Fabric.framework/run 1.4.0
6/2/16 4:41:24.981 PM uploadDSYM[3521]: Fabric.framework/run 1.4.0
6/2/16 4:41:25.011 PM appleeventsd[51]: SecTaskLoadEntitlements failed error=22
6/2/16 4:41:25.019 PM sharedfilelistd[251]: SecTaskLoadEntitlements failed error=22
6/2/16 4:41:25.093 PM Fabric[257]: Bundle indentifier is of type (null), returning empty string.
6/2/16 4:41:25.752 PM com.apple.CoreSimulator.CoreSimulatorService[331]: Error Domain=LaunchServicesError Code=0 "(null)" UserInfo={Error=MissingBundleIdentifier, ErrorDescription=Bundle at path /Users/username/Library/Developer/CoreSimulator/Devices/#####-####-####-####-##########/data/Library/Caches/com.apple.mobile.installd.staging/temp.16rUWf/extracted/AppName.app/Frameworks/TPKeyboardAvoiding.framework did not have a CFBundleIdentifier in its Info.plist}

我遇到的初始错误看起来很像这个东西:Unable to run app in Simulator: An error was encountered while running (Domain = LaunchServicesError, Code = 0)我尝试了所有干净的构建并建议重新启动,但都没有用。此外,所有的 sharekit 解决方案也都不起作用,因为我没有 sharekit。

编辑 1

我的猜测是:Frameworks/TPKeyboardAvoiding.framework did not have a CFBundleIdentifier in its Info.plist 是真正的问题,我需要更改我的 info.plist 文件以找到 TPKeyboardAvoiding

编辑 2

我的信息.plist:

enter image description here

编辑 3

这个问题是在我尝试解决我之前遇到的问题之后出现的问题,这个问题在这个问题中有描述:Empty Pod Headers Folder after `pod install`

最佳答案

对我来说,清理构建文件夹很有效。在 Xcode 中,按住 alt Product -> Clean Build Folder..

让我知道它是否适合您!

关于ios - 框架在其 Info.plist 中没有 CFBundleIdentifier,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37601925/

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