Failed loading application - class limit of 32?

I added a couple new classes to a fairly complex application and started getting "Failed loading application" in the simulator. I removed them and tried adding just a simple empty class. Same thing. Is there a limit to the number of classes (not objects) you can have? I'm using about 107k of my 122k limit for an application on my 935 so memory shouldn't be the issue. I'm not even creating an object, yet, based on this class, so number of objects shouldn't be the issue. If I counted correctly, I'm at 32 classes before adding these. That's a pretty suspicious number in terms of a likely limit.

I'm not getting any kind of compiler warning. App just won't run in the simulator or the watch.