Initializer for conditional binding must have Optional type, not '()'
heres the code for some more context:
heres the code for some more context:
Code Block @objc func shareTapped() { guard let share = print("Hey, checkout this new app I found, Its about storms and how they look!") else { print("no app link was found") return }