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.
@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.