dyld:未加载库:@rpath/Alamofire.framework/Alamofire 和 AlamofireImage
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire and AlamofireImage
我正在安装 Alamofire、AlamofireImage 和其他一些 pods。 pod target 是一个 magplusframework,我的应用程序 target 使用的是 magplusframework,所有 pods 都已安装。
一切都很好,但是当我 运行 应用程序时。应用程序崩溃并显示错误。
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire
Referenced from: /Users/abc/Library/Developer/Xcode/DerivedData/project-bbrgqfddrolbzefvpttmxgmmkkqn/Build/Products/Debug-iphonesimulator/magplusframework.framework/magplusframework
Reason: image not found
我还尝试在目标 magplusframework 和我的应用程序目标中将始终嵌入 Swift 标准库设置为“是”。但它没有用。
非常感谢。可以查看keychain中的苹果根证书,将trust改成系统默认
在嵌入式SDK中添加框架后问题解决
我正在安装 Alamofire、AlamofireImage 和其他一些 pods。 pod target 是一个 magplusframework,我的应用程序 target 使用的是 magplusframework,所有 pods 都已安装。
一切都很好,但是当我 运行 应用程序时。应用程序崩溃并显示错误。
dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Referenced from: /Users/abc/Library/Developer/Xcode/DerivedData/project-bbrgqfddrolbzefvpttmxgmmkkqn/Build/Products/Debug-iphonesimulator/magplusframework.framework/magplusframework
Reason: image not found
我还尝试在目标 magplusframework 和我的应用程序目标中将始终嵌入 Swift 标准库设置为“是”。但它没有用。
非常感谢。可以查看keychain中的苹果根证书,将trust改成系统默认
在嵌入式SDK中添加框架后问题解决