无法构建 Objective-C 模块 'JSQMessagesViewController'
Could not build Objective-C module 'JSQMessagesViewController'
我有两个项目都使用 JSQMessagesViewController,但是其中一个出现错误:"Could not build Objective-C module 'JSQMessagesViewController'",而另一个工作正常......这两个项目之间几乎没有区别,我如何让 JSQMessagesViewController 工作,因为它对我的应用程序至关重要。谢谢
我通过以下步骤解决了这个问题:
- 清理项目,包括构建缓存 (Command-Option-Shift-K)
- 正在删除 pod.lock 文件和 pods.xcodeproj 文件
- 然后关闭 Xcode 并再次 运行 pod 更新
- 然后再建。
尝试安装正在开发中的最新版本的 JSQMessagesViewController
(pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop')
它对我有用..
我有两个项目都使用 JSQMessagesViewController,但是其中一个出现错误:"Could not build Objective-C module 'JSQMessagesViewController'",而另一个工作正常......这两个项目之间几乎没有区别,我如何让 JSQMessagesViewController 工作,因为它对我的应用程序至关重要。谢谢
我通过以下步骤解决了这个问题:
- 清理项目,包括构建缓存 (Command-Option-Shift-K)
- 正在删除 pod.lock 文件和 pods.xcodeproj 文件
- 然后关闭 Xcode 并再次 运行 pod 更新
- 然后再建。
尝试安装正在开发中的最新版本的 JSQMessagesViewController (pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop') 它对我有用..