Swift 5.2 Issue with headers in same dir as `.c/m` files

@Ryan_Wilson

Seems you get the same issue as me:

If this is a feature or intend to change, please point it out and provide the solution for Objective-C package user. Because this make a huge pain for current 99% project.

Doesn't anyone write Objecitve-C code have the folder strcture like this ? Even Xcode's itself new created source code does not seperate the header and source files. I didn't find any open source package use this:

RepoRoot

  • include
    -- NSObjectSubClass.h
  • Sources
    -- NSObjectSubClass.m
1 Like