Reputation: 216
I'm following the following this tutorial trying to set up a basic Swift app with Parse. After following all the steps in part one I get the following error in AppDelegate.swift and running the application fails:
I've used my real application ID and client key, and not "xxxyyyyzzzz" and "aaaabbbbcccc".
I've linked all the frameworks as instructed:
I've also added a bridging header file with the appropriate name:
Does anyone know why I get this error?
Thanks!
Upvotes: 0
Views: 926