Hi, I have a question. When I work on my applicati...
# multiplatform
v
Hi, I have a question. When I work on my application and add a Room database for the iOS part, everything works fine. However, the next day, when I open Android Studio and continue working, I get an error. Does anyone else have the same problem?
c
SHIFT SHIFT Repair IDE, then following the prompts
v
does not fixed my problem
t
Is this error just in the IDE and not when you run the code itself? I have witnessed things that like occurring occasionally and other odd errors until I invalidated caches and rebuilt from a clean build.
v
no is not only in ide
i can not build ios app but strange thing is when i switch project to intelij error is the same and when i manual add
Copy code
import platform.Foundation.NSFileManager
NSFileManager.defaultManager
everything work as normal
actuali no works only plain new project when i use it my project does not work
t
I hate to say I've seen this before (probably 6 months ago on my project) and do not know the simple fix. It was possible my dependencies were out of sync and I needed to increment or align them to other areas. Dependency issues are what I would look into next (and what I'm currently running into with Datadog). Good luck and keep us updated. You could always plug some code into GPT and see what it thinks if you're feeling brave.
v
😄 i will continue and will update
thank you i updated dependencies to latest versions but some of them does not like that 😄
😅 1
t
@vladimir seleznyov When I started trying to get ksp, skie, room, and updated KMP and Compose versions working for the first time, all of them took around a day or two to have it play nicely with all my other libraries. Thankfully there's meaning and annoyingly valuable experience in the struggle.
v
oh yes i need to read what versions do i need for my libraries
👍 1