目前我正在使用 Carthage 依赖管理器,一切正常。直到我在我的模拟器上运行代码。我收到以下错误消息。
dyld: Library not loaded: @rpath/OAuthSwift.framework/OAuthSwift
Referenced from: /Users/eddwinpaz/Library/Developer/CoreSimulator/Devices/117C3ED9-5B0A-4FCD-B231-5E9BC0ADF821/data/Containers/Bundle/Application/1FC4FA99-7479-44D1-BB71-1A52404BDB4C/App.app/App
Reason: image not found
(lldb)
我已按照以下教程中的步骤进行操作。
http://www.raywenderlich.com/109330/carthage-tutorial-getting-started
我还必须提到,我手动安装了 Carthage 的 Carthage.pgk,然后将其删除并通过 Brew 安装。
有什么我忘记做的吗?