schmidt9
schmidt9
> Thanks.It builds successfully on my Mac Big Sur. > But I don't know how to get a .dmg or .app to use.Can you help me? Copy app over to...
@WindowsXp-Beta you do not need archive, just take app from Products directory in the xcode project
@MattzFiber there was no app icon on the drawer, but as mentioned it started to work after recompilation, see #472. Maybe it is about permissions, because after I launched recompiled...
fixed in PR https://github.com/apasccon/SearchTextField/pull/199
On newly created project with iOS 9  
Having similar error when trying to start similar `@Composable fun App() = withDI {...}` from XCode. @romainbsl do you plan to support Compose Multiplatform for iOS? (Thread 1: EXC_BAD_ACCESS (code=1,...
@romainbsl your reproducer works, so problem seems to be in other dependency (Voyager), trying to figure out with a separate reproducer ``` voyagerVersion = "1.0.0" ... // https://voyager.adriel.cafe/setup implementation(libs.voyager.navigator) implementation(libs.voyager.transitions)...
Well I seem to find the cause (not obvious for me) - declaration order ``` import org.kodein.di.DI import org.kodein.di.bindProvider // declaration order matters: // if you declare di (2) before...
thanks a lot for quick help, actually I'm not sure that @alfietapping has the same issue... but mine is solved
@gallinaettore I've also added this property (and many other improvements) to my fork too https://github.com/schmidt9/NYAlertViewController