iphone - OCUnit Error Codes -
How can anyone know a list of all possible error codes applied by the ostest
utility , And their meaning? I saw this as a common problem for people, where they ask about an OCUnit failure with some code 138 or 139 which is completely opaque for them, and the person facing a particular error number Tells a clear problem, which can be easily asked if they know what to look for.
But Google, ADC and man pages are silent about all these error codes. I was hoping someone has a list or header file that underlines them all, not only will it help me solve my special issue now (a mysterious 132 is happening), but I think it is a common interest Will have to.
Thank you!
In ocuet failures of 138 or 139, just a normal something went wrong in my experience, I We found that these errors occur when there is something wrong in the runtime, so your code is okay, but when it is run in OCUnit, it crashes. Unfortunately, the comfort is not known where it is.
I gave detailed information to look at some things. In summary:
1. Check your Deloc / Eloc areas that these objects are actually present / are being correctly dialed.
2. Check your spelling, typos etc ... but it is used incorrectly?)
3. Try to separate your tests, that is, to find out That which is failing OCUnit is crashing due to a problem in your code.
4. If everything fails, instead of ocuint fails to take the code to the simulator, then you should get more meaningful comfort marks like this.
Comments
Post a Comment