Fatal error: unexpectedly found nil while unwrapping an Optional value
I checked that ticket that didn't help me:
What does "fatal error: unexpectedly found nil while unwrapping an Optional value" mean?
"CODE_SUPLEMENT7": form.csupplement7! != nil ? form.csupplement7! : "",
I try to avoid that mistake, but it says "Comparing non-optional value of type String to nil always return true."
How to find the good type String with the capability to accept the String ? (because my code is all based on it...)
Thanks in advance.