Add info.plist to fix Carthage installation#44
Add info.plist to fix Carthage installation#44ashfurrow merged 1 commit intoRxSwiftCommunity:masterfrom
Conversation
|
Thanks! Sorry for the problem. After merging do we need to make a release of the library for Carthage to work? |
|
Thanks a lot for contributing! I've invited you to join the RxSwiftCommunity GitHub organization – no pressure to accept! If you'd like more information on what that means, check out our contributor guidelines and feel free to reach out with any questions. |
If it is possible, I'd like you to release.
Thanks a lot, I gladly accepted 😄 |
|
Cool! I've release 3.0.1 with this fix. Carthage support is an area I sometimes neglect – if there's any problems in the future, or ways we could improve Carthage support, please open an issue 👍 |
|
Thanks, it works fine with |
By #42 , info.plist had been deleted, and so Carthage installation is failed with this error log.
So I added info.plist to fix Carthage installation.