Commit Graph

564 Commits

Author SHA1 Message Date
james singer
31762ac027 Remove references to mono from some Linux platform files (misleading comments)
#jira UE-206564
#rb ryan.hummer, josh.adams, brandon.schaefer

[CL 31525055 by james singer in ue5-main branch]
2024-02-15 12:56:16 -05:00
josh adams
a25f5c0cc1 - Fixed Xcode proejct generation/compiling/booting for Vision Pro hardware
- Commandline in Xcode is now used, if we want Swift to set the CL, we'll have to pause the engine startup sooner
- Added auto-launch timer to the SwiftUI window for easier development (don't need to wear the VP) to debug startup crashes, etc
- Depth texture was too big, so halved the resolution of the viewports (work in progress)
- Currently asserting in XR code, or crashing in compositor services code
#rb Jeff.Fisher

#changelist validated
#virtualized

[CL 31347927 by josh adams in ue5-main branch]
2024-02-09 13:21:33 -05:00
adam rehn
b6185c40ee Fix RunUBT.sh failures in Installed Builds
#rb Brandon.Schaefer

[CL 31113953 by adam rehn in ue5-main branch]
2024-02-01 19:59:45 -05:00
UnrealBot
9cb2a7c534 Branch snapshot for CL 31090618
[CL 31090618 in ue5-main branch]
2024-02-01 17:51:56 +00:00
josh adams
ecf91c0fff - When making universal dsyms, if an error occurs, we attempt with a FAT64 header, which is usable with Xcode15 and up.
- Updated dump_syms for FAT64 header support (may do a PR to breakpad in the future)
#rb calvin.zheng
#jira UE-203285

#changelist validated
#virtualized

[CL 31058512 by josh adams in ue5-main branch]
2024-01-31 14:25:11 -05:00
joe kirchoff
68c06bfbcc UnrealBuildTool: Remove VS2019 support
#jira UE-190039

[CL 30943783 by joe kirchoff in ue5-main branch]
2024-01-26 17:21:00 -05:00
joe kirchoff
712b826d29 Adjust error message when calling RunUBT.bat as errors will already be printed to the console
#rnx

[CL 30868783 by joe kirchoff in ue5-main branch]
2024-01-24 19:17:11 -05:00
joe kirchoff
c8375e7564 Fix BuildUAT.sh checking for the wrong uptodate file
#rnx

[CL 30401163 by joe kirchoff in ue5-main branch]
2023-12-19 15:13:10 -05:00
joe kirchoff
46c5dbd418 Fix path to UBA binaries in Build batch files so UBT wil be rebuilt
#rnx

[CL 30018319 by joe kirchoff in ue5-main branch]
2023-11-30 12:36:16 -05:00
joe kirchoff
9affe69d97 UnrealBuildAccelerator: Experimental for 5.4
#jira UE-197967

[CL 30002804 by joe kirchoff in ue5-main branch]
2023-11-29 18:47:11 -05:00
joe kirchoff
118f701e66 UBA: Cleanup for work in progress linux support
[CL 29847396 by joe kirchoff in ue5-main branch]
2023-11-20 14:22:23 -05:00
joe kirchoff
0bcd725712 UBA: Properly rebuild if input dlls have changed
#rnx
#jira UE-198292
#rb jim.casale

[CL 29753629 by joe kirchoff in ue5-main branch]
2023-11-15 13:51:24 -05:00
calvin zheng
2267ffd9e4 Improve source code lookup feature, using dsym if exists, and fix file path obtained from build machine
#jira UE-198540
#rb Josh.Adams

[CL 29653403 by calvin zheng in ue5-main branch]
2023-11-10 15:42:43 -05:00
zack neyland
2edc1a1072 Mac: Add a log incase lipo-ing fails.
#jira UE-199201

[CL 29393633 by zack neyland in ue5-main branch]
2023-11-02 22:16:22 -04:00
joe kirchoff
2af1531909 Rename Box -> UBA
#rnx
#jira UE-198632

[CL 29328890 by joe kirchoff in ue5-main branch]
2023-11-01 15:35:29 -04:00
joe kirchoff
b706ec0a28 Fix batch files not checking some cs files in shared
#rnx

[CL 29186567 by joe kirchoff in ue5-main branch]
2023-10-27 12:54:01 -04:00
calvin zheng
f59750d968 Fix for NavigateToFunctionSource crash/error, use xcode built in atos instead of UnrealAtoS as it can't handle universal build.
#jira UE-195221
#rb Josh.Adams, Zack.Neyland

[CL 28753266 by calvin zheng in ue5-main branch]
2023-10-13 11:00:06 -04:00
josh adams
c2437d9b07 - Fixed various issues with making Mac/IOS builds that can be uploaded to AppStore in Xcode
* Missing ThinApp.sh
  * Missing some quotes around a variable in GenerateUniversalDSYM.sh
  * Correctly filter out the stub .app's and such when copying the Staged data directory into the .app
  * Disabled the Mac's Sign To Run Locally option by default, as that causes Xcode's Validation/Upload to not have the team name embedded in it, causing a hassle while pushing up to AppStore/TestFlight
  * Fixed the PRODUCT_NAME for BP projects
  * Made CrashReportClient be a sandboxed app that inherits from parent
  * Fix Hybrid apps to check all platforms before in the project generator, so that if a project needs a temp target for IOS (via a plugin)
  * For hybrid projects, don't append Game to the end of the Game target names, as that is the default, and it makes for better named products
  * Disabled the LoginFlow module from OnlineFramework plugin - this was causing issues with having CEF and EpicWebHelper embedded into a sandboxed .app, and LoginFlow isn't seemingly actually used by anything
#jira UE-196297,UE-196299,UE-196296,UE-196300,UE-196295
#rb adam.kinge

[CL 28463729 by josh adams in ue5-main branch]
2023-10-04 13:25:29 -04:00
joe kirchoff
a28c20fbf2 Ensure UnrealBuildTool.dll exists when cleaning projects in installed builds
#jira UE-192937

[CL 28258784 by joe kirchoff in ue5-main branch]
2023-09-26 21:09:30 -04:00
robert seiver
216a99b719 Replace hard-coded toolchain version from SetupToolchain.sh by fetching it from Linux_SDK.json (which should be the source of truth on toolchain versions)
#rb James.Singer
#jira UE-191400

[CL 27241343 by robert seiver in ue5-main branch]
2023-08-21 11:59:03 -04:00
arciel rekman
c1606c596e Fix Linux toolchain building scripts.
- Native Linux toolchain is produced in already a runnable state with the proper name for distribution.
- Both cross and native toolchains have their repo path changed to the github repo they are cloned from.
- Not building bolt as this for some reason cases llvm-profdata and symbolizer not to be added to the install folder.

#rb none
[FYI] Brandon.Schaefer

[CL 26797743 by arciel rekman in ue5-main branch]
2023-08-02 23:23:03 -04:00
Ryan Hummer
3ebc0e1bcf Removing mono/xbuild part 1
* Updating references to use dotnet
* Add new RunDotnet scripts
* Removing Mono sh scripts and references to them

#rnx
#jira UE-153293
#rb josh.adams, zack.neyland, brandon.schaefer

[CL 26737744 by Ryan Hummer in ue5-main branch]
2023-08-01 10:02:58 -04:00
Josh Adams
61ef979e51 - Made IOS and Mac BuildPlatforms classes come from AppleBuildPlatform so we can make UBT regen makefiles when xcode-select location changes
- Fixed XcodeBuild.sh to set iossimulator architecture the expected way
#rb adam.kinge

[CL 26623422 by Josh Adams in ue5-main branch]
2023-07-26 17:45:21 -04:00
ryan hummer
54151149b2 Removing uneeded call to SetupDotnet.sh on mac
#rnx
#rb none

[CL 26611303 by ryan hummer in ue5-main branch]
2023-07-26 12:43:29 -04:00
adam kinge
e56126723a Additional UBT changes to support iOS Simulator:
- update Xcode build script to set correct arch when compiling within Xcode
 - set correct SDKRoot depending on sim vs device

#jira UE-168571

[CL 26597711 by adam kinge in ue5-main branch]
2023-07-26 01:01:43 -04:00