We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 11.3.1 iOS 13.3.1
dyld: Library not loaded: @rpath/SomeFrameworkName.framework/SomeFrameworkName Referenced from: /private/var/containers/Bundle/Application/*** Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/***.app/Frameworks/SomeFrameworkName.framework/SomeFrameworkName: code signature invalid for '/private/var/containers/Bundle/Application/***.app/Frameworks/SomeFrameworkName.framework/SomeFrameworkName' /private/var/containers/Bundle/Application/***.app/Frameworks/SomeFrameworkName.framework/SomeFrameworkName: stat() failed with errno=25
Can I add signing on the FatFramework stage?
The text was updated successfully, but these errors were encountered:
Sry I can't help you here. I don't know what the error is or what it said.
I guess signing is not possible. See also the task: https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks/FatFrameworkTask.kt
Sorry, something went wrong.
No branches or pull requests
Xcode 11.3.1
iOS 13.3.1
dyld: Library not loaded: @rpath/SomeFrameworkName.framework/SomeFrameworkName Referenced from: /private/var/containers/Bundle/Application/*** Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/***.app/Frameworks/SomeFrameworkName.framework/SomeFrameworkName: code signature invalid for '/private/var/containers/Bundle/Application/***.app/Frameworks/SomeFrameworkName.framework/SomeFrameworkName' /private/var/containers/Bundle/Application/***.app/Frameworks/SomeFrameworkName.framework/SomeFrameworkName: stat() failed with errno=25
Can I add signing on the FatFramework stage?
The text was updated successfully, but these errors were encountered: