Does anyone know what the following error means? I tried compiling my Kotlin code as a watchOS framework but I keep getting the following error when running from Xcode.
@Artyom Degtyarev [JB] That’s great! Another thing I noticed is that when I build for simulator (watchosX86) instead of a real device I get the following error:
Copy code
fatal error: error in backend: Section too large, can't encode r_address (0x1000a99) into 24 bits of scattered relocation entry.
Is this a known bug, too, or am I doing something wrong?
Thomas
03/06/2020, 9:58 PM
@Artyom Degtyarev [JB] do you know what the error above means? I am getting this with 1.3.70. Only happens for simulator, no issues at all for real Apple watch.