IOS compile error - can't copy UnrealGame.ipa doesn't exist UE5-0

Hello,

I had my game running great but recently added a plugin that required me to convert my project to C++. Now I get this error:

Error:ERROR: Failed to copy F:\UnrealGames*GameName*\Binaries\I0S\UnrealGame.ipa to F:WUnrealGames*GameName*\Binaries\I0S*GameName*.ipa

I’ve tried to migrate to a completely new file and do the whole setup again. Same error. Game works perfect in the editor. Any idea what could cause this error? It’s so weird because I don’t understand why it’s copying a file to the exact location with a slight changed name. I’m using UE5.0

For anyone else having this issue. I’m not sure if it was security or some other issue. I changed all of the security to allow reads & writes and it still didn’t work. Once I moved the project folder to my C:\ drive everything started working. So something was wrong with the location or security.