RMessage: Could not load NIB in bundle: 'NSBundle (loaded)' with name 'RMessageView'
Hi,
I recently updated an app that uses RMessage (which I am using for long time), however, some apps crash with the following message:
Could not load NIB in bundle: 'NSBundle (loaded)' with name 'RMessageView'
Using it in iOS 13.3 on an iPad.
Any ideas?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 29 (15 by maintainers)
@tylerwilson Thanks for the bug report. Will put out a 2.3.4 release sometime soon today or tommorrow hopefully.
Okay, I updated my Podfile to:
pod 'RMessage', :git => 'https://github.com/donileo/RMessage.git', :branch => '2.x.x_develop'
updated, ran and all good! Thank you!