You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 **
Hey all,
Matomo iOS SDK doesn't compile on Xcode 14.3 anymore as the deployment target has seemingly been raised:
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
The text was updated successfully, but these errors were encountered: