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
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

1 participant