Open
Description
I googled and finally came across this SO answer. ("Best answer" seems to be outdated but this answer looks more up-to-date.)
https://stackoverflow.com/a/59216151/3652888
It states:
Static framework contain a static library packaged with its resources.
But I think it's a wrong definition. Resouces are still needed to be bundled separately inside app package.
So still cannot differenciate "static library" and "static framework".
Is there any advantages or disadvantages when choosing either of them?