Missing symbols when profiling on iOS

I'm attempting to profile my  app on iOS using instruments on XCode 6.4 but can't get the symbols to appear.  I'm using the latest version of JUCE.

I've tried changing to "DWARF with dSYM File" but still can't locate the file.  I have the same issue the demo app but both work fine when building for OSX

Anybody else had this problem and found a solution?

Hello,

Is this running on a real iOS device or a simulator?

I’m also trying to profile on an iOS device, but seems as soon as it gets into any C++ methods there are no symbols. I’ve also tried with DWARF with dSYM File set in Xcode. Any tips to get this working?