cruffenach / CRToast

A modern iOS toast view that can fit your notification needs
MIT License
4.16k stars 464 forks source link

CRToast/CRToastConfig.h not found with angled include when installing with CocoaPods #184

Closed alatyshev closed 9 years ago

alatyshev commented 9 years ago

Getting compile error when angled include in CRToast.h line: 16 #import <CRToast/CRToastConfig.h>

Changing it to quotes fixes the issue.

Ashton-W commented 9 years ago

How are you installing CRToast? CocoaPods, Carthage, or other?

alatyshev commented 9 years ago

CocoaPods, sorry forgot to mention it in the ticket.

Ashton-W commented 9 years ago

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?

alatyshev commented 9 years ago

Yes, it is: pod 'CRToast', :head

It worked this way just last Friday and from yesterday gives compile error.

Ashton-W commented 9 years ago

If you pod install again now does it work, I just pushed a new version with a corrected podspec

alatyshev commented 9 years ago

It works now, thank you!

wanbok commented 8 years ago

This issue is revived from CocoaPod 1.0 image