Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac version confused by 'uptime' command in .bash_profile #10

Open
jasonpalm opened this issue May 9, 2013 · 2 comments
Open

Mac version confused by 'uptime' command in .bash_profile #10

jasonpalm opened this issue May 9, 2013 · 2 comments

Comments

@jasonpalm
Copy link

screen shot 2013-05-09 at 11 14 55 am

Hi Andy,

Screen shot attached (I hope). The Mac version is confused on startup by the 'uptime' command in my .bash_profile.

It reports

"Problem loading docs and/or SDK info"

...

The directory "11:14 up 3 days, 13:13, 4 users, load averages: 1.36 1.30 1.03
/Applications/Xcode.app/Contents/Developer" doesn't exist."

Removing the 'uptime' from .bash_profile allows the app to start normally.

cheers.

@aglee
Copy link
Owner

aglee commented May 11, 2013

Thanks, Jason. I've identified the issue and will fix it in the next release.

--Andy

On May 9, 2013, at 1:19 PM, jasonpalm [email protected] wrote:

Hi Andy,

Screen shot attached (I hope). The Mac version is confused on startup by the 'uptime' command in my .bash_profile.

It reports

"Problem loading docs and/or SDK info"

...

The directory "11:14 up 3 days, 13:13, 4 users, load averages: 1.36 1.30 1.03
/Applications/Xcode.app/Contents/Developer" doesn't exist."

Removing the 'uptime' from .bash_profile allows the app to start normally.

cheers.


Reply to this email directly or view it on GitHub.

@blenko
Copy link

blenko commented Jun 16, 2013

I am seeing something similar. My fix, in APDevToolUtils.m at line 46, add @"--noprofile", as an argument to bash (it must appear before the -l and -c arguments).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants