swift - Cannot access "Parse.setApplicationId()" -


i'm trying make app swift/obj-c (bridging header) parse.com

so here's question: saw on many sites can use parse.setapplicationid("appid","clientid")

when try code says use of unresolved identifier 'parse'

i imported framework , set bridging header in properties. imported frameworks required it's written on parse.com

all other classes/objects parse can used swift in code.

this problem because of bug in xcode... (i think compiler failed)

after restarted xcode error gone.


Comments

Popular posts from this blog

How do you convert a timestamp into a datetime in python with the correct timezone? -

how to display 2 form fields on same line with bootstrap -

c# - how to use buttonedit in devexpress gridcontrol -