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
I got the iOS example to build and run but had to make a few modifications along the way in the code and the build. Errors over not finding MongoSwiftMobile and one of the firebase frameworks.
Using Xcode 10.0 and following all the steps in the ToDo tutorial (https://docs.mongodb.com/stitch/tutorials/todo-ios/), I get this build error that I can't get past.
No such module 'FacebookLogin'
At the top of TodoListViewController.swift are the lines:
If I switch the order of the imports, the first under UIKit is the one reported as not found.
The text was updated successfully, but these errors were encountered: