We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting this in RETableViewManagerCreditCardCell.m:
.../Pods/RETableViewManager/RETableViewManager/Cells/RETableViewCreditCardCell.m:30:9: 'NSBundle+RETableViewManager.h' file not found
and in REActionBar.m:
.../Pods/RETableViewManager/RETableViewManager/REActionBar.m:28:9: 'NSBundle+RETableViewManager.h' file not found
In my Podfile I have this:
pod 'RETableViewManager', '~> 1.6'
My git version is 2.18, Swift version of a pod, in its build settings is 3.0 (Should I change maybe this to 4.x ?)
Please let me know if you need more info
The text was updated successfully, but these errors were encountered:
You can try the pod 'RETableViewManager', '~> 1.7' It works well at my project.
pod 'RETableViewManager', '~> 1.7'
Sorry, something went wrong.
No branches or pull requests
I am getting this in RETableViewManagerCreditCardCell.m:
and in REActionBar.m:
In my Podfile I have this:
pod 'RETableViewManager', '~> 1.6'
My git version is 2.18, Swift version of a pod, in its build settings is 3.0 (Should I change maybe this to 4.x ?)
Please let me know if you need more info
The text was updated successfully, but these errors were encountered: