You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I execute assembleExampleXCFramework, an error occurs in the linkDebugFrameworkIosArm64 task. java.lang.IllegalStateException: No file for com.example.presentation.root/ExampleApp|-5619709659753561405[0]
JetBrains Compose : 1.2.1
Kotlin : 1.7.20
I tried to use JetBrains Compose in iOS.
I export Compose UI like this
However, if I execute
assembleExampleXCFramework
, an error occurs in the linkDebugFrameworkIosArm64 task.java.lang.IllegalStateException: No file for com.example.presentation.root/ExampleApp|-5619709659753561405[0]
I don't know what I missed to implement.
My Gradle file is like this
It works well in android. If anyone knows the cause, I'd appreciate it if you could help me.
The text was updated successfully, but these errors were encountered: