iOS Framework Added In Xcode -
is adding framework in xcode necessary?
for using multipeerconnectivity.
i add #import
header file, on .h or .m file,
instead of adding multipeerconnectivity.framework
in link binary libraries or
adding framework in project.
is there drawback behavior?
thank precious time on question.
best,
if need framework header #defined constant, might not need link framework. otherwise, necessary tell xcode framework use linker can complete job.
also, there may more 1 framework provides same symbols, provides different implementations of them. necessary specify framework use.
Comments
Post a Comment