Reputation: 23
recently I switched over to xCode 8 and started using Swift 3. However, now when I build the application I receive a
failed to fetch default token Error Domain=com.firebase.iid Code=6 "(null)"
error. This is indeed new and just started happening every since I switched to xCode 8.
Thanks to those who reply, Matt
Upvotes: 1
Views: 1770
Reputation: 486
Is keychain sharing turned on (xCode -> targets -> capabilities)? This fixed the same problem in my project.
Upvotes: 2