Coder Social home page Coder Social logo

Comments (10)

tomoakley avatar tomoakley commented on April 27, 2024 7

we're also experiencing this issue after updating our CI pipelines to use xcode 14. imo this issue shouldn't be closed as a workaround isn't a fix

from fastlane.

alexborton avatar alexborton commented on April 27, 2024 5

CircleCI have now removed 13.x images from the new M1 machines, meaning we have not choice but to move to 14.x if we want to utilise a far superior tool. This seems a reasonable thing for CircleCI to do and Fastlane should really bump this up the priority list.

from fastlane.

MattSaedi avatar MattSaedi commented on April 27, 2024 4
post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
        target.build_configurations.each do |config|
            config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
        end
      end
    end
  end
end

put this in your podfile then run pod install
it will fix in Xcode 14

from fastlane.

MattSaedi avatar MattSaedi commented on April 27, 2024 2

Fastfile

build_app(
      scheme: "Dev",
      # sdk: "iphoneos15.5",
      clean: true, # Clean Project Before Build
      export_method: "ad-hoc",
      xcargs: "-allowProvisioningUpdates",
      output_directory: "./StoreBuild/" + date_time + "/Dev",
      output_name: "Setare Dev.ipa"
    )

gems


| Gem                             | Version      |
| ------------------------------- | ------------ |
| did_you_mean                    | 1.3.0        |
| rouge                           | 2.0.7        |
| xcpretty                        | 0.3.0        |
| terminal-notifier               | 2.0.0        |
| unicode-display_width           | 1.8.0        |
| terminal-table                  | 1.8.0        |
| plist                           | 3.6.0        |
| multipart-post                  | 2.0.0        |
| word_wrap                       | 1.0.0        |
| optparse                        | 0.1.1        |
| tty-screen                      | 0.8.1        |
| tty-cursor                      | 0.7.1        |
| tty-spinner                     | 0.9.3        |
| artifactory                     | 3.0.15       |
| babosa                          | 1.0.4        |
| colored                         | 1.2          |
| highline                        | 2.0.3        |
| commander                       | 4.6.0        |
| unf_ext                         | 0.0.8.2      |
| unf                             | 0.1.4        |
| domain_name                     | 0.5.20190701 |
| http-cookie                     | 1.0.5        |
| faraday-cookie_jar              | 0.0.7        |
| faraday_middleware              | 1.2.0        |
| fastimage                       | 2.2.6        |
| gh_inspector                    | 1.1.3        |
| mini_magick                     | 4.11.0       |
| naturally                       | 2.2.1        |
| rubyzip                         | 2.3.2        |
| security                        | 0.1.3        |
| xcpretty-travis-formatter       | 1.0.1        |
| bundler                         | 2.3.22       |
| simctl                          | 1.6.8        |
| emoji_regex                     | 3.2.3        |
| aws-sdk-s3                      | 1.114.0      |
| rexml                           | 3.2.5        |
| nanaimo                         | 0.3.0        |
| colored2                        | 3.1.2        |
| claide                          | 1.1.0        |
| CFPropertyList                  | 3.0.5        |
| atomos                          | 0.1.3        |
| xcodeproj                       | 1.22.0       |
| public_suffix                   | 5.0.0        |
| addressable                     | 2.8.1        |
| excon                           | 0.92.4       |
| ruby2_keywords                  | 0.0.5        |
| faraday-retry                   | 1.0.3        |
| faraday-rack                    | 1.0.0        |
| faraday-patron                  | 1.0.0        |
| faraday-net_http_persistent     | 1.2.0        |
| faraday-net_http                | 1.0.1        |
| faraday-multipart               | 1.0.4        |
| faraday-httpclient              | 1.0.1        |
| faraday-excon                   | 1.1.0        |
| faraday-em_synchrony            | 1.0.0        |
| faraday-em_http                 | 1.0.0        |
| faraday                         | 1.10.2       |
| json                            | 2.6.2        |
| dotenv                          | 2.8.1        |
| jwt                             | 2.5.0        |
| webrick                         | 1.7.0        |
| httpclient                      | 2.8.3        |
| multi_json                      | 1.15.0       |
| signet                          | 0.17.0       |
| os                              | 1.1.4        |
| memoist                         | 0.16.2       |
| googleauth                      | 1.2.0        |
| mini_mime                       | 1.1.2        |
| retriable                       | 3.1.2        |
| trailblazer-option              | 0.1.2        |
| declarative                     | 0.0.20       |
| uber                            | 0.1.0        |
| representable                   | 3.2.0        |
| google-apis-core                | 0.8.0        |
| google-apis-playcustomapp_v1    | 0.10.0       |
| google-apis-androidpublisher_v3 | 0.26.0       |
| rake                            | 13.0.6       |
| digest-crc                      | 0.6.4        |
| google-apis-storage_v1          | 0.17.0       |
| google-apis-iamcredentials_v1   | 0.13.0       |
| google-cloud-errors             | 1.3.0        |
| google-cloud-env                | 1.6.0        |
| google-cloud-core               | 1.6.0        |
| google-cloud-storage            | 1.41.0       |
| aws-eventstream                 | 1.2.0        |
| aws-sigv4                       | 1.5.1        |
| aws-partitions                  | 1.631.0      |
| jmespath                        | 1.6.1        |
| aws-sdk-core                    | 3.149.0      |
| aws-sdk-kms                     | 1.58.0       |
| forwardable                     | 1.2.0        |
| logger                          | 1.3.0        |
| date                            | 2.0.0        |
| stringio                        | 0.0.2        |
| ipaddr                          | 1.2.2        |
| openssl                         | 2.1.2        |
| zlib                            | 1.0.0        |
| mutex_m                         | 0.1.0        |
| ostruct                         | 0.1.0        |
| strscan                         | 1.0.0        |
| io-console                      | 0.4.7        |
| fileutils                       | 1.1.0        |
| etc                             | 1.0.1        |
| libxml-ruby                     | 3.2.1        |
| psych                           | 3.1.0        |

