Library for Corona Native in xCode

Hi,

Previously the Corona Enterprise had the plugins available for download.

e.g. CoronaEnterprisePlugins.2016.2828/facebook-v4/2015.2669/iphone/libfacebook.a

In this new Corona Native, where can the plugins be downloaded from ? I am looking for Facebook plugin, and based on this document (https://docs.coronalabs.com/plugin/facebook-v4/index.html), I need several files.

I am getting this error in my xCode, which I think it is because the libfacebook.a file isn’t there.

ld: library not found for -lfacebook clang: error: linker command failed with exit code 1 (use -v to see invocation)

Thanks

Are you running the Xcode build action to download plugins?

Rob

I am using Command+B (Build) to build the project. Does it auto download the plugins ?

Look at this tutorial 

https://coronalabs.com/blog/2017/07/06/using-plugins-in-corona-native-projects-ios/

Thanks. Would be great if it can be added into the tutorial page : 

https://docs.coronalabs.com/tutorial/native/iosIntro/index.html

@yosu, the blog post Bektur referred to is just a copy of what is already at that tutorial page and really is just a link reference to get you to 

https://docs.coronalabs.com/tutorial/native/iosIntro/index.html

Rob

Are you running the Xcode build action to download plugins?

Rob

I am using Command+B (Build) to build the project. Does it auto download the plugins ?

Look at this tutorial 

https://coronalabs.com/blog/2017/07/06/using-plugins-in-corona-native-projects-ios/

Thanks. Would be great if it can be added into the tutorial page : 

https://docs.coronalabs.com/tutorial/native/iosIntro/index.html

@yosu, the blog post Bektur referred to is just a copy of what is already at that tutorial page and really is just a link reference to get you to 

https://docs.coronalabs.com/tutorial/native/iosIntro/index.html

Rob