https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
c

Christopher Mederos

11/08/2023, 5:57 AM
What are some tips to manage xcode and android studio playing nicely together? At the moment, I'm finding xcode won't recognize files added externally
p

Pablichjenkov

11/08/2023, 5:59 AM
Yes that is a pain, one gotta go through the add file panel interface 😔 Here to get notified of any advice too
😞 1
j

Jeff Lockhart

11/08/2023, 6:23 AM
In Xcode, you can create groups or folder references in a project. Groups don't sync with the file system. Folder references do (although the files might not automatically be added to a target build). You can replace the existing groups in the project with folder references instead. Drag the folder from Finder into the Xcode project structure and it'll pop up a dialog. Make sure "folder reference" is selected. Then remove the old group.
gratitude thank you 3
3 Views