Closed alatyshev closed 9 years ago
How are you installing CRToast? CocoaPods, Carthage, or other?
CocoaPods, sorry forgot to mention it in the ticket.
Could you share the line your Podfile
that specifies CRToast, I'm guessing it's something like pod 'CRToast', :head
? Are you using frameworks too?
Yes, it is: pod 'CRToast', :head
It worked this way just last Friday and from yesterday gives compile error.
If you pod install again now does it work, I just pushed a new version with a corrected podspec
It works now, thank you!
This issue is revived from CocoaPod 1.0
Getting compile error when angled include in CRToast.h line: 16 #import <CRToast/CRToastConfig.h>
Changing it to quotes fixes the issue.