Giter VIP home page Giter VIP logo

Comments (6)

DivineDominion avatar DivineDominion commented on May 25, 2024

@CodeDoctorDE What's a CI build log with macOS still enabled to help figure out the problem?

from butterfly.

CodeDoctorDE avatar CodeDoctorDE commented on May 25, 2024

See here:

[  +15 ms] executing: which pod
[  +43 ms] executing: pod --version
[ +769 ms] 1.12.1
[   +2 ms] Running pod install...
[ +953 ms] Running pod install... (completed in 936ms)
[        ] CocoaPods' output:
           ↳
[        ]       Preparing

               Analyzing dependencies

               Inspecting targets to integrate
                 Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
               [!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`.

               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer/target_inspector.rb:108:in `compute_targets'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer/target_inspector.rb:40:in `compute_results'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:1197:in `block (3 levels) in inspect_targets_to_integrate'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:1195:in `each'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:1195:in `block (2 levels) in inspect_targets_to_integrate'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:1193:in `each'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:1193:in `block in inspect_targets_to_integrate'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/user_interface.rb:64:in `section'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:1188:in `inspect_targets_to_integrate'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer/analyzer.rb:107:in `analyze'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer.rb:422:in `analyze'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer.rb:244:in `block in resolve_dependencies'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/user_interface.rb:64:in `section'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer.rb:243:in `resolve_dependencies'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/installer.rb:162:in `install!'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/command/install.rb:52:in `run'
               /usr/local/lib/ruby/gems/3.0.0/gems/claide-1.1.0/lib/claide/command.rb:334:in `run'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/lib/cocoapods/command.rb:52:in `run'
               /usr/local/lib/ruby/gems/3.0.0/gems/cocoapods-1.12.1/bin/pod:55:in `<top (required)>'
               /usr/local/lib/ruby/gems/3.0.0/bin/pod:25:in `load'
               /usr/local/lib/ruby/gems/3.0.0/bin/pod:25:in `<main>'

[   +5 ms] "flutter macos" took 3,327ms.
[   +4 ms] Error running pod install
[   +2 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      CocoaPods._runPodInstall (package:flutter_tools/src/macos/cocoapods.dart:353:7)
           <asynchronous suspension>
           #2      CocoaPods.processPods (package:flutter_tools/src/macos/cocoapods.dart:171:7)
           <asynchronous suspension>
           #3      processPodsIfNeeded (package:flutter_tools/src/macos/cocoapod_utils.dart:43:30)
           <asynchronous suspension>
           #4      buildMacOS (package:flutter_tools/src/macos/build_macos.dart:78:3)
           <asynchronous suspension>
           #5      BuildMacosCommand.runCommand (package:flutter_tools/src/commands/build_macos.dart:62:5)
           <asynchronous suspension>
           #6      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1297:27)
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #8      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #9      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:339:9)
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #11     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:285:5)
           <asynchronous suspension>
           #12     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:115:9)
           <asynchronous suspension>
           #13     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #14     main (package:flutter_tools/executable.dart:90:3)
           <asynchronous suspension>


[  +12 ms] ensureAnalyticsSent: 0ms
[        ] Running 0 shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1
Error: Process completed with exit code 1.

https://github.com/LinwoodDev/Butterfly/actions/runs/6222166532/job/16885575308

from butterfly.

CodeDoctorDE avatar CodeDoctorDE commented on May 25, 2024

Okay I recreated the flutter project and now the build works.
Can anyone look if the app works on mac?
Please login at github, click here: https://github.com/LinwoodDev/Butterfly/actions/runs/6224949536
And download the "macos-build" artifact

from butterfly.

CodeDoctorDE avatar CodeDoctorDE commented on May 25, 2024

Okay, I will merge it now.
Then people can try it out and can give feedback

from butterfly.

Grunerd avatar Grunerd commented on May 25, 2024

2.0.0.8 (nightly) crashes instantly on macOS 13.5.2 (MacBook Pro 16", M1 Max, 64GB):
crashlog.txt

from butterfly.

CodeDoctorDE avatar CodeDoctorDE commented on May 25, 2024

Fixed

from butterfly.

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.