Issue
The application has some dependencies, then in the cloud building package process, it fails, and the error message appears in the logs:
ERROR: Packaging iOS failed, check /workspace/build/source/deployment/log/native_packager_bundle_ios_log.txt for more info.
Building the package process locally, there are no errors, and all dependencies are resolved.
Environment
Native Mobile
Cause
The cloud build process fails due to unresolved dependencies. These dependencies cannot be resolved during the cloud build process, and this is the behavior.
Solution/Workaround
All dependencies must be resolved locally before initiating the cloud build.
Internal information related
- 234961
- C0147MR2NH3/p1736333094378349
Additional information
Not applicable
0 Comments