Search Unity

MacOS Catalina - Blank error appears with no info.

Discussion in 'macOS' started by turdann, Oct 16, 2019.

  1. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264

    Essentially any JS file will cause this issue because the only unity script compiler is not 64bit in 2017.4 at the moment. Which on 10.15 is not allowed.
     
  2. CuongO

    CuongO

    Joined:
    May 11, 2015
    Posts:
    4
  3. WermHat

    WermHat

    Joined:
    Jul 13, 2012
    Posts:
    88
    Looks like the update is out today. Can anyone on Catalina confirm whether the issue is fixed?
     
  4. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    it should have landed in this update yes.
     
    WermHat likes this.
  5. WermHat

    WermHat

    Joined:
    Jul 13, 2012
    Posts:
    88
    Thanks Andrews! Was just hoping for a firsthand confirmation that the update fixed the issue before making the dreaded OS upgrade. I really appreciate your help in making this happen. Great work :)
     
  6. OLGV

    OLGV

    Joined:
    Oct 4, 2012
    Posts:
    57
    andrews_unity likes this.
  7. MoribitoMT

    MoribitoMT

    Joined:
    Jun 1, 2013
    Posts:
    301
    I am getting empty build for iOS with Unity 2017.4.40f1. Any idea? (No compile error fixed, but now there is nothing in build folder)
     
  8. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    I can check but we did tests on iOS, is it only a empty folder if you previously had this error ?
     
  9. MoribitoMT

    MoribitoMT

    Joined:
    Jun 1, 2013
    Posts:
    301
    I found the problem. It is storyboard check box in build settings. If check it, and do not set storyboard. Unity builds a empty project. If you uncheck it, and publish, it works and creates folder with all files and Xcode project.