Android Studio stop copy paste folders into project because of .DS_Store file on Mac
I got an error when copy firebaseXXX.xcframework to android studio, java.nio.file.NoSuchFileException: FirebaseAppCheck.xcframework/tvos-arm64_x86_64-simulator/.DS_Store
When I manually copy firebaseXXX.xcframework to my libgdx project, it shows the error above and prevent from copying. I just copied those xcframeworks by Native Finder on Mac, it works, no error at all but in android studio copy paste, it complains.
This is not the correct issue tracker for this report. It looks like some project configuration issue. I would ask for help at https://stackoverflow.com/. If you believe it's a bug in Android Studio, please report it per https://developer.android.com/studio/report-bugs.html.