<App using Swift package with binary dependencies ...
# community-feeds
r
App using Swift package with binary dependencies Builds but does not run I am wrapping the XCFramework of Google Places SDK for iOS as a Swift Package. Then I am trying to use this Swift Package in an iOS application. Here is where I downloaded Google Places XCFramework: https://developers.google.com/maps/documentation/places/ios-sdk/config#install-manually Here is the Swift Package I created out of it: <a...