FontAwesome.swift
FontAwesome.swift copied to clipboard
Request to bump iOS deployment target for Xcode 14.X build
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
From https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes#Deprecations
- Building for deployment to OS releases older than macOS 10.13, iOS 11, tvOS 11, and watchOS 4 is no longer supported. (92834476)