Hello,
When using crashlytics to distribute my app to my testers, I want they have the possibility to test the binary file using Instruments to see performance or leaks (or similar). I'd like to avoid they use xcode to compile the app (so they don't have to work with git, versioning, xcode, provisioning profiles...)
I tried to attach Instruments to the app distributed using crashlytics and running in a actual phone. But I receive this error in Instruments: "(After Run Ended): Error: Unable to attach to task; port invalid."
Is this technically possible? Do I have to compile the app (and deploy) with any special flag?
I have to say that if I use xcode to compile the app with that device and the cable, then Instruments works perfectly.
Note: The reason of using Crashlytics is because of the company I am working on. Would be different if I tell them to use testflight?
Thanks in advance.