Skip to content

Conversation

@nmcc24
Copy link

@nmcc24 nmcc24 commented Nov 25, 2025

Resolves #1015

Short description 📝

Currently, XcodeProj is not compilable on iOS platform. This is an issue when attempting to compile products that have XcodeProj as a (transitive) dependency

Solution 📦

Add appropriate iOS compiler flag and version check to ensure symbols are available and guarantee successful compilation.

Implementation 👩‍💻👨‍💻

Detail in a checklist the steps that you took to implement the PR.

  • Add compiler flags
  • Add iOS version checks
  • Build XcodeProj target
  • Compile XcodeProj tests

Currently, XcodeProj is not compilable on iOS platform. This is an issue when attempting to compile products that have XcodeProj as a (transitive) dependency
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 25, 2025
@nmcc24
Copy link
Author

nmcc24 commented Dec 1, 2025

@fortmarek @cschmatzler @asmitbm could you please take a look at this and let me know your thoughts? Thanks a lot

@pepicrft
Copy link
Contributor

pepicrft commented Dec 5, 2025

@nmcc24 this package was not designed for running on non-macOS platforms, so even if you make it compile, some features might not work. I'd suggest to use conditional linking when declaring a dependency on this package to specify that it should only link it when building against the macOS platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation errors for iOS platform

2 participants