惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
小众软件
小众软件
博客园 - 【当耐特】
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
H
Help Net Security
博客园_首页
P
Proofpoint News Feed
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
N
Netflix TechBlog - Medium
爱范儿
爱范儿
MyScale Blog
MyScale Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Google DeepMind News
Google DeepMind News

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - ios-webkit-debug-proxy
2026-06-11 · via AUR Newest Packages

Latest Comments

kuba09 commented on 2020-05-07 12:04 (UTC) (edited on 2020-05-08 15:26 (UTC) by kuba09)

--- solution at the end ---

@raw weird. My build is still failing. Doesn't make a difference if I use an AUR helper or not. The build also fails when making directly from the master branch. I've got these dependencies installed:

  • libimobiledevice-git 1:1.2.0.r178.g857fc15-1
  • libusbmuxd-git 2.0.1.r5.g98f2f23-1
  • usbmuxd-git 1:1.1.0.r71.gb6471b7-1
  • libplist-git 1:2.1.0.r18.gfbee194-1
webinspector.c:95:32: error: field 'type' has incomplete type
   95 |   enum idevice_connection_type type;
      |                                ^~~~
webinspector.c: In function 'idevice_connection_get_ssl_session':
webinspector.c:117:24: error: 'CONNECTION_USBMUXD' undeclared (first use in this function)
  117 |   if (!c || c->type != CONNECTION_USBMUXD || c->data <= 0) {
      |                        ^~~~~~~~~~~~~~~~~~

EDIT: I got the build working by manually installing libimobiledevice from their master branch. It still fails when installing the AUR package, though.

raw commented on 2020-04-30 11:55 (UTC)

installing libimobiledevice-git makes the build run fine.

kuba09 commented on 2020-03-09 15:41 (UTC)

Seems like today's update broke the build. v1.8.6 release notes say that libimobiledevices is required to be built with openssl, the package in the extra repository is flagged out of date at the time of writing.

migerh commented on 2016-10-11 19:59 (UTC)

Removing the -Werror from configure.ac is no longer necessary. It builds without errors and warnings now.

suoko commented on 2015-06-18 09:41 (UTC)

Everything works with: idevicepair validate idevicepair pair chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9222/devtools/page/1 https://github.com/google/ios-webkit-debug-proxy/issues/86

suoko commented on 2015-06-17 20:15 (UTC)

Everything works except for the chrome inspector. I got the "Not allowed to load local resource: chrome-devtools://" error, I copy the link and open it in a new tab. The inspector page that opens up is blank, it's not showing the safari page as expected

arslonga commented on 2014-12-29 14:25 (UTC)

Thanks for the package! Probably usbmuxd should be added as dependency, I had an error until I installed it.