Преглед на файлове

Fixed bug 5369 - iOS static library build copies public headers files into xcode archive

Dominik Reichardt

Trying to integrate the latest SDL2 changes into our iOS project of Exult I've stumbled over the fact that when I added the static iOS library the public header files were copied to the archive of our project when you let Xcode build the archive.
This makes the archive invalid for upload to the AppStore Connect.

To fix this you need to delete the public headers from the build phase:
Open the xcode project, select the target "Static Library-ios", got to build phases, and in "headers" delete all the headers in the "public" group. This is safe to do as this actually just copies the public headers for some odd counterintuitive reason.

I think this needs to be done for all the library build targets but likely not for the framework targets.
Sam Lantinga преди 4 години
родител
ревизия
ebf315e0f2
променени са 1 файла, в които са добавени 0 реда и са изтрити 340 реда
  1. 0 340
      Xcode/SDL/SDL.xcodeproj/project.pbxproj

Файловите разлики са ограничени, защото са твърде много
+ 0 - 340
Xcode/SDL/SDL.xcodeproj/project.pbxproj


Някои файлове не бяха показани, защото твърде много файлове са промени