from fastlane.

emoonadev avatar emoonadev commented on April 27, 2024 1

Same issue since Xcode 14, any fix?

(Reopen the issue)

from fastlane.

fastlane-bot avatar fastlane-bot commented on April 27, 2024

It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env 👍

from fastlane.

Yefimchukv avatar Yefimchukv commented on April 27, 2024

Same happens to me after update. Manually selected XCode 13.4.1 (you actually need to download it) in Xcode 14 preferences temporary resolves an issue

image

from fastlane.

nicolabortignon avatar nicolabortignon commented on April 27, 2024

@MattSaedi

This is what I get when try to pod install the script that you added

pod install


Auto-linking React Native modules for target `Domus`: RNCAsyncStorage, RNCMaskedView, RNGestureHandler, RNReanimated, RNSVG, RNScreens, and react-native-safe-area-context

[!] Invalid `Podfile` file: [!] Specifying multiple `post_install` hooks is unsupported..

 #  from /Users/bortignon/dev/seedlabs/Luma/Domus/ios/Podfile:38
 #  -------------------------------------------
 #
 >    post_install do |installer|
 #      react_native_post_install(installer)
 #  -------------------------------------------

from fastlane.

copolycube avatar copolycube commented on April 27, 2024

@nicolabortignon make sure you only have 1 unique post_install hook in your Podfile

from fastlane.

skywalkerlw avatar skywalkerlw commented on April 27, 2024

I can see the similar issue on Xcode 14

[02:38:45]: $ set -o pipefail && xcodebuild -workspace TAA.xcworkspace -scheme WWW_Dev -destination 'generic/platform=iOS' -archivePath /Users/runner/Library/Developer/Xcode/Archives/2023-01-27/WWW_Dev\ 2023-01-27\ 02.38.45.xcarchive archive | tee /Users/runner/Library/Logs/gym/WWW_Dev-WWW_Dev.log | xcpretty
342
[02:39:00]: ▸     Run script build phase 'LocalInject' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
343
[02:39:00]: ▸     Run script build phase 'Run Swiftformat' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
344
[02:39:00]: ▸     Run script build phase 'Firebase' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
345
[02:39:00]: ▸     Run script build phase 'Update bundle setting app version' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
346
[02:39:00]: ▸     Run script build phase 'ResetLocalInject' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
347
[02:39:00]: ▸ ** ARCHIVE FAILED **
348
    Run script build phase 'LocalInject' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
349
    Run script build phase 'Run Swiftformat' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
350
    Run script build phase 'Firebase' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
351
    Run script build phase 'Update bundle setting app version' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
352
    Run script build phase 'ResetLocalInject' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'WWW_Dev' from project 'TAA')
353
** ARCHIVE FAILED **
354
[02:39:00]: Exit status: 65

from fastlane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.