I'm trying to develop MacOS app with Swift and SwiftUI which include Drive api. When I import 'GoogleAPIClientForREST_Drive' module to use GTLRDriveService(), Xcode said no such module.
Here are what I try to solve this problem.
・Download google-api-objectivec-client-for-ios from Package Manager. (Download seemed to success, but 'No such module' error appear. )
・Other module such as GoogleAPIClientForRESTCore and GoogleAPIClientForREST_ACMEDNS can be imported successfully.
How can I solve this problem? Was the structure of Drive API changed? Help me, please!