romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 432 forks source link

Missing NSBundle+RETableViewManager.h file not found error #270

Open Wh1rlw1nd opened 5 years ago

Wh1rlw1nd commented 5 years ago

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

SunnyXG commented 5 years ago

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