Clang frontend command failed with exit code 70
Simulators, Deviceの選択で「Generic iOS Device」を選んでいない場合にArchiveしようとすると、エラー。
環境
Xcode11
This bundle is invalid. The value for key CFBundleShortVersionString [X] in the Info.plist file must contain a higher version than that of the previously approved version [X].
Versionが古いものを指定している場合に、Archiveで成功してもValidateApp時にエラー。
審査通過後まだ公開していない場合はVersionを新しくしないといけない。
Versionを維持したい場合は、審査通過したアプリを取り下げする必要がある。
環境
Xcode11