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 beta not compiling #38

Open
cohen72 opened this issue Feb 26, 2023 · 3 comments
Open

Xcode 14.3 beta not compiling #38

cohen72 opened this issue Feb 26, 2023 · 3 comments

Comments

@cohen72
Copy link

cohen72 commented Feb 26, 2023

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:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.0'
use_frameworks!

target '<AppName>' do
  pod 'TPCircularBuffer', '1.6.1'
end

@mman
Copy link
Contributor

mman commented Feb 26, 2023

Use SPM Luke!

@cohen72
Copy link
Author

cohen72 commented Feb 27, 2023

@mman

Use SPM Luke!

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

@tetujin
Copy link

tetujin commented Apr 6, 2023

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

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

No branches or pull requests

3 participants