Hello, I need some help in getting an iOS build with the chunks excluded from the main package. I’ve configured the settings and the chunks on my project and it’s functioning as it should for Android, but I can’t find a way to exclude them for iOS.
I tried the following link as it describes the problem perfectly where the BuildPatchTool hangs on exit and and the packaging stops after the first (non-zero) chunk, but the solution isn’t viable for 5.6. The code it asks you to comment doesn’t exist in the file so I’m not sure what to change to make it work.
side note: I’ve also tried compiling the BuildPatchTool in shipping without any changes and then packaging using the build command in the link but that doesn’t help.