SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.63k stars 269 forks source link

Fix Carthage Scheme issue. #93

Closed csauvage closed 4 years ago

csauvage commented 4 years ago

When building against Carthage, we have an issue with ITMS Transporter saying This bundle .../SwiftyMarkdown.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion"

@SimonFairbairn I assume your building the package using swift package CLI Command, maybe looking at this could help :