evgenyneu / moa

An image download extension of the image view written in Swift for iOS, tvOS and macOS.
MIT License
332 stars 45 forks source link

Request to bump iOS deployment target for Xcode 14.X build #23

Open justin-stephenson opened 1 year ago

justin-stephenson commented 1 year ago

Hi,

FreeOTP iOS https://github.com/freeotp/freeotp-ios fails to build moa as a dependency with Xcode 14.3

ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)

/Users/justinstephenson/github/freeotp-ios/Carthage/Checkouts/moa/moa.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'moa' from project 'moa')

Please refer to https://developer.apple.com/forums/thread/728021

justin-stephenson commented 1 year ago

From https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes#Deprecations