marcosgriselli / ViewAnimator

ViewAnimator brings your UI to life with just one line
MIT License
7.3k stars 488 forks source link

App Store Submission Error #75

Closed terryworona closed 3 years ago

terryworona commented 3 years ago

Getting the following error when trying to archive.

ERROR ITMS-90056: "This bundle Frameworks/ViewAnimator.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"

Using Carthage:

github "marcosgriselli/ViewAnimator"
marcosgriselli commented 3 years ago

Thanks for reporting this @terryworona! Seems to be a known problem with some setups. I followed the steps suggested on Flight-School/AnyCodable#20 on 2f197f3 and released version 3.0.2. Let me know if the issue is solved!

terryworona commented 3 years ago

Nice that resolved it! Thanks!