Dogahe

Results 7 comments of Dogahe

@elliottwilliams Would you please consider merging this fix?

The following change in the `func sdkNameFromExecutable` in file `Source/CarthageKit/Project.swift` will fix the issue by trying to read the platform name from Load Command "LC_BUILD_VERSION": ``` func sdkNameFromExecutable() -> String?...

Can you please clean build folder, clean, and build from Xcode first and let us know if you can successfully build and run your app on Xcode first?

I just verified with both Xcode 14.0.1 and 14.2 that the Swift package for GoogleMaps works properly. Please make sure you follow the steps from https://developers.google.com/maps/documentation/ios-sdk/config#swift-package-manager and let me know...

Have you tried updating the dependency section by adding all the products as follows? dependencies: [ .product(name: "GoogleMaps", package: "ios-maps-sdk"), .product(name: "GoogleMapsBase", package: "ios-maps-sdk"), .product(name: "GoogleMapsCore", package: "ios-maps-sdk"), ] In...

Can you please share the current configuration you have set up in your .yaml file for adding dependency on GoogleMaps? I do not have experience with XcodeGen, but I can...

GoogleMapsUtils is a different package. Please follow up on the relevant thread for any problem you have with GoogleMapsUtils since the error you are observing is not related to Google...