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: Fritz Anderson <email@hidden>
- Date: Tue, 10 Apr 2012 10:28:14 -0500
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