Lars Toft Jacobsen
09/01/2021, 3:43 PMiosX64("ios") {
binaries {
framework()
}
}
plus sourcesets, and implemented a few expected types. All compilation tasks run successfully but the linkReleaseFrameworkIos
always fails with a Java assertion error somewhere in the native compiler with zero hints to actual cause. Link debug framework succeeds for iosX64 but will likewise also fail for iosArm64. I deliberately chose one of the stand-alone modules as to not also deal with dependency issues. Any pointer to how I should approach this problem is greatly appreciated 🙏 Searching the docs didn’t yield much in terms of debugging compilations issues. Thanks.Kweku
09/07/2021, 6:51 PM