jordond
09/12/2023, 5:56 PMdemo/iosApp/iosApp/iosApp.swift:22:9: error: cannot find 'Main_iosKt' in scope
Main_iosKt.MainViewController()
^~~~~~~~~~
** BUILD FAILED **
And if I inspect the ComposeApp
shared module in Xcode, there is nothing inside of it.
Demo was created using Compose Multiplatform Wizard and converted to Cocoapods instead of frameworkAlejandro Rios
09/12/2023, 7:23 PMjordond
09/12/2023, 7:27 PMbuild/
directories of my broken one, and a working build. The broken one doesn’t have a build/../Pods.build
left - broken
right -workingAlejandro Rios
09/12/2023, 7:29 PMAlejandro Rios
09/12/2023, 7:29 PMjordond
09/12/2023, 7:30 PMjordond
09/12/2023, 7:40 PMdemo/
subfolderAlejandro Rios
09/12/2023, 7:50 PMAlejandro Rios
09/12/2023, 7:51 PM