Provision Not Found: Unable to export an build for iOS using Remote Build from Windows 11 (with Rsync)

I finally managed to export a remote build! :upside_down_face:

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 .uproject file (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 .app file 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 .ipa file.