Objective-C++, Unit tests and EXC_SOFTWARE
Objective-C++, Unit tests and EXC_SOFTWARE
- Subject: Objective-C++, Unit tests and EXC_SOFTWARE
- From: David Alter <email@hidden>
- Date: Thu, 25 Oct 2007 17:08:00 -0700
I have an Objective-C++ project. Most of the project has been C++ and
recently we have been adding Objective-C to it.
I added a Unit Test target to the project. When I create unit tests I
make Cocoa Unit test files and make sure they have a .mm extension.
This works great for tests on my C++ classes. As soon as I try and
use a cocoa class in a test I get 'Program received signal:
"EXC_SOFTWARE".' Any call to an Objective-C object will result in
the signal.
Any ideas?
thanks for the help
-dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden