When I was using Xcode 3.2 and add an existing framework, the code sense would detect the framework name when I type #import <
.
Say for example I added framework "MediaPlayer". I then type #import <Me
and the code sense would suggest me #import <MediaPlayer/MediaPlayer.h>
Now I am using Xcode 4.2.1, and I noticed this code sense doesn't work quite that well for some frmeworks. (for example "CoreAudio" could be suggested successfully, but "MediaPlayer" and "CoreMotion" can not).
Is there anything wrong with Xcode or am I missing some setting so the code sense doesn't detect these framework?
Edited on 27/Feb/2012: This is confirmed solved in Xcode 4.3
Edited on 7/Mar/2012: I thought it was fixed in Xcode 4.3. But strangely, it sometimes works, sometimes doesn't.
Edited on 3/AUG/2012: This is confirmed solved in Xcode 4.4