I\'m trying to unit test some iphone code that instantiates fonts. I\'ve narrowed it down to the following crashing unit test:
#import \"test.h\" #import &l
Select your Unit Test target in the "Targets" section from the projects/targets list and under the "General" section choose your Host app as the main app, which has the fonts.
That solved the issue for me.