标签: ios swift cocoapods
我创建了我的第一个Cocoa Pod以及创建的示例(演示)应用程序。
我的吊舱被称为" PineKit"
我可以导入PineKit但无法访问Pod中的任何类
import PineKit // Does not show an error let a = PineConfig.height // Use of unresolved identifier PineConfig
知道发生了什么事吗?