conversation.insert(message, completionHandler: { (error: Error?) in
print(error as Any)
})
Above code is used while creating a picture to be sent as a message in an iMessage app. "nil" is being printed in the log. Would that be a problem?
Because any further interaction with the app, crashes it. Not sure if these are related!