Skip to content

Instantly share code, notes, and snippets.

@chamons
Created August 16, 2017 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chamons/9ec9d5fc8093515c2cba98bc2b596851 to your computer and use it in GitHub Desktop.
Save chamons/9ec9d5fc8093515c2cba98bc2b596851 to your computer and use it in GitHub Desktop.
64-bit
$ nm /Users/donblas/Programming/Local/MyTestArchLib/DerivedData/MyTestArchLib/Build/Products/Debug/MyTestArchLib.framework/MyTestArchLib
0000000000000ff8 S _MyTestArchLibVersionNumber
0000000000000fc0 S _MyTestArchLibVersionString
00000000000010c8 S _OBJC_CLASS_$_MyClass
U _OBJC_CLASS_$_NSObject
00000000000010a0 S _OBJC_METACLASS_$_MyClass
U _OBJC_METACLASS_$_NSObject
U __objc_empty_cache
U dyld_stub_binder
32-bit
$ nm /Users/donblas/Programming/Local/MyTestArchLib/DerivedData/MyTestArchLib/Build/Products/Debug/MyTestArchLib.framework/MyTestArchLib
00001030 S .objc_class_name_MyClass
U .objc_class_name_NSObject
00000ff8 S _MyTestArchLibVersionNumber
00000fc0 S _MyTestArchLibVersionString
U dyld_stub_binder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment