Swift Package Manager Wrapping Google Maps XCFramework #10243
Unanswered
Adekunle77
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Here's another discussion and proposed solution https://forums.swift.org/t/swift-package-for-google-maps-ios-sdk/42325 |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I have downloaded the Google Maps XCFramework from here
And I created a fresh Swift Package Manage project and drop the XCFrameworks into the project;t GoogleMapsBase.xcframework,GoogleMaps.xcframework, andGoogleMapsCore.xcframework
My Package.swift looks like this

When I drag the completed SPM with the XCFrameworks in an Xcode project and add the XCFrameworks in the Frameworks, Libraries and Embedded Content.
When I run the project it complies but it does not build or install on the simulator and I get this message

I do not know how to solve it. Or is there another way to wrap the Google Maps XCFramework using Swift Package Manager?
Thanks
Ade
Beta Was this translation helpful? Give feedback.
All reactions