Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Aaron Watkins
10,902 PointsHelp with Swift/Parse error: ParseFacebookUtils: No Such module
Hi all! I am getting an error when trying to import ParseFacebookUtils into my Swift 1.2 Xcode project. I dragged the ParseFacebookUtils.framework into my project (ensuring it's also listed in Build Settings). Then I went into my AppDelegate and typed"
import ParseFacebookUtils
I get an error: No such module 'ParseFacebookUtils'
Not sure why this would be. All of the other frameworks I've imported the same way. And my understanding is that there is no need for a bridging header now. Anyone else solved this?
thanks!
Aaron Watkins
10,902 PointsHi Simen Anthonsen - I did, but cannot remember the exact steps and have decided to rebuild the entire project in React Native. I'll try to open that project back up to see if I can recall.
Simen Anthonsen
1,097 PointsThanks, but never mind I figured it out ;)
Simen Anthonsen
1,097 PointsSimen Anthonsen
1,097 Pointsdid you find a way to solve it?