I created a tutorial to create a static library project. Then I dragged my classes and added them to the target.
When I create and run, it creates the libUtils.a file. Once discovered in the Finder, the include folder contains only the header file for the first class, which Xcode automatically creates when the project is created. All other header files are missing.
I checked twice: all added class files are part of the project, and the inspector shows the target membership check mark for the target project.
Is this a bug in Xcode or should I register all the files that I create additionally in another place?
ios xcode static-libraries
Proud member
source share