-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search for stock, stock can't be selected - Xcode 12 #8
Comments
I think I figured out this problem. In Networking/Request.swift, there is a query to financialmodelingprep.com, but that needs an API Key. So the solution is to add an API key in Configuration.swift, and change the code in func companyProfile to look something like this:
|
Has that fix been added to the REPO master / dev? I just hand rolled it in to my code base (development Mar 22, 2022) and the app is crashing.
|
DivRise/Request.swift:72: Fatal error: Unexpectedly found nil while unwrapping an Optional value line 72 is DateFormatter |
Hello,
Just did a clone(and also install app from the App store); same behavior.
Lee
The text was updated successfully, but these errors were encountered: