cruffenach / CRToast

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

'CRToast/CRToastConfig.h' file not found #201

Open mannymarco opened 8 years ago

mannymarco commented 8 years ago

In CRToast.h, I am receiving the error 'CRToast/CRToastConfig.h' file not found on the line:

#import <CRToast/CRToastConfig.h>

I have tried reinstalling the pod, and have checked that the file is where it should be.

My pod file is as follows:

platform :ios, '9.2'
use_frameworks!

target 'Crab It' do
    pod 'SVProgressHUD', '~> 1.1'
    pod "EVCloudKitDao", '~> 2.19.0'
    pod "EVReflection", '~> 2.24.0'
    pod 'CRToast'
    pod 'AsyncSwift'
end

Does anyone have any ideas? Thanks

mannymarco commented 8 years ago

It turns out it was an issue with cocoapods 1.0.0. Reverting version 0.39.0 fixed the errors

isacjoseph2006 commented 8 years ago

Same error for me.

davegallant commented 8 years ago

~/Library/Developer/Xcode/DerivedData -- clear this and it should work on 1.0.0

chaoxn commented 7 years ago

@davey-dev it's worked for me thanks!

asifhabib commented 7 years ago

what about manual?