After some attempts, I found the problem is about the header search path setting in Xcode.
Previously, I added "/usr/local/include/**" and "....(my project path)/include/**" to "header search path" to use some 3rd libraries. After I modified all of the header search path to non-recursive ones, everything works fine.
But I still don't know the reason.