79582437

Date: 2025-04-19 13:29:25
Score: 2
Natty:
Report link

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.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: earn7st