The command could not be completed due to a signal: Segmentation error: 11 Although the type checking expression is in [/Users/thedude/Documents/Repositories/MyProject/Data.swift:258:36 - line: 258: 56] RangeText = "UILocalNotification () "
The error refers to the next line of code.
var notification = UILocalNotification()
The problem occurs only during archiving (for sending to the repository). If I comment on this line of code, the error will only appear in other random places until I have a project that is pretty useless.
This is another example of what appears after commenting on the previous code.
var someDate:NSDate = self.datePicker.date
And so on ... REALLY strange part - this project is compiled and completely builds on the device. This only happens when creating the ARCHIVE . I set the Compiler Optimization Level to No to ensure that this was the cause to no avail.
Mark McCorkle Oct 22 '14 at 13:43 2014-10-22 13:43
source share