Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Steps to reproduce:
0. Create an Objective-C project in Xcode and add the GoogleMaps iOS SDK via Cocoapods.
1. Create a Swift extension on GMSServices
2. Add a static function to that extension (this can be a very simple function that solely prints to the console).
3. Use that function somewhere in the application that will get executed when the app launches.
4. Build and run on a real (*not* the simulator) iPhone 5 running iOS 9.1.
Expected results:
No crash when executing the code that uses the method in the extension.
Actual results:
The app crashes when executing the code that uses the method in the extension with a "... unrecognized selector..." error.
Google Maps SDK for iOS version: 1.11.1