Re: All of a sudden, Xcode doesn't run my unit tests
Re: All of a sudden, Xcode doesn't run my unit tests
- Subject: Re: All of a sudden, Xcode doesn't run my unit tests
- From: Tito Ciuro <email@hidden>
- Date: Tue, 10 Apr 2012 21:56:01 -0300
Hi Fritz,
All I can see is a green mark with "Unit Testing Complete - No issues". Also, when I try to run the unit tests, the HUD window clearly shows "Build succeeded" and "Test succeeded".
However, if you look at the console, you can see:
> objc[36492]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
> 2012-04-10 21:52:19.236 otest[36492:403] Usage: otest [-SenTest Self | All | None | <TestCaseClassName/testMethodName>] <path of unit to be tested>
> 2012-04-10 21:52:19.238 otest[36492:403] launch path not accessible
Thanks fort he help,
-- Tito
On Apr 10, 2012, at 12:28 PM, Fritz Anderson wrote:
> On 10 Apr 2012, at 12:34 AM, Tito Ciuro wrote:
>
>> All of a sudden, Xcode (4.3.2) has ceased to run my unit tests. When I try, I get the following output in the console:
>>
>>> objc[35680]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
>>> 2012-04-10 02:29:20.976 otest[35680:403] Usage: otest [-SenTest Self | All | None | <TestCaseClassName/testMethodName>] <path of unit to be tested>
>>> 2012-04-10 02:29:20.977 otest[35680:403] launch path not accessible
>>
>>
>> AFAIK, I haven't touched anything. I've found some older posts, but related to Xcode 3. Incidentally, I'm seeing this bug too (http://openradar.appspot.com/11165970), so I wonder if my Xcode environment got messed up (?) Any idea what could have changed?
>
> My next step would be selecting the Log navigator (last tab in the Navigator area), looking at the most-recent Test action, and examining the log. The listing will show high-level tasks; click in the lines-of-text button at the right end of a line to see the actual command and output. Check the path passed into otool, and investigate the existence and read/write privileges of the file at that path.
>
> — F
>
_______________________________________________
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