HQTriviaMaster
HQTriviaMaster copied to clipboard
Xcode 10 Errors
Does anyone know how to fix the errors after updating to latest Xcode?
"Value of optional type 'NSTextField?' must be unwrapped to refer to member 'stringValue' of wrapped base type 'NSTextField'"
labels.first(where: { eqealsIgnoringExtraWords($0.0.stringValue.withoutExtraneousWords, answer.correctAnswer) })?.1?.stringValue = "Probability: (correctProbabilityString.isEmpty ? "0" : correctProbabilityString)%"