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

iOS

Problem with Firebase in Xcode 8.0 beta

Hello everyone,

I try to use Firebase in my project. I use Xcode 8.0 beta versions. Whenever I import the firebase SDK's with cocoapods with correct way, I get an error like

2016-08-24 00:55:32.419: <FIRInstanceID/WARNING> STOP!! Will reset deviceID from memory. 2016-08-24 00:55:32.419: <FIRInstanceID/WARNING> Failed to fetch default token Error Domain=com.firebase.iid Code=6 "(null)"

I can add Firebase/Auth and Firebase/Database frameworks with cocoapods but maybe because of these errors I could't add child to database.

Is this problem due to Xcode 8.0 beta or something else?

I need a help for this situation.

Many Thanks.