I just installed CocoaPods and added the code to my project in Xcode to use the Google Maps SDK for iOS, and now I cannot get the types or values โโfor any variables in the debugger console. The only way I can see the variable value is through an expression for printing in code.
I use Swift 2.0 in Xcode 7.0 beta, and I followed these instructions almost exactly to install pod in my project: https://developers.google.com/maps/documentation/ios-sdk/start . The only thing I did differently was to change the second line in Podspec from "platform: ios," 8.1 "to" platform: ios, "9.0".
I looked at the answers to this similar question: Does the Xcode debugger sometimes not display variable values? but I already used the debug build, m pretty sure my problem is with CocoaPods, because everything worked fine before I added this to my project.
debugging ios xcode
Kelly Corrigan Sep 12 '15 at 4:04 on 2015-09-12 04:04
source share