Hi iβm tryingto build ios using ionic pro package build on the Ionic dashbaord
and i recive this error
Running with gitlab-runner 10.2.0~beta.147.gbd1f3fcb (bd1f3fcb)
on ip-10-2-50-102 (815cf240)
Creating new VM...
Running on Mac-9.local via ip-10-2-50-102...
Cloning repository...
Cloning into 'builds/project-0'...
Warning: Permanently added the ECDSA host key for IP address '54.148.214.141' to the list of known hosts.
Checking out fea0bfcd as master...
Skipping Git submodules setup
$ fetch-updates || true
Checking for build process updates...
$ build-ios
Setting up project pipeline...
Running build process...
+--------------------------------------------+---------+----------------------------+
| Used plugins |
+--------------------------------------------+---------+----------------------------+
| Plugin | Version | Action |
+--------------------------------------------+---------+----------------------------+
| fastlane-plugin-update_project_codesigning | 0.2.0 | update_project_codesigning |
+--------------------------------------------+---------+----------------------------+
[11:45:06]: You require a gem, if this is a third party gem, please use `fastlane_require 'securerandom'` to ensure the gem is installed locally
[11:45:06]: ------------------------------
[11:45:06]: --- Step: default_platform ---
[11:45:06]: ------------------------------
[11:45:06]: Driving the lane 'ios package_build' π
[11:45:06]: ---------------------------
[11:45:06]: --- Step: build_summary ---
[11:45:06]: ---------------------------
+-----------------+---------------------+
| Build Summary |
+-----------------+---------------------+
| Job ID | 6114298 |
| macOS version | 10.13.2 |
| Xcode version | Xcode 9.2 |
| | Build version 9C40b |
| Node.js version | v8.11.1 |
| npm version | 5.6.0 |
+-----------------+---------------------+
[11:45:08]: --------------------------
[11:45:08]: --- Step: download_www ---
[11:45:08]: --------------------------
[11:45:08]: Downloading cached www/ dir...
[11:45:13]: Sending crash report...
[11:45:13]: The stack trace is sanitized so no personal information is sent.
[11:45:13]: To see what we are sending, look here: /Users/ionic/.fastlane/latest_crash.json
[11:45:13]: Learn more at https://github.com/fastlane/fastlane#crash-reporting
[11:45:13]: You can disable crash reporting by adding `opt_out_crash_reporting` at the top of your Fastfile
[11:45:13]: -------------------------
[11:45:13]: --- Step: upload_logs ---
[11:45:13]: -------------------------
[11:45:13]: ---------------------------
[11:45:13]: --- Step: shell command ---
[11:45:13]: ---------------------------
[11:45:13]: -----------------------------
[11:45:13]: --- Step: delete_keychain ---
[11:45:13]: -----------------------------
[11:45:13]: An error occurred while executing the `error` block:
[11:45:13]: Could not locate the provided keychain. Tried:
/Users/ionic/Library/Keychains/IonicKeychain-db
/Users/ionic/Library/Keychains/IonicKeychain.keychain-db
/Users/ionic/Library/Keychains/IonicKeychain
/Users/ionic/Library/Keychains/IonicKeychain.keychain
/Users/ionic/builds/project-0/IonicKeychain-db
/Users/ionic/builds/project-0/IonicKeychain.keychain-db
/Users/ionic/builds/project-0/IonicKeychain
/Users/ionic/builds/project-0/IonicKeychain.keychain
+------------------+-------------------+
| Lane Context |
+------------------+-------------------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | ios |
| LANE_NAME | ios package_build |
+------------------+-------------------+
[11:45:13]: Shell command exited with exit status 1 instead of 0.
+------+------------------+-------------+
| fastlane summary |
+------+------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------+-------------+
| 1 | default_platform | 0 |
| 2 | build_summary | 2 |
| π₯ | download_www | 3 |
| 4 | upload_logs | 0 |
| 5 | shell command | 0 |
| π₯ | delete_keychain | 0 |
+------+------------------+-------------+
[11:45:13]: fastlane finished with errors
Looking for related GitHub issues on fastlane/fastlane...
β‘οΈ Improve Beta Setup
https://github.com/fastlane/fastlane/pull/1 [closed] 1 π¬
04 Feb 2017
β‘οΈ [!] sh: ./Pods/Crashlytics/: is a directory
https://github.com/fastlane/fastlane/issues/12902 [open] 4 π¬
3 weeks ago
β‘οΈ Fastlane won't upload IPA to Crashlytics Beta
https://github.com/fastlane/fastlane/issues/12945 [open] 5 π¬
a day ago
and 52 more at: https://github.com/fastlane/fastlane/search?q=Shell%20command%20exited%20with%20exit%20status%201%20instead%20of%200.&type=Issues&utf8=β
π You can β + double-click on links to open them directly in your browser.
\e[91mFailed to upload ipa to storage please retry your build.\e[0m
β¦also using a build that yesterday works fine i get this error.
No problem with android.
Is something just relative to me or is a service problem?
Thank you