https://kotlinlang.org logo
Title
t

Trond Tunheim

01/22/2020, 1:32 PM
Hi everyone , I'm developing an app for IOS in Kotlin-native in Appcode. I'm wondering if anyone else have come across the following issue in Appcode. The error (no signature found) comes up if I try to redeploy an app to my iPhone without changing the code. If I change something in the code it deploys fine.
a

Artyom Degtyarev [JB]

01/22/2020, 1:55 PM
Hello! Can you share AppCode and Kotlin/Native versions?
t

Trond Tunheim

01/22/2020, 1:57 PM
Sure, AppCode 2019.3.3 and Kotlin/Native plugin 1.3.61
r

ribesg

01/22/2020, 3:48 PM
I get failures to launch too with
Reason: AMDeviceSecureInstallApplicationBundle failed with err = -402620388(No code signature found.)
but launching from XCode doesn’t work either and XCode’s derived data needs to be erased for it to work again