I have my SwiftUI app where I am only using import GooglePlaces
.
To use Google Places I had to install the package from: https://github.com/YAtechnologies/GoogleMaps-SP
The problem is that when I am trying to release the app, more package will appear and waste size on my app, like GoogleMaps, GoogleMapsCore and GoogleMapsBase. But I do not use those. I only use Google Places.
The review myapp.ipa content:
How can I remove the other packages? Also, using Google Places API is not an option because I use a lot of methods from Places.
The unused packages consume almost 40% of my total size app.
I just want to keep Google Places, and remove the other unused packages. Also, I do not use CocoaPods.