build 2754 facebook error

module ‘facebook’ not found:

no field package.preload[‘facebook’]

no file ‘/Applications/CoronaSDK-2754/Corona Simulator.app/Contents/Resources/facebook.lua’

no file ‘/Applications/CoronaSDK-2754/Corona Simulator.app/Contents/Resources/facebook.dylib’

For what it’s worth I am on xcode 7.1

If you’re going to use Xcode 7.1 you will need to get one of the latest daily builds so you can build using iOS 9.1. Next you will need to start using the Facebook 4.0 plugin which is required for iOS 9 compatibility.

See: https://coronalabs.com/blog/2015/09/01/facebook-v4-plugin-ios-beta-improvements-and-new-features/

You will need to add things to your build.settings and change your require()  line when you include the new plugin.

Rob 

Rob,

We must used Facebook 4.0 plugin for iOS 9 compatibility ?, can you please clarify this.

I converted to plugin.facebook.v4 and it compiles, however the facebook functionality doesn’t work, but maybe i just need to make some changes.

Every thing should be spelled out in the blog post and examples in the sample app in SampleCode/Networking/Facebook.

Rob

Hi Rob,

I will rephrased my question, do we must use Facebook plugin 4.0 for games running on iOS 9  or can we wait until it will came out of beta ?

Yes. Apple has required all http: connections to be https connections (i.e. secure connections) in iOS 9. The Facebook SDK that the regular facebook plugin is based on uses http connections. The plugin in our V4 version uses https and also requires additional build.settings entries. This is an Apple requirement. If you wish to deploy a facebook sdk based apps (not using a social or activity OS based method), and you want to run on iOS 9+ devices you must do this.

Rob

If you’re going to use Xcode 7.1 you will need to get one of the latest daily builds so you can build using iOS 9.1. Next you will need to start using the Facebook 4.0 plugin which is required for iOS 9 compatibility.

See: https://coronalabs.com/blog/2015/09/01/facebook-v4-plugin-ios-beta-improvements-and-new-features/

You will need to add things to your build.settings and change your require()  line when you include the new plugin.

Rob 

Rob,

We must used Facebook 4.0 plugin for iOS 9 compatibility ?, can you please clarify this.

I converted to plugin.facebook.v4 and it compiles, however the facebook functionality doesn’t work, but maybe i just need to make some changes.

Every thing should be spelled out in the blog post and examples in the sample app in SampleCode/Networking/Facebook.

Rob

Hi Rob,

I will rephrased my question, do we must use Facebook plugin 4.0 for games running on iOS 9  or can we wait until it will came out of beta ?

Yes. Apple has required all http: connections to be https connections (i.e. secure connections) in iOS 9. The Facebook SDK that the regular facebook plugin is based on uses http connections. The plugin in our V4 version uses https and also requires additional build.settings entries. This is an Apple requirement. If you wish to deploy a facebook sdk based apps (not using a social or activity OS based method), and you want to run on iOS 9+ devices you must do this.

Rob