hangover
hangover copied to clipboard
EXC_BAD_ACCESS with conv_id!.id
As the ConversationList initializes, there is an EXC_BAD_ACCESS with the add_conversation(...) function, specifically in unwrapping and referencing conv_id!.id.
Reproducible on the Xcode 7 GM.
@avaidyam Thanks for the bug report! Looks like this is an issue around expecting Google to include certain data in the response, and Hangover not properly handling the error case. I'm reopening this bug as this seems to still be an issue for some users, and will close it once it's fixed.
Apparently, calling print() shows the right conversation id, but trying to access it breaks everything?