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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -