tidevice install报错ApplicationVerificationFailed
- Dominant language
- Python
- Stars
- 2.6k
- Forks
- 469
- PR merge metrics
- No merged PRs in 30d
Description
- CreatingStagingDirectory (5%)
- ExtractingPackage (15%)
- InspectingPackage (20%)
- TakingInstallLock (20%)
- PreflightingApplication (30%)
- InstallingEmbeddedProfile (30%)
- VerifyingApplication (40%)
[E 210902 14:41:18 _device:744] ApplicationVerificationFailed
[E 210902 14:41:18 _device:745] Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.p4l0K1/extracted/Payload/test.app : 0xe8008016 (The executable was signed with invalid entitlements.)
Traceback (most recent call last):
File "/usr/local/bin/tidevice", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/tidevice/__main__.py", line 723, in main
actions[args.subparser](args)
File "/usr/local/lib/python3.9/site-packages/tidevice/__main__.py", line 128, in cmd_install
bundle_id = d.app_install(args.filepath_or_url)
File "/usr/local/lib/python3.9/site-packages/tidevice/_device.py", line 746, in app_install
raise ServiceError(progress['Error'])
tidevice.exceptions.ServiceError: ApplicationVerificationFailed
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the reported installation failure with the same kind of test.app, then inspect tidevice/__main__.py at cmd_install and tidevice/_device.py around app_install and the reported error lines. Trace the 0xe8008016 response and define a fix or clearer handling; done means the failure is resolved or its signing requirement is explicitly reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, python
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100