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

ideviceInstaller not working on OS X Yosemite #15

Closed
Mehul18292 opened this issue Nov 13, 2014 · 6 comments
Closed

ideviceInstaller not working on OS X Yosemite #15

Mehul18292 opened this issue Nov 13, 2014 · 6 comments

Comments

@Mehul18292
Copy link

I am having 2 machines, one with Yosemite and one with mavericks. I have installed ideviceinstaller by using "brew install ideviceinstaller" and it have beeen installed successfully on both machines. Now i have connected iOS 7 device with each of them, and tried to list all apps on device, install app on device, archieve app. In all cases, it have worked in mavericks perfectly. But for yosemite, it always says "Segmentation fault: 11".

Is there any problem with ideviceinstaller on yosemite?

@jmoody
Copy link

jmoody commented Nov 14, 2014

I hesitate to make this comment, because I cannot reproduce locally, but I saw the same behavior on a client's machine last week. Other libimobiledevice tools were working.

  • idevicediagnostics
  • idevicescreenshot
  • idevicesyslog

He was running Yosemite 10.10. We installed with brew. I have no other information. :(

@FunkyM
Copy link
Member

FunkyM commented Nov 14, 2014

Very likely all is homebrew related since compiling manually works fine.
Will test and report back once we integrated a homebrew test with our CI setup or someone too eager tests it manually.

@eladleb
Copy link

eladleb commented Nov 25, 2014

I can confirm this is a homebrew related issue.

After installing "normally" on Yosemite:
brew install ideviceinstaller

I get a segmentation fault 11.

In order to resolve this I had to:
brew uninstall ideviceinstaller
brew install --HEAD ideviceinstaller

@sarfmomin
Copy link

Hi everyone,
I am stuck with this problem, can anyone help me to get out of this,
Here is the log
dvtcddmac:~ sas$ brew install --HEAD ideviceinstaller
==> Cloning http://git.sukimashita.com/ideviceinstaller.git
Updating /Library/Caches/Homebrew/ideviceinstaller--git
==> Checking out branch master
==> Patching
==> ./autogen.sh
configure.ac:14: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:15: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:74: error: possibly undefined macro: AS_COMPILER_FLAGS
./configure: line 2196: syntax error near unexpected token dist-bzip2' ./configure: line 2196:AM_INIT_AUTOMAKE(dist-bzip2 no-dist-gzip check-news)'

READ THIS: http://git.io/brew-troubleshooting

@jmoody
Copy link

jmoody commented Feb 10, 2015

@sarfmomin The owners of this repo do not maintain the brew formula. You should report this on the homebrew site and/or find the maintainer.

If it is any consolation, I have been able to consistently build from sources on Yosemite w/ Xcode 6.1.1.

I have also been able to build with homebrew. :(

@FunkyM
Copy link
Member

FunkyM commented Feb 10, 2015

@jmoody Thanks.
@sarfmomin Yes, the problem you have is most likely related to a broken autoconf installation and/or homebrew setup. Furthermore your problem is not related to the segfault discussed in this ticket.
Closing as it's not an issue with ideviceinstaller.

@FunkyM FunkyM closed this as completed Feb 10, 2015
@FunkyM FunkyM added the wontfix label Feb 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants