Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

The game is working fine in Unity, Crashes Once exporting

Discussion in '2019.2 Beta' started by akram84, Jul 28, 2019.

  1. akram84

    akram84

    Joined:
    Feb 22, 2017
    Posts:
    12
    Good Day
    I created a game in Unity 2019.2.0b2
    It is working like a charm in Unity and I export it as apk and Xcode project, no problem
    The problem occur when I try to run the game after exporting. It just crashes and I cannot make the game run on either the emulator or the device.
    I dunno what causes this issue?
    Can you suggest a solution?
    Regards,
     
  2. Billy4184

    Billy4184

    Joined:
    Jul 7, 2014
    Posts:
    6,022
  3. akram84

    akram84

    Joined:
    Feb 22, 2017
    Posts:
    12
    Log File #1
    Code (CSharp):
    1. {"app_name":"powerchef","timestamp":"2019-07-24 16:40:23.66 -0700","app_version":"1.4","slice_uuid":"27f275e0-0ba0-3116-9ce7-90fdebe00d08","adam_id":1473785199,"build_version":"0","bundleID":"com.tc.powerchef","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 12.4 (16G77)","incident_id":"F12D8A37-9764-404A-8738-4E0AC40A4CF4","name":"powerchef"


    Log File #2

    Code (CSharp):
    1. {"app_name":"powerchef","timestamp":"2019-07-24 16:40:27.94 -0700","app_version":"1.4","slice_uuid":"27f275e0-0ba0-3116-9ce7-90fdebe00d08","adam_id":1473785199,"build_version":"0","bundleID":"com.tc.powerchef","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 12.4 (16G77)","incident_id":"F50020CB-9558-483C-8ADB-A57FDF9E409E","name":"powerchef"
     
  4. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,175
    Are you aware that you're using a beta release of Unity? If you intended to do this my recommendation is to update to the latest available release of the beta which is Unity 2019.2.0b10 and try exporting again. An early beta is not that far away from a late alpha after all.
     
  5. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    Why are you using such an old beta build?
    Are you using IL2CPP?
    Have you hooked up logcat or DDMS to your phone to see the error?
     
    Last edited: Jul 29, 2019
  6. akram84

    akram84

    Joined:
    Feb 22, 2017
    Posts:
    12
    Yes I am aware of that
    I'll update as soon as possible
     
  7. akram84

    akram84

    Joined:
    Feb 22, 2017
    Posts:
    12
    No I am not using IL2CPP
    The error is not shown in Xcode or in android studio