Xcode version 7.2.1
cocoapods 0.39.0
Installing Nimble (3.2.0)
Installing Quick (0.9.1)
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:
~/Library/Developer/Xcode/DerivedData
directory, which includes the ModuleCache
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...
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:
~/Library/Developer/Xcode/DerivedData
directory, which includes theModuleCache
Cmd+B
) theQuick
,Nimble
, andPods-NextVisitTests
targets after enabling their schemes from the Manage Schemes dialog.Good luck!