marcosgriselli / ViewAnimator

ViewAnimator brings your UI to life with just one line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Store Submission Error

terryworona opened this issue · comments

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"

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!

Nice that resolved it! Thanks!