Reputation: 13367
Under delphi Alexandria, when I try to compile my ios app I receive this warning message from the linker :
ld: warning: object file (.\Libraries\ios\facebook\FBSDKLoginKit.xcframework\ios-arm64/FBSDKLoginKit.framework/FBSDKLoginKit(AppEvents+Internal.o)) was built for newer iOS version (12.0) than being linked (11.0)
How to get ride of this error message or how to say to the linker the we target iOS 12 instead of iOS 11 ?
Upvotes: 1
Views: 303