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

async swift libarclite error #151

Open
maestrovsmaster opened this issue Sep 27, 2023 · 0 comments
Open

async swift libarclite error #151

maestrovsmaster opened this issue Sep 27, 2023 · 0 comments

Comments

@maestrovsmaster
Copy link

maestrovsmaster commented Sep 27, 2023

I am using spec.dependency "AsyncSwift", "~> 2.0.4
Generally project locally building well
But I have a problem, with executing
pod lib lint --verbose

Ld /Users/*****/Library/Developer/Xcode/DerivedData/App-aybqvbyvnqwqclgaltntthtdchju/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/AsyncSwift.build/Objects-normal/x86_64/Binary/Async normal x86_64 (in target 'AsyncSwift' from project 'Pods')
...
add_ast_path -Xlinker /Users//Library/Developer/Xcode/DerivedData/App-aybqvbyvnqwqclgaltntthtdchju/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/AsyncSwift.build/Objects-normal/x86_64/Async.swiftmodule -framework Foundation -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users//Library/Developer/Xcode/DerivedData/App-aybqvbyvnqwqclgaltntthtdchju/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/AsyncSwift.build/Objects-normal/x86_64/Async_dependency_info.dat -o /Users/***/Library/Developer/Xcode/DerivedData/App-aybqvbyvnqwqclgaltntthtdchju/Build/Intermediates.noindex/Pods.build/Release-iphonesimulator/AsyncSwift.build/Objects-normal/x86_64/Binary/Async
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

I increased minimum SDK version 14 for all targets and pods
I am using XCode 15
and the latest version AsyncSwift", "~> 2.0.4
i attempted to rebuild and ckean project, delete derived data and pod update

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

1 participant