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
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