Facebook linking problem

I’ve been using the facebook v4 pluigin for a few weeks now and all of a sudden when I build for iOS I’m getting a bunch of errors like this 

 

ld: warning: object file (/.build/plugin.facebook.v4/libfacebook.a(FBSDKAppGroupAddDialog.o)) was built for newer iOS version (7.0) than being linked (6.0)

I’ve tried the latest daily build, different computers etc. How do I build for 7.0 and not 6.0. I’m not even 100% sure what that means since when I build my app in the simulator it says I’m building for iOS 9.2. Can someone shed some light on this for me?

I would out this in Facebook v4 part of the fourms.
Here is a similar thread: https://forums.coronalabs.com/topic/62517-login-opens-safari-not-facebook-app-on-ios-and-doesnt-authorise-correctly/
Looks like no answer yet:(

Try putting this in your build.setting under iPhone plist

MinimumOSVersion = “7.0”,

This does look like a corona issue if that does not work

I would out this in Facebook v4 part of the fourms.
Here is a similar thread: https://forums.coronalabs.com/topic/62517-login-opens-safari-not-facebook-app-on-ios-and-doesnt-authorise-correctly/
Looks like no answer yet:(

Try putting this in your build.setting under iPhone plist

MinimumOSVersion = “7.0”,

This does look like a corona issue if that does not work