Note that there are some explanatory texts on larger screens.

plurals
  1. USMagnus
    primarykey
    data
    text
    plurals
    1. COYes, I do get a callstack. I haven't got it at hands right now, since I am traveling (it's my iMac I have troubles with). Anyway, the pattern is always the same: It crashes in the first "+mapWithFrame:camera:" method, then drills down through about 10 layers of internal Google methods before it crashes. The final error message is always the one shown in my question: `*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil` Do you think I can draw any conclusions from the callstack without access to Google's source code?
      singulars
    2. COConcerning the question whether the AppID prefix is used for any other purposes than to control the access to the keychain, I have noticed a change in the UIPasteboard reference doc. for iOS 7: For the method "pasteboardWithName:create:" there is now a note stating that two apps must have "the same team ID" to be able to share a pasteboard. I suspect that this might be a typo, and that it is actually referring to the AppID prefix. It is hard to believe that the iOS, in runtime, has got any direct knowledge of the TeamID, except the case when the TeamID is used as the AppID prefix.
      singulars
    3. COUITextField is not the easiest class to work with when trying to modify the visual appearance by tweaking the layers. I encourage you to start experimenting with a simpler class, e.g. a UILabel, until you know that you fully understand how masking is working. When you get the masking right with that class, you can then switch back to UITextField again and continue from there.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload