You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Hi,
FreeOTP iOS https://github.com/freeotp/freeotp-ios fails to build FontAwesome.swift as a dependency with Xcode 14.3
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
The text was updated successfully, but these errors were encountered: