Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When implementing Google maps and places SDK in an iOS app with SPM, I'm getting these console messages. #32

Open
zsteedz opened this issue Jul 30, 2024 · 0 comments
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@zsteedz
Copy link

zsteedz commented Jul 30, 2024

I'm currently using SPM for Google Maps and Google Places SDK
Maps -> 9.0.0
Places -> 8.5.0 ( there is a google places bug in 9.0.0 )

I have created a brand new project and I still get these showing in the console.
In the Xcode 15.4 console I'm seeing these print out.

objc[45281]: Class GMSHTTPHeaderAttachment is implemented in both /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x1020368f8) and /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x10205bc48). One of the two will be used. Which one is undefined. objc[45281]: Class GMSProtoOverHTTPRPCTransport is implemented in both /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x102036948) and /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x10205bc98). One of the two will be used. Which one is undefined. objc[45281]: Class GMSRPCClient is implemented in both /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x102036998) and /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x10205bce8). One of the two will be used. Which one is undefined. objc[45281]: Class GMSRPCOptions is implemented in both /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x1020369e8) and /Users/zachste/Library/Developer/CoreSimulator/Devices/56307EC2-099A-404A-9329-6B485B09ABC6/data/Containers/Bundle/Application/2A6FD2B8-171F-4016-B3FE-B2CFBBF7305D/TryingDeps.app/TryingDeps (0x10205bd38). One of the two will be used. Which one is undefined.

@zsteedz zsteedz added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant