coletz
10/15/2018, 10:33 PMdef iOSTarget = System.getenv('SDK_NAME')?.startsWith("iphoneos") \
? presets.iosArm64 : presets.iosX64
Actually I'm not sure about why this is here, I just copy-pasted from other mpp projects/tutorials
Edit: Yep that was the problem, now everything is working, thanks!russhwolf
10/16/2018, 1:08 AM