I'm working in an Objective-C project and trying to introduce Swift. I've got bridging headers working so that the code compiles, however none of the Objective-C classes are being picked up by autocomplete.
I've tried:
- Quitting Xcode / Restarting Computer
- Deleting the DerivedData folder at (~/Library/Developer/Xcode/DerivedData)
- Removing the file at ~/Library/Caches/com.apple.dt.Xcode
- Changing Simulator type
However, these suggestions didn't work for me.
Autocomplete works fine for UIKit, etc., and for my other Swift code. It's only the Objective-C code exposed by the bridging header that will not autocomplete.
Any suggestions?
ctrl+Space, for non-apple keyboard andEscfor apple keyboard