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:
i've used real application id , client key, , not "xxxyyyyzzzz" , "aaaabbbbcccc".
i've linked frameworks instructed:
i've added bridging header file appropriate name:
does know why error?
thanks!
add import parse
after import uikit
Comments
Post a Comment