iPhone OCUnit, exited abnormally with code 139, what is it?

后端 未结 2 1361
心在旅途
心在旅途 2021-01-21 08:38

iPhone sdk 3.1.2, xcode 3.1.4, mac os x 10.5.8,

I\'m a newbie using OCUnit comes with iphone sdk. The only error i get is:

error: Test rig \'/Developer/Platforms

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-21 09:27

    When I've seen this, it usually means that once of my unit tests has faulty logic and has caused otest to crash. This isn't a terribly helpful answer, because code 139 isn't a terribly helpful error code. Sorry!

提交回复
热议问题