RETableViewManager
RETableViewManager copied to clipboard
Missing NSBundle+RETableViewManager.h file not found error
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
You can try the
pod 'RETableViewManager', '~> 1.7'
It works well at my project.