EmergeTools / ETTrace

Easily and accurately profile iOS apps
https://www.emergetools.com/ettrace
MIT License
527 stars 20 forks source link

Profiling macOS apps #80

Open hofstee opened 5 months ago

hofstee commented 5 months ago

Is it possible to use ETTrace to profile macOS apps instead of iOS/simulator? I tried adding a build target with the macosx SDK and while I could eventually get it to build and link against my application I couldn't get it to connect with the runner.

noahsmartin commented 4 months ago

Hey @hofstee I just merged https://github.com/EmergeTools/ETTrace/pull/82 to build the sdk for macOS as part of our CI, it seems like it succeeded to build at least without any errors. What changes did you have to make for it to be linked with a macOS app, you could open the change as a PR if you want