I am trying to integrate the facebook sdk for ios in my app and I am following this tutorial:
When adding the framework to my project it says to deselect the “Copy to project file” which is something I always select when adding files.
Why to do that? Will it play if I deselect it when I export and publish my app in the App Store? If I select it what are the cons?
Thanks!
“Copy to project file” simply means that it will copy all your Facebook classes to your project folder and reference if this class file will be from your project copied files. If you uncheck that option, reference will be from where you dragged that file.
So this will not at all affect while export and publish app to Apple App Store.
Actually you should not select this option as Facebook says as it create multiple copies of Facebook classes which is not required.
Hope this info helps you..