Search Unity

Crash if CFBundleVersion is missing

Discussion in 'Unity Cloud Diagnostics' started by paradizIsCool, Apr 28, 2021.

  1. paradizIsCool

    paradizIsCool

    Joined:
    Jul 10, 2014
    Posts:
    178
    Hi,

    Cloud build built an ipa without CFBundleVersion in info.plist (?! don't know why, bug reported to UCB team).
    The issue with UCD is that CrashReporter crashes if CFBundleVersion is missing so the crash is not reported.

    ApplicationInfo::GetApplicationBuildNumber() (in UnityFramework) (ApplicationInfoApple.mm:93)
    CrashReporting::CrashReporter::populateReportSharedData(CrashReporting::CrashReport&, bool) (in UnityFramework) (CrashReporter.cpp:349)
    CrashReporting::CrashReporter::HandleLog(char const*, char const*, char const*, LogType) (in UnityFramework) (CrashReporter.cpp:330)

    Best Regards,
    Lionel