Don't hardcode the sdk on the target level
It's already set on the project level, and this is the default value anyway. This was the only project where the sdk was set on the target level.
The necessary system include paths are already inherited, and manually forcing this location can cause conflicts if using different versions of xcode installed in parallel. None of the other xcode projects hardcode this path.