We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff55ce4 commit 06869cfCopy full SHA for 06869cf
SSYDebug.h
@@ -47,7 +47,7 @@ NSString* SSYDebugBacktrace(void) ;
47
Note that this function never returns the caller of this function, since you
48
should already know that or can get it by __PRETTY_FUNCTION__.
49
*/
50
-NSString* SSYDebugBacktraceDepth(NSInteger depth) ;
+__attribute__((visibility("default"))) NSString* SSYDebugBacktraceDepth(NSInteger depth) ;
51
52
/*!
53
@brief Returns a string consisting of the symbol name of the
0 commit comments