Post

Replies

Boosts

Views

Activity

Comment on Project Won't Build with .h File
Header files are not targets; only implementation files. Header files are included indirectly via the implementation files, which trigger compilation. You don't even have to include the header files in the project navigator, but it is super convenient. Just think about the standard headers or Apple's supplied headers. None of them are included in the project navigator or are included as "targets".
Jul ’23