Search Unity

Burst compile ios xcode project on windows

Discussion in 'Burst' started by PackDona, Mar 29, 2019.

  1. PackDona

    PackDona

    Joined:
    Feb 3, 2018
    Posts:
    2
    The newest version claimed "Restore behavior of compiling ios projects from windows with burst, (burst does not support cross compiling for ios) - we still generate a valid output project, but with no burst code",does this mean if I want the project work with burst,I have to build my Unity project on the mac device?Or I can directly use the xcode project which build from Windows to run,and the burst still work?
     
  2. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    417
    Yes, we currently require to build a player on a mac when using burst.
     
  3. FIFTYTWO

    FIFTYTWO

    Joined:
    Oct 21, 2014
    Posts:
    49
    Do you have any plans to support burst cross compilation to iOS on Windows?
     
  4. xoofx

    xoofx

    Unity Technologies

    Joined:
    Nov 5, 2016
    Posts:
    417
    It is just not possible. Apple is forcing our toolchain to compile on MacOS.