在stackoverflow上找到了解决办法:
Go to the Target > \”Build Settings\” tab and find the \”User Header Search Paths\” setting.
Set this to \”$(BUILT_PRODUCTS_DIR)\” and check the \”Recursive\” check box.
Now the built target will search the workspace’s shared build directory to locate the linkable header files.
简单说就是这么几步:
自动补齐功能马上就好使了。
原文:http://www.cnblogs.com/renhuanwei/p/4059474.html