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
but SwiftyGiphyAPI.share.apiKey prints out as an optional, which causes every function in SwiftyGiphyAPI.swift to read apiKey as nil. So, I keep getting the "You need to set your Giphy API key before using SwiftyGiphy." message.
I've tried optional unwrapping and force unwrapping to no avail. Any idea how to fix this?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
In
didFinishLaunchingWithOptions
, i put my API Key:SwiftyGiphyAPI.shared.apiKey = "Gv0dsQKgUCWJCZLEzTXmlD7EnVZpKjjZ"
but
SwiftyGiphyAPI.share.apiKey
prints out as an optional, which causes every function in SwiftyGiphyAPI.swift to read apiKey as nil. So, I keep getting the "You need to set your Giphy API key before using SwiftyGiphy." message.I've tried optional unwrapping and force unwrapping to no avail. Any idea how to fix this?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: