xcode - Link Binary with libraries VS Embed Frameworks -


what's difference in build phases between putting framework in "link binary libraries" or in "embed frameworks"?

link binary libraries link frameworks , libraries project’s object files produce binary file. can link target’s source files against libraries in target’s active sdk or against external libraries.

embed frameworks can create embedded framework share code between app extension , containing app.

-

timeline (look @ sentence) - "if containing app target links embedded framework, must include arm64 architecture or rejected app store."


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -