Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mannymarco opened this issue May 26, 2016 · 5 comments
Open

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

mannymarco opened this issue May 26, 2016 · 5 comments

Comments

@mannymarco
Copy link

mannymarco commented May 26, 2016

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
Copy link
Author

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

@isacjoseph2006
Copy link

Same error for me.

@davegallant
Copy link

davegallant commented Jun 14, 2016

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

@chaoxn
Copy link

chaoxn commented Nov 2, 2016

@Davey-Dev it's worked for me thanks!

@asifhabib
Copy link

what about manual?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants