I finally managed to export a remote build! ![]()
To maybe help others, here’s what I did:
- First, I tried exporting the iOS build directly from my MacBook Pro using the exact same
.uprojectfile (a Blueprint-only project that included some third-party plugins). - When I opened the file, I got a warning and discovered that I was using a custom/edited plugin for
Android Location Services, which wasn’t needed for iOS. I completely removed it for this iOS build. - As a result, the local Mac build was successful, and it exported the iOS
.appfile without issues. - Then, I realized that my previous Rsync attempts were still using the custom Android Location Services plugin.
- After removing the plugin, I tried the remote build again, and… it worked perfectly! It successfully exported an iOS
.ipafile.