Hi,

Do you get the same behavior for crash reports?

If so, try to symbolicate the crash report manually with Apple's
symbolicatecrash script, and pass the -v argument to get verbose output.
That might tell you what's going wrong.

Rolf

PS: You can easily create a crash report like this:
http://rolfkvinge.blogspot.com.es/2012/05/monotouch-debugging-tips.html

On Thu, Sep 6, 2012 at 11:15 PM, jesseattas <[email protected]> wrote:

> In the last few days I can no longer see symbolicated stacks when profiling
> with Instruments. I can see method names for system functions and mono
> functions, but only hex addresses for my code. I'd appreciate any thoughts
> about how to fix this. Some of the things I've tried:
>
> *Pointed Instruments to the dSYM file for my app via File>>Re-symbolicate
> Document
> *Verified that the dSYM I'm using has the same UUID as my app, as per
>
> http://stackoverflow.com/questions/11379589/why-wont-my-monotouch-app-symbolicate-in-instruments
> this on StackOverflow
> *Re-booted my Mac/iPad/Instruments/MonoDevelop
> *Deleted/Cleaned/Re-built/Re-deployed my app
>
> Objective-C apps built in Xcode show their symbols in Instruments
> correctly.
>
> Version info:
> XCode 4.4.1
> Instruments 4.4
> MonoTouch 5.3.6
> Mono 2.10.9
> MonoDevelop 3.0.4.5
>
> Any ideas? Thanks!
>
>
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/Instruments-stopped-symbolicating-methods-in-my-app-tp4656904.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to