Vivek Modi
07/26/2025, 7:35 PM> Compiling ContentView.swift
> Compile ContentView.swift (arm64)
> (7, 9) Cannot find 'MainViewControllerKt' in scope
Does anyone know what is wrong in here?Vivek Modi
07/26/2025, 7:35 PMVivek Modi
07/26/2025, 7:36 PMVivek Modi
07/26/2025, 7:41 PMbuild/cocoapods/framework/ComposeApp.framework/Headers/placeholder.h
will be empty?Vivek Modi
07/26/2025, 7:50 PMAndroid Studio Narwhal | 2025.1.1 Patch 1
Build #AI-251.25410.109.2511.13752376, built on July 9, 2025
Runtime version: 21.0.6+-13391695-b895.109 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.5
Kotlin plugin: K2 mode
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
ide.experimental.ui=true
com.android.studio.ml.activeModel=com.android.studio.ml.AidaModel
Non-Bundled Plugins:
com.jetbrains.kmm (0.9-251.25410-AS-69)
Karlo Yu
07/26/2025, 10:26 PMpod install
first then building again for iOS?Vivek Modi
07/27/2025, 8:43 AMpod install
, but what makes a difference? It's already a pod file there. Could you please explain to me more? Thank youKarlo Yu
07/27/2025, 8:52 AMpod install
creates a new workspace file that links the project with the dependencies (in this case, the shared module).
You must now open your project in xcode with the newly created or updated .xcworkspace
file and build the project there.Vivek Modi
07/27/2025, 9:56 AMpod install
inside iosApp and tried to open update .xcworkspace
then build the project it gives me error