我使用的是Swift 3,Xcode 8.1,CocoaPods 1.1.1。運行pod update
後,每當我嘗試使用Xcode的lldb控制檯時 - 它都會打印一個錯誤。
例如,po self
輸出:Swift錯誤:無法從AST上下文獲取模塊'My_App'
Shared Swift state for My App has developed fatal errors and is being discarded.
REPL definitions and persistent names/types will be lost.
warning: Swift error in module My App.
Debug info from this module will be unavailable in the debugger.
error: in auto-import:
failed to get module 'My_App' from AST context:
有誰知道如何解決這一問題?
如何做到這一點?是不是完全沒有這樣做的cocoapods點?生態系統已經成爲最近使用的一種痛苦 – Petar
如何在本地構建CocoaPod模塊? – Rob