thii / FontAwesome.swift

Use FontAwesome in your Swift projects
MIT License
1.57k stars 266 forks source link

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

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 FontAwesome.swift 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/FontAwesome.swift/FontAwesome.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 'FontAwesome' from project 'FontAwesome')

the deployment target needs to be bumped in this project to allow a successful build (we are using Carthage)

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