LambdaKit
LambdaKit copied to clipboard
Run in Xcode 12.2?
Hello,
Does this library still in support? When I tried to run in Xcode 12, there're many building error about name changes (class, method) and api availability.
Thank you.
We're still using this successfully with no warnings with Xcode 12.2. How are you integrating it and what specifically is an example of a warning you're seeing?
Can you make sure however you're integrating it that your minimum deployment target for it is set to 10.0 as defined in the Package.swift and LambdaKit.podspec
Oh, my target is 9.0. Maybe it's the problem. Btw, I tried this library for UIImagePickerController's simple api. I already applied another solution. This lib's api is quite nice. Will try next. Thank you.