2019/6/28ころから急にAppStoreConnectにipaをアップロードするときに以下のエラーがでるようになった
ERROR ITMS-90784: "Missing bundle name. The Info.plist key CFBundleName is missing or has an empty value in the bundle with bundle identifier ''
読んでそのとおり、info.plistのBundle name(CFBundleName)が未設定だったり空の文字列だった場合に発生するので、info.plistのBundle name(CFBundleName)を設定すればエラーは解消します。