dyld:库未加载 Swift 2.0
dyld: Library not loaded Swift 2.0
我将我的项目更新为 Swift 2.0,这最终意味着我的一个库停止工作。我删除了它 运行 pod update
.
尝试在设备上启动应用程序时出现此错误
dyld: Library not loaded: @rpath/Charts.framework/Charts Referenced
from:
/var/mobile/Containers/Bundle/Application/3563EB7F-CC1D-4BEA-BCA5-A2A8F3F6DA39/VisitsToDo.app/VisitsToDo
Reason: image not found
如果我 运行 模拟器上的应用程序会出现此错误。
ld: framework not found Charts
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Charts
是我之前删除的 pod,我找不到对它的引用存储在哪里?我已尝试删除并重新安装所有 pods 但这并不能解决问题。
有什么建议吗?
这可能是我的项目所独有的,但我不得不在我的应用 Build Settings
中删除与 Chart
相关的 linker flags
我将我的项目更新为 Swift 2.0,这最终意味着我的一个库停止工作。我删除了它 运行 pod update
.
尝试在设备上启动应用程序时出现此错误
dyld: Library not loaded: @rpath/Charts.framework/Charts Referenced from: /var/mobile/Containers/Bundle/Application/3563EB7F-CC1D-4BEA-BCA5-A2A8F3F6DA39/VisitsToDo.app/VisitsToDo Reason: image not found
如果我 运行 模拟器上的应用程序会出现此错误。
ld: framework not found Charts clang: error: linker command failed with exit code 1 (use -v to see invocation)
Charts
是我之前删除的 pod,我找不到对它的引用存储在哪里?我已尝试删除并重新安装所有 pods 但这并不能解决问题。
有什么建议吗?
这可能是我的项目所独有的,但我不得不在我的应用 Build Settings
Chart
相关的 linker flags