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

Xcode 14.3 requires higher deployment target #430

Closed
mfk-ableton opened this issue Apr 4, 2023 · 3 comments · Fixed by #431
Closed

Xcode 14.3 requires higher deployment target #430

mfk-ableton opened this issue Apr 4, 2023 · 3 comments · Fixed by #431

Comments

@mfk-ableton
Copy link

Hey all,

Matomo iOS SDK doesn't compile on Xcode 14.3 anymore as the deployment target has seemingly been raised:

/Users/asdasd/Library/Caches/org.carthage.CarthageKit/DerivedData/14.3_14E222b/matomo-sdk-ios/v7.5.2/Build/Intermediates.noindex/ArchiveIntermediates/MatomoTracker/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/MatomoTracker.framework/MatomoTracker
ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)

/Users/asdasd/Dev/[...]/third-party/Carthage/Checkouts/matomo-sdk-ios/MatomoTracker.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'MatomoTracker' from project 'MatomoTracker')
** ARCHIVE FAILED **

The library that's being linked to is unavailable on these devices, see also:
https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3

@mfk-ableton
Copy link
Author

@brototyp any idea when this will get a formal release? appreciate you doing the work :)

@mfk-ableton
Copy link
Author

@brototyp any news?

@brototyp
Copy link
Member

brototyp commented Jul 1, 2023

Hi @mfk-ableton, thanks for your patience. I have not been able to focus on Matomo. This PR is now merged and will be part of the next release.

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 a pull request may close this issue.

2 participants