RxGesture icon indicating copy to clipboard operation
RxGesture copied to clipboard

a minimum deployment target of iOS 12.0

Open ShenYj opened this issue 2 years ago • 3 comments

I make xcframework by Carthage and integrate it in my project with this error:

截屏2022-03-24 20 56 45

this is my framework project, I wanna take a framework that contain Rx... to easy for use

How can I set the minimum version like podSpec or another way to fix that?

ShenYj avatar Mar 24 '22 13:03 ShenYj

I found the problem in my xcframework 截屏2022-03-24 21 28 54

seems like the Carthage's wrong?

But why? Carthage make the xcframework with the minimum version 12.0?

Carthage seems like has no feature to modify the target version?

ShenYj avatar Mar 24 '22 13:03 ShenYj

@Carthage

ShenYj avatar Mar 24 '22 13:03 ShenYj

https://github.com/Carthage/Carthage/issues/3265#issuecomment-1078572558

Carthage and CocoaPods take a different target minimum version with RxGesture?

ShenYj avatar Mar 25 '22 01:03 ShenYj