Skip to content
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

iOS ToDo app doesn't build - 'No such module 'FacebookLogin' #67

Open
EWersel opened this issue Oct 6, 2018 · 4 comments
Open

iOS ToDo app doesn't build - 'No such module 'FacebookLogin' #67

EWersel opened this issue Oct 6, 2018 · 4 comments

Comments

@EWersel
Copy link

EWersel commented Oct 6, 2018

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:

...
import UIKit
import FacebookLogin
import FacebookCore
import StitchCore
...

If I switch the order of the imports, the first under UIKit is the one reported as not found.

@sensoarltd
Copy link

For me it's no such module "MongoSwiftMobile".

Fresh install, pod install, xcode 10.1

@jsflax
Copy link
Contributor

jsflax commented Nov 16, 2018 via email

@sensoarltd
Copy link

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.

@MongoCaleb
Copy link
Contributor

@App8ite - We've just updated the ios example. ATM, it shows how to implement Sync and Anonymous auth. Adding Google and FB back in soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants