Hello everyone!! Have someone got this kind of err...
# multiplatform
c
Hello everyone!! Have someone got this kind of error creating a new file on XCode? It says my file can’t access the shared module, but there are other files already accessing this module. Does someone guess what it would be?
h
Shared with capital s
c
@Hamza not sure if that’s the problem because I have this other class that is importing with lower case
👍 1
h
Does "CMD + B" to rebuild help (inside xcode)?
c
it builds, but fail every time… giving me the error
h
Interesting... When you've found the solution, let me know.
👍 1
r
Just to make sure... have you checked that the new file has the correct targets assigned? It's a mistake I often fall into.
c
@Hamza @Richie Rodríguez Well, just updating this thread… I’m using Skie as Swift interop with Kotlin and the configuration-cache isn’t working with Skie properly. So, I had to change the
org.gradle.configuration-cache=false
on gradle.properties to allow running on IOS. I believe the Skie team is working to solve that problem!!
r
Thanks for the update!
🙌 1