Code Monkey home page Code Monkey logo

Comments (2)

burakkilic41 avatar burakkilic41 commented on July 19, 2024

I used command bellow for resign the app, but I got an error again.

fastlane sigh resign app.ipa --signing_identity ‘xxx’ -p xxx.xxx.xxx=xxx.xxx.xxx.mobileprovision -p xxx.xxx.xxx.xxx=xxx.xxx.xxx.xxx.mobileprovision --verbose

13:52:21 [13:52:21]: �[33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile�[0m
13:52:22 �[35m/usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/assets/resign.sh app.ipa xxxxxxxxxxCertificateId -p xxx.xxx.xxx=/Users/burak/xxx.xxx.xxx.mobileprovision -p xxx.xxx.xxx.xxx=/Users/burak/xxx.xxx.xxx.xxx.mobileprovision -v app.ipa�[0m
13:52:22 ls: _floatsignTemp/Payload/: No such file or directory
13:52:22 find: _floatsignTemp/Payload/: No such file or directory
13:52:22 Expected file does not exist: '_floatsignTemp/Payload//Info.plist'
13:52:22 Specified provisioning profile: '/Users/burak/xxx.xxx.xxx.mobileprovision' for bundle identifier: ‘xxx.xxx.xxx’
13:52:22 Specified provisioning profile: '/Users/burak/xxx.xxx.xxx.xxx.mobileprovision' for bundle identifier: ‘xxx.xxx.xxx.xxx’
13:52:22 Original file: 'app.ipa'
13:52:22 Certificate: 'xxxxxxxxxxCertificateId'
13:52:22 Output file name: 'app.ipa'
13:52:22 Removing previous temporary directory: '_floatsignTemp'
13:52:22 ERROR [2024-06-07 13:52:22.61]: �[31mSomething went wrong while code signing app.ipa�[0m
13:52:22 /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in user_error!': �[31m[!] Failed to re-sign .ipa�[0m (FastlaneCore::Interface::FastlaneError) 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in method_missing'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/resign.rb:14:in run' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/commands_generator.rb:119:in block (2 levels) in run'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in call' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in run'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in run_active_command' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in run!'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in run!' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/commands_generator.rb:140:in run'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/commands_generator.rb:17:in start' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane/lib/fastlane/cli_tools_distributor.rb:115:in take_off'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/bin/fastlane:23:in <top (required)>' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/bin/fastlane:25:in load'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/bin/fastlane:25:in <main>' 13:52:22 /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in user_error!': Failed to re-sign .ipa (FastlaneCore::Interface::FastlaneError)
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in method_missing' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/resign.rb:14:in run'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/commands_generator.rb:119:in block (2 levels) in run' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in call'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in run' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in run_active_command'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in run!' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in run!'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/commands_generator.rb:140:in run' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/sigh/lib/sigh/commands_generator.rb:17:in start'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/fastlane/lib/fastlane/cli_tools_distributor.rb:115:in take_off' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/gems/fastlane-2.220.0/bin/fastlane:23:in <top (required)>'
13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/bin/fastlane:25:in load' 13:52:22 from /usr/local/Cellar/fastlane/2.220.0/libexec/bin/fastlane:25:in

'

from fastlane.

cergfix avatar cergfix commented on July 19, 2024
13:52:22 ls: _floatsignTemp/Payload/: No such file or directory
13:52:22 find: _floatsignTemp/Payload/: No such file or directory
13:52:22 Expected file does not exist: '_floatsignTemp/Payload//Info.plist'

Could you check that the app.ipa is not corrupted? Try unzippping the app.ipa (just unzip app.ipa) and check if it results in a normal file/directory structure with Payload/*.app/Info.plist all present?

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.