logo
On this page
2022-11-10

After integrating Express uni-app SDK on the Windows platform, when using dev certificate cloud packaging to run iOS applications, an error occurs. How should this be handled?

Products / Plugins:Video Call
Platform / Framework:uni-app

Problem Description

After integrating Express uni-app SDK on the Windows platform, when using dev certificate cloud packaging to run iOS applications, you may encounter an error message "Failed to decompress file":

Solution

  • If you use adhoc certificate packaging, it runs directly without any exceptions.

  • If you use dev certificate packaging and encounter the above error:

    Please manually install the custom base, base path: unpackage > debug > iOS_debug.ipa, and right-click to select "Install to Phone", as shown in the figure below:

Note

When recognizing Apple devices on the Windows platform, you need to install the iTunes application in advance.

Previous

When Xcode Archive prompts "Undefined symbols for architecture armv7: "_OBJC_CLASS_$_ZegoProduct"", how to handle?

Next

How to clear the cache?

On this page

Back to top