Skip to content

Comments

icrate method skips for ASAuthorization*#326

Closed
silvanshade wants to merge 1 commit intomadsmtm:masterfrom
silvanshade:asauthorization-skips
Closed

icrate method skips for ASAuthorization*#326
silvanshade wants to merge 1 commit intomadsmtm:masterfrom
silvanshade:asauthorization-skips

Conversation

@silvanshade
Copy link
Contributor

I was trying to use the header translator on my system and needed to add these entries to the translation-config.toml.

I am running on macOS 13.0.1 with Xcode 14.2. When I run the header translator there are several changes to the generated output, which I'm guessing may be due to running the translator with more recent SDKs.

@silvanshade silvanshade changed the title Skips for ASAuthorization* icrate method skips for ASAuthorization* Jan 9, 2023
@silvanshade silvanshade closed this Jan 9, 2023
@silvanshade silvanshade deleted the asauthorization-skips branch January 9, 2023 03:55
@madsmtm
Copy link
Owner

madsmtm commented Jan 9, 2023

Yeah, that's probably it.

I'm currently using the XCode 14.0.1 SDK, which is also GitHub actions' current default (is there an option to change that?).

If you want, you could download that release of XCode, and then point header-translator to that path instead (that's why it takes that as it's first parameter).

Though I could also just update the XCode version if it's a bother.

@silvanshade
Copy link
Contributor Author

I'm currently using the XCode 14.0.1 SDK, which is also GitHub actions' current default (is there an option to change that?).

It looks like you can set which version is used using one of these two methods:

# xcode-select
sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer

or

# setting the DEVELOPER_DIR env var
env:
    DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants