views:

43

answers:

2

Command/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 iphone Can anyone slove my problem is dis related to .mm file

A: 

Make sure that all your frameworks are iPhone frameworks.

jrtc27
A: 

I saw this once when using core data.

Be careful to create iPhone classes if you're auto generating code from your data model editor.

Steve Neal