Thomas
01/13/2020, 10:43 AMThomas
01/13/2020, 10:43 AMThomas
01/13/2020, 12:05 PMimport platform.UIKit.UIImage
import platform.UIKit.UIImageJPEGRepresentation
fun errorExample() {
val image = UIImage.imageNamed("")!!
UIImageJPEGRepresentation(image, 0.70f)
}
Artyom Degtyarev [JB]
01/13/2020, 12:48 PMThomas
01/13/2020, 1:40 PMfatal 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