Quick: Still not getting autocompletion when installing with Cocoapods

Created on 29 Mar 2016  Â·  7Comments  Â·  Source: Quick/Quick

Xcode version 7.2.1
cocoapods 0.39.0

Installing Nimble (3.2.0)
Installing Quick (0.9.1)

captura de pantalla 2016-03-29 a las 17 45 09

Most helpful comment

@ivanruizscm I was just able to download your project and get autocomplete working after poking around for a few minutes. A couple of things I did which may be relevant:

  • Delete the _entire_ ~/Library/Developer/Xcode/DerivedData directory, which includes the ModuleCache
  • Explicitly build (Cmd+B) the Quick, Nimble, and Pods-NextVisitTests targets after enabling their schemes from the Manage Schemes dialog.

Good luck!

All 7 comments

testProject.zip

Here is my project emptied just with 1 test

@ivanruizscm I was just able to download your project and get autocomplete working after poking around for a few minutes. A couple of things I did which may be relevant:

  • Delete the _entire_ ~/Library/Developer/Xcode/DerivedData directory, which includes the ModuleCache
  • Explicitly build (Cmd+B) the Quick, Nimble, and Pods-NextVisitTests targets after enabling their schemes from the Manage Schemes dialog.

Good luck!

@briancroom works!

I'm glad to hear it! I don't have any insight into _why_ it works, though. Xcode is fickle. ¯\_(ツ)_/¯

I found out that works quite reliable if you you choose from the Scheme selector your test target , run them once in the start and then keep writing/running keeping this target.

Hi! the autocomplete is still not working when i did the steps @briancroom suggested.
I'm using Xcode 8.2, Nimble 6.1.0, Quick 1.1.0

Any idea what are the things i can try?

I'm still getting this issue...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ivangodfather picture ivangodfather  Â·  7Comments

modocache picture modocache  Â·  8Comments

modocache picture modocache  Â·  6Comments

TofPlay picture TofPlay  Â·  3Comments

onmyway133 picture onmyway133  Â·  8Comments