[ad_1]
I’m working on a framework that has two dependencies, one of them is built to support iOS10 and has armv7 and i386 slices and arm64 and x86_64. The second is iOS11+, and there are no arm7 and i386.
So, I set my own framework min iOS version to 11. But the build failed due to the missing slices (armv7) in the iOS 11 framework.
Is there any chance to build my framework by ignoring armv7 and i836 slices from the dependent framework?
Both frameworks are added by cocoapods.
Thanks in advance.
[ad_2]