Skip to content

chore(compile): fix compilation#1129

Merged
mykola-mokhnach merged 1 commit into
appium:masterfrom
Delta456:fix_build
Apr 27, 2026
Merged

chore(compile): fix compilation#1129
mykola-mokhnach merged 1 commit into
appium:masterfrom
Delta456:fix_build

Conversation

@Delta456
Copy link
Copy Markdown
Member

This PR fixes compilation with Xcode 26 / iOS SDK 26.2 compatibility issue. The newer clang enforces -Wreserved-identifier as an error — identifiers starting with _ followed by a capital letter are reserved by the C standard, and the private headers use them.

@mykola-mokhnach mykola-mokhnach merged commit 76d59e8 into appium:master Apr 27, 2026
42 of 43 checks passed
@Delta456 Delta456 deleted the fix_build branch April 27, 2026 13:43
github-actions Bot pushed a commit that referenced this pull request Apr 27, 2026
## [12.1.1](v12.1.0...v12.1.1) (2026-04-27)

### Miscellaneous Chores

* **compile:** fix compilation ([#1129](#1129)) ([76d59e8](76d59e8))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 12.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants