CocoaPods / cocoapods-acknowledgements

CocoaPods plugin that generates a plist which includes the installation metadata
MIT License
111 stars 17 forks source link

[bug] 0x0 character in license breaks XML format #64

Open moscich opened 2 years ago

moscich commented 2 years ago

Example error trying to open generated plist file: Failed to open property list: XML Parse Error on line 4821: Char 0x0 out of allowed range

Steps to reproduce:

Add RxSwift as a dependency in Podfile pod 'RxSwift', '~> 5.1.0'

Workaround:

Exclude broken dependency in Podfile plugin 'cocoapods-acknowledgements', :exclude => ['RxSwift']