I am trying to run Instruments on my app, as soon as I click record the app launches and crashes with following error:
-[__NSCFString _stringByResolvingSymlinksInPathUsingCache:]: unrecognized selector sent to instance
But when runs fine when installed and run using Xcode directly (without Instruments).
It is happening on Simulator as well as iPhone.
Xcode version: 10.2
MacOS: 10.14.4
RESOLVED: Upgraded to Xcode11 and not facing this issue anymore.