Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V5 #161

Merged
merged 74 commits into from
Jun 4, 2023
Merged

V5 #161

merged 74 commits into from
Jun 4, 2023

Conversation

psharanda
Copy link
Owner

No description provided.

@tobi-mb
Copy link

tobi-mb commented Apr 23, 2023

@psharanda The CarthageDemo doesn't compile for me because of absolute paths pointing to /Users/psharanda/Github/Atributika but even if it was, it's an iOS target. Whatever Carthage is compiling with --platform macOS, I don't think it's x86_64 / arm64, maybe Catalyst.

Here's a screenshot of when I try to build the Atributika framework with Release config for macOS on this branch with the latest changes:
image

@psharanda
Copy link
Owner Author

@tobi-mb I see now. Yeah interesting situation. Found this comment which explains what happened.

Xcode 14.3 (released March 30, 2023) stopped building automatic reference counted (ARC) code targeting < iOS 9 or < macOS 10.11 by removing a libarclite_* library from the toolchain that was needed to link for these older targets.
I also recommend filing issues with any pods you see hitting this to suggest they updated to a minimum of at least iOS 9 and macOS 10.11. For example openid/AppAuth-iOS#761

@psharanda psharanda merged commit 76368df into master Jun 4, 2023
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.

3 participants