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

Cannot find protocol declaration following Pod update #60

Closed
djclarkson opened this issue May 19, 2015 · 2 comments
Closed

Cannot find protocol declaration following Pod update #60

djclarkson opened this issue May 19, 2015 · 2 comments

Comments

@djclarkson
Copy link

Following a Pod update I get the error "Cannot find protocol declaration for RMDateSelectionViewControllerDelegate" on the following interface:

@interface HHCreateTaskViewController () <UITextViewDelegate, RMDateSelectionViewControllerDelegate>

When I cmd-click RMDateSelectionViewControllerDelegate I get "Symbol not found". The library is imported in the controller with the following line:

import "RMDateSelectionViewController.h"

And the Podfile:
platform :ios, '8.0'
pod 'RMDateSelectionViewController'

I tried cleaning the project folder, restarting Xcode etc.

@CooperRS
Copy link
Owner

The protocol RMDateSelectionViewControllerDelegate is not used anymore. It has been replaced by blocks called selectAction and the optional cancelAction and nowAction

@djclarkson
Copy link
Author

Thank you!

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

2 participants