Parse API functions autocomplete is not working in Xcode 7.0

292 Views Asked by At

I am using Xcode 7.0 and integrated latest Parse API. When I start coding in the Xcode editor, it is not suggesting the available functions in the respective object. For example: var query = PFUser.query()

when i type query, it is not showing any functions which are available. Any help is appreciated.

Thanks

0

There are 0 best solutions below