opened 11:10AM - 22 Nov 22 UTC
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I… read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [docs.fastlane.tools](https://docs.fastlane.tools)
- [x] I searched for [existing GitHub issues](https://github.com/fastlane/fastlane/issues)
### Issue Description
I'm getting [this issue (#17520)](https://github.com/fastlane/fastlane/issues/17520), but with a `Pods.xcodeproj`
>`Seems to be a very old project file format - please open your project file in a more recent version of Xcode`
Related to https://github.com/fastlane/fastlane/issues/20815 (this issue has a warning in title, I found out that a few pods have automatic signing enabled and that causes a signing error which is muted by `xcpretty`)
##### Command executed
```ruby
update_code_signing_settings(
use_automatic_signing: false,
path: "Pods/Pods.xcodeproj"
)
```
##### Complete output when running fastlane, including the stack trace and command used
<!--
You can use `--capture_output` as the last command line argument for many commands to get that collected for you. Otherwise, please do it manually.
Caution: The output of `--capture_output` could contain sensitive data such as application ids, certificate ids, or email addresses. Please make sure you double check the output and replace anything sensitive you don't wish to submit in the issue
-->
<details>
<pre> [REPLACE THIS WITH YOUR INFORMATION] </pre>
</details>
### Environment
swift-driver version: 1.62.15 <details><summary>✅ fastlane environment ✅</summary>
### Stack
| Key | Value |
| --------------------------- | -------------------------------------------------- |
| OS | 12.5 |
| Ruby | 3.1.2 |
| Bundler? | true |
| Git | git version 2.37.1 (Apple Git-137.1) |
| Installation Source | ~/.gem/ruby/3.1.2/bin/fastlane |
| Host | macOS 12.5 (21G72) |
| Ruby Lib Dir | /opt/homebrew/Cellar/ruby/3.1.2_1/lib |
| OpenSSL Version | OpenSSL 1.1.1s 1 Nov 2022 |
| Is contained | false |
| Is homebrew | false |
| Is installed via Fabric.app | false |
| Xcode Path | /Applications/Xcode-14.1.0.app/Contents/Developer/ |
| Xcode Version | 14.1 |
| Swift Version | 5.7.1 |
### System Locale
| Variable | Value | |
| -------- | ----------- | - |
| LANG | | |
| LC_ALL | en_US.UTF-8 | ✅ |
| LANGUAGE | | |
### fastlane files:
<details><summary>`./fastlane/Fastfile`</summary>
```ruby
default_platform(:ios)
# Builds
lane :just_archive_ad_hoc do
# match was called manually
cocoapods
update_code_signing_settings(
use_automatic_signing: false,
path: "Pods/Pods.xcodeproj"
)
gym(
scheme: ...,
configuration: 'AdHoc',
export_method: 'ad-hoc',
export_options: {
uploadBitcode: false,
uploadSymbols: true,
compileBitcode: false
}
)
end
lane :setup do
create_keychain(
name: "actions_keychain",
password: ...,
default_keychain: true,
unlock: true,
timeout: 3600,
lock_when_sleeps: false
)
end
```
</details>
<details><summary>`./fastlane/Appfile`</summary>
```ruby
app_identifier(...)
apple_id(...)
itc_team_id(...)
team_id(...)
```
</details>
### fastlane gems
| Gem | Version | Update-Status |
| -------- | ------- | ------------- |
| fastlane | 2.211.0 | ✅ Up-To-Date |
### Loaded fastlane plugins:
| Plugin | Version | Update-Status |
| ----------------------------------------- | ------- | ------------- |
| fastlane-plugin-firebase_app_distribution | 0.3.7 | ✅ Up-To-Date |
| fastlane-plugin-json | 1.1.0 | ✅ Up-To-Date |
<details><summary><b>Loaded gems</b></summary>
| Gem | Version |
| ----------------------------------------- | ------------ |
| error_highlight | 0.3.0 |
| did_you_mean | 1.6.1 |
| bundler | 2.3.26 |
| pathname | 0.2.0 |
| rake | 13.0.6 |
| rexml | 3.2.5 |
| CFPropertyList | 3.0.5 |
| concurrent-ruby | 1.1.10 |
| i18n | 1.12.0 |
| minitest | 5.16.3 |
| tzinfo | 2.0.5 |
| zeitwerk | 2.6.6 |
| activesupport | 6.1.7 |
| public_suffix | 4.0.7 |
| addressable | 2.8.1 |
| httpclient | 2.8.3 |
| json | 2.6.2 |
| algoliasearch | 1.27.5 |
| artifactory | 3.0.15 |
| atomos | 0.1.3 |
| aws-eventstream | 1.2.0 |
| aws-partitions | 1.664.0 |
| aws-sigv4 | 1.5.2 |
| jmespath | 1.6.1 |
| aws-sdk-core | 3.168.1 |
| aws-sdk-kms | 1.59.0 |
| aws-sdk-s3 | 1.117.1 |
| babosa | 1.0.4 |
| claide | 1.1.0 |
| fuzzy_match | 2.0.4 |
| nap | 1.1.0 |
| netrc | 0.11.0 |
| ffi | 1.15.5 |
| ethon | 0.16.0 |
| typhoeus | 1.4.0 |
| cocoapods-core | 1.11.3 |
| cocoapods-deintegrate | 1.0.5 |
| cocoapods-downloader | 1.6.3 |
| cocoapods-plugins | 1.0.0 |
| cocoapods-search | 1.0.1 |
| cocoapods-trunk | 1.6.0 |
| cocoapods-try | 1.2.0 |
| colored2 | 3.1.2 |
| escape | 0.0.4 |
| fourflusher | 2.3.1 |
| gh_inspector | 1.1.3 |
| molinillo | 0.8.0 |
| ruby-macho | 2.5.1 |
| nanaimo | 0.3.0 |
| xcodeproj | 1.22.0 |
| cocoapods | 1.11.3 |
| cocoapods-patch | 1.0.2 |
| colored | 1.2 |
| highline | 2.0.3 |
| commander | 4.6.0 |
| declarative | 0.0.20 |
| digest-crc | 0.6.4 |
| unf_ext | 0.0.8.2 |
| unf | 0.1.4 |
| domain_name | 0.5.20190701 |
| dotenv | 2.8.1 |
| emoji_regex | 3.2.3 |
| excon | 0.94.0 |
| faraday-em_http | 1.0.0 |
| faraday-em_synchrony | 1.0.0 |
| faraday-excon | 1.1.0 |
| faraday-httpclient | 1.0.1 |
| multipart-post | 2.0.0 |
| faraday-multipart | 1.0.4 |
| faraday-net_http | 1.0.1 |
| faraday-net_http_persistent | 1.2.0 |
| faraday-patron | 1.0.0 |
| faraday-rack | 1.0.0 |
| faraday-retry | 1.0.3 |
| ruby2_keywords | 0.0.5 |
| faraday | 1.10.2 |
| http-cookie | 1.0.5 |
| faraday-cookie_jar | 0.0.7 |
| faraday_middleware | 1.2.0 |
| fastimage | 2.2.6 |
| jwt | 2.5.0 |
| memoist | 0.16.2 |
| multi_json | 1.15.0 |
| os | 1.1.4 |
| signet | 0.17.0 |
| googleauth | 1.3.0 |
| mini_mime | 1.1.2 |
| trailblazer-option | 0.1.2 |
| uber | 0.1.0 |
| representable | 3.2.0 |
| retriable | 3.1.2 |
| webrick | 1.7.0 |
| google-apis-core | 0.9.1 |
| google-apis-androidpublisher_v3 | 0.31.0 |
| google-apis-playcustomapp_v1 | 0.12.0 |
| google-apis-iamcredentials_v1 | 0.16.0 |
| google-apis-storage_v1 | 0.19.0 |
| google-cloud-env | 1.6.0 |
| google-cloud-errors | 1.3.0 |
| google-cloud-core | 1.6.0 |
| google-cloud-storage | 1.44.0 |
| mini_magick | 4.11.0 |
| naturally | 2.2.1 |
| optparse | 0.1.1 |
| plist | 3.6.0 |
| rubyzip | 2.3.2 |
| security | 0.1.3 |
| simctl | 1.6.8 |
| terminal-notifier | 2.0.0 |
| unicode-display_width | 1.8.0 |
| terminal-table | 1.8.0 |
| tty-screen | 0.8.1 |
| tty-cursor | 0.7.1 |
| tty-spinner | 0.9.3 |
| word_wrap | 1.0.0 |
| rouge | 2.0.7 |
| xcpretty | 0.3.0 |
| xcpretty-travis-formatter | 1.0.1 |
| fastlane-plugin-firebase_app_distribution | 0.3.7 |
| fastlane-plugin-json | 1.1.0 |
</details>
*generated on:* **2022-11-22**
</details>