Is adding Framework in Xcode necessary?
For using MultipeerConnectivity.
I only add #import
header file, on the .h or .m file,
instead of adding MultipeerConnectivity.framework
in Link Binary With Libraries or
adding the framework in project.
Is there any drawback about my behavior?
Thank you for precious time on my question.
Best,