Hi everyone , I'm developing an app for IOS in Ko...
# ios
t
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
Hello! Can you share AppCode and Kotlin/Native versions?
t
Sure, AppCode 2019.3.3 and Kotlin/Native plugin 1.3.61
r
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