You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If framework dependencies are build by generating a Xcode project with the swift package manager, then the CFBundleVersion key will not be set which causes app store distribution problems.
The text was updated successfully, but these errors were encountered:
@mrylmz Shouldn't we also introduce a similar handling for CFBundleShortVersionString in case it is missing? This key is also required for app store submissions...
If framework dependencies are build by generating a Xcode project with the swift package manager, then the CFBundleVersion key will not be set which causes app store distribution problems.
The text was updated successfully, but these errors were encountered: