Hello, has anyone gotten a multiplatform project w...
# multiplatform
j
Hello, has anyone gotten a multiplatform project with a widget extension to work with
embedAndSignAppleFrameworkForXcode
? I had a working setup, where in both the app and extension target I ran the gradle task but this fails archive validation because extensions are not allowed to contain frameworks. Putting it in a schema build pre-action has other issues, see https://youtrack.jetbrains.com/issue/KT-67271/iOS-Widget-Extension-using-embedAndSignAppleFrameworkForXcode. Any ideas how to do this properly?