swift - XCode 7 auto-completion doesn't work properly -


it seems xcode 7 (beta) doesn't auto-completion well. in case doesn't auto-complete parse objects @ all...

pfquery(classname:"user").getobje // doesn't propose completion, compilation works 

someone solved ?

i faced problem in xcode 7 beta 2. solution specify xcode directory in framework located. can clicking on project, choosing build settings , search "framework search path" after double click on right side of row , click plus sign , add path directory.

note: don't choose recursive way. not work. specify in directory parse framework used in project located.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -