How to fix C++ header file not found in Xcode.

preview_player
Показать описание
In the latest Xcode version (11.x.x), Apple updates changed the location of c++ headers, but some people faces some errors related to the headers file such as:
'iostream' file not found
One of the solutions that worked for me is to manually change headers files by going to: Project - Build Settings - Search Paths - Headers Search Paths, and add the following path:
Рекомендации по теме
Комментарии
Автор

my issue is the Extension file which is when i use .h and <bits/stdc++.h when i use those header file i got the message file not found. could you please help me if you have any idea how to fix thanks

Henoktsegaye
welcome to shbcf.ru