ios - Use of unresolved identifier 'Parse' -


i'm following following this tutorial trying set basic swift app parse. after following steps in part 1 following error in appdelegate.swift , running application fails:

enter image description here

i've used real application id , client key, , not "xxxyyyyzzzz" , "aaaabbbbcccc".

i've linked frameworks instructed:

enter image description here

i've added bridging header file appropriate name:

enter image description here

does know why error?

thanks!

add import parse after import uikit


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -