How do framework names on iOS map to Platform spec...
# multiplatform
r
How do framework names on iOS map to Platform specific app packages ? For e.g. I am trying to find
os_signpost_emit_with_type
, and I can't seem to find it. https://developer.apple.com/documentation/os/os_signpost_emit_with_type?language=objc
I figured this bit out.
m
any chance you remember how?
r
I did figure it out but unfortunately the os signpost types are heavily typedef-ed so the APIs in the docs don't map to any sane API on the Kotlin side
I ended up building a new swift library with a obj c header to do tracing
m
got it, thanks!
r
No worries. Maybe I should write a blog about doing this 😜