Hi, I’m trying to compile my project for iOS (from my Windows PC connected to my Mac through SSH) and during the compression of the IPA I have this error :
IPP ERROR: Application exception: Ionic.Zip.ZipException: Compressed or Uncompressed size, or offset exceeds the maximum value. Consider setting the UseZip64WhenSaving property on the ZipFile instance.
In the project settings I’m using PAK files. I saw that other devs had the same issue but mostly for Android and I can’t find clear answers about how to solve this problem. Seems like this is related to exceeding the maximum size allowed during the zip compression but I don’t know if zip64 is being used or not. And how can I set the UseZip64WhenSaving property ?