RETableViewManager icon indicating copy to clipboard operation
RETableViewManager copied to clipboard

Missing NSBundle+RETableViewManager.h file not found error

Open Wh1rlw1nd opened this issue 7 years ago • 1 comments

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

Wh1rlw1nd avatar Oct 29 '18 11:10 Wh1rlw1nd

You can try the pod 'RETableViewManager', '~> 1.7' It works well at my project.

SunnyXG avatar Dec 14 '18 08:12 SunnyXG