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
ld: file not found: /Applications/Xcode-beta.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)
Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.0'
use_frameworks!
target '<AppName>' do
pod 'TPCircularBuffer', '1.6.1'
end
The text was updated successfully, but these errors were encountered:
Yes I would, however since we're using KMM (Kotlin Multiplatform Mobile), it's accessing the lib via Cocoapods ... I'll have to look into how to use it as a swift package instead, together with KMM
Hi @cohen72, I have faced the same issue on Xcode 14.3 with Cocoapods.
You can fix this by changing "Minimum Deployments" to more than 11.0 from 8.0.
The parameter is located on Xcode -> TAEGETS -> TPCircularBuffer -> General -> Minumum Deployments
Any ideas how to resolve this issue?
ld: file not found: /Applications/Xcode-beta.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)
Podfile:
The text was updated successfully, but these errors were encountered: