Hello,
I recently switcher my OSX Cloud build to Latest 2017.3 as I want my build to match the current version of the editor I am using. For some reasons, I am getting these errors:
66: [Unity] Build target platform name ‘standaloneosxintel64’ is not valid. Supported targets: Android, Linux, Linux64, LinuxUniversal, N3DS, OSXUniversal, PS4, PSM, PSP2, Switch, Tizen, Web, WebGL, WebStreamed, WiiU, Win, Win64, WindowsStoreApps, XboxOne, iOS, tvOS
67: [Unity] Fatal Error! Build target platform name ‘standaloneosxintel64’ is not valid. Supported targets: Android, Linux, Linux64, LinuxUniversal, N3DS, OSXUniversal, PS4, PSM, PSP2, Switch, Tizen, Web, WebGL, WebStreamed, WiiU, Win, Win64, WindowsStoreApps, XboxOne, iOS, tvOS
68: [Unity] Aborting batchmode due to failure:
69: [Unity] Fatal Error! Build target platform name ‘standaloneosxintel64’ is not valid. Supported targets: Android, Linux, Linux64, LinuxUniversal, N3DS, OSXUniversal, PS4, PSM, PSP2, Switch, Tizen, Web, WebGL, WebStreamed, WiiU, Win, Win64, WindowsStoreApps, XboxOne, iOS, tvOS
70: + Building Unity player (standaloneosxintel64)
I’ve seen that in 2017.3, defines were renamed. Is it possible that Cloud Build is still using the previous ‘standaloneosxintel64’ define instead of the new one?
FYI, I created my Cloud Build task for Latest 2017.2 and edited it today to use Latest 2017.3 instead. Previous builds using 2017.2 (before switching) were all fine!