You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not direct library issue but more of an installation issue of the pod. I added the library to my podfile using pod 'RxSwiftNotifications' but after running pod install I got this error: [!] Unable to find a specification for RxSwiftNotifications Then I explicitly added the source like this: pod 'RxSwiftNotifications', :git => 'https://github.com/leandromperez/rxswift-notifications.git' and it worked.
The text was updated successfully, but these errors were encountered:
This is not direct library issue but more of an installation issue of the pod. I added the library to my podfile using pod 'RxSwiftNotifications' but after running pod install I got this error: [!] Unable to find a specification for
RxSwiftNotifications
Then I explicitly added the source like this: pod 'RxSwiftNotifications', :git => 'https://github.com/leandromperez/rxswift-notifications.git' and it worked.The text was updated successfully, but these errors were encountered: