You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your fire function should be marked as @objc, not as dynamic. This happens to work because dynamic implies @objc, but you don't actually want any of the guarantees of dynamic beyond that of @objc.