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: Fri, 26 Oct 2007 09:44:47 -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 a 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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden