Created
February 25, 2019 12:33
-
-
Save dive/0f0af7fc680c83d30717a8e36d5243a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ otool -l .build/debug/ios_framework_package.build/ios_framework_package.swift.o | |
| ... | |
| Load command 6 | |
| cmd LC_LINKER_OPTION | |
| cmdsize 32 | |
| count 2 | |
| string #1 -framework | |
| string #2 UIKit | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment