Thomas
03/06/2020, 10:25 PMfatal error: error in backend: Section too large, can't encode r_address (0x10022e9) into 24 bits of scattered relocation entry.
Does anyone know what this means? It only happens for the simulator. If I build for watchosArm64 there are no issues. Also when I build in release mode the issue is gone.
https://kotlinlang.slack.com/archives/C3SGXARS6/p1578922829122300?thread_ts=1578912211.116800&cid=C3SGXARS6Artyom Degtyarev [JB]
03/10/2020, 8:06 AMThomas
03/10/2020, 8:38 AMthere is no good advice on the issue, just try to minimize the code size.Are you talking about code size for a single .kt file or the total app size? If it is a for a single file, is there a way to find the file that is "too large"? My project is quite big and has many files.
Artyom Degtyarev [JB]
03/10/2020, 8:51 AM