You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
I have an issue when I try to install pod with Cocoapods v3.7.2, target on iOS8 and using use_frameworks!, but not the same as #927
In my podfile: pod 'JSQMessagesViewController'
I run the command "pod install" and get the output: Installing JSQMessagesViewController (7.1.0) Installing JSQSystemSoundPlayer (2.0.1)
Everything seems to be going well until I run the project, I get a build error:
/Pods/JSQMessagesViewController/JSQMessagesViewController/Categories/JSQSystemSoundPlayer+JSQMessages.h:19:9: Include of non-modular header inside framework module 'JSQMessagesViewController.JSQSystemSoundPlayer_JSQMessages'
Any ideas?
The text was updated successfully, but these errors were encountered:
I have an issue when I try to install pod with Cocoapods v3.7.2, target on iOS8 and using use_frameworks!, but not the same as #927
In my podfile:
pod 'JSQMessagesViewController'
I run the command "pod install" and get the output:
Installing JSQMessagesViewController (7.1.0)
Installing JSQSystemSoundPlayer (2.0.1)
Everything seems to be going well until I run the project, I get a build error:
/Pods/JSQMessagesViewController/JSQMessagesViewController/Categories/JSQSystemSoundPlayer+JSQMessages.h:19:9: Include of non-modular header inside framework module 'JSQMessagesViewController.JSQSystemSoundPlayer_JSQMessages'
Any ideas?
The text was updated successfully, but these errors were encountered: