3

I'm trying to use Shark to profile a release build of my iPhone app but I don't have symbol information. Everything is "Unknown library" and hex addresses. I followed these instructions and added -nosymbolstrip -aot="iphone-abi" to Extra Arguments, but no luck.

This is on an iPhone 3G with OS version 3.1.2.

Just to see if it was due to my old OS version, I tried the same thing on my iPhone4 with 4.2.1 and I get a different issue. On that device, Shark won't even start profiling when I click Start.

Mike
  • 81
  • 3
  • I've never been able to get Shark working... Have you tried using instruments? – jbehren Jan 17 '11 at 01:28
  • I can't get Shark to work and have failed to get anything meaningful out of Instruments either. Would love to get it working for MonoTouch apps. – vlad259 Apr 01 '11 at 10:39

1 Answers1

0

Shark is no longer supported in the most recent XCodes. Use Instruments, instead.

Olie
  • 24,597
  • 18
  • 99
  • 131