Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有使用 FBSDK 模块的自定义类。我正在尝试为此类方法实现单元测试。但它无法编译并返回错误
'没有这样的模块 FBSDKCoreKit'
我已经检查了这个模块以供测试目标使用,但没有任何反应。可能是什么问题?
好的,找到问题了。我需要添加框架搜索路径来测试目标,问题就解决了