Replies: 4 comments 2 replies
-
Hey @fvisticot, Can you please share the build ID with me? You can find it under your build details page's 'ID' section. Navigate to the 'Builds' section on the left-hand menu, select the build you want to view, and click the copy icon. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Tx you for your quick replay:
Build ID: 668863a2e3ee9165e5804d47
When I remove the generate: true from pubscpec.yaml it works fine
Regards
… On 8 Jul 2024, at 10:55, Himesh Panchal ***@***.***> wrote:
Hey @fvisticot <https://github.com/fvisticot>, Can you please share the build ID with me? You can find it under your build details page's 'ID' section.
> Navigate to the 'Builds' section on the left-hand menu, select the build you want to view, and click the copy icon.
—
Reply to this email directly, view it on GitHub <#2629 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABFQT5DLCVB2FF73OVY56LZLJHW7AVCNFSM6AAAAABKPFOJ3CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSOBVGAYDA>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
-
Hey all, did anyone fix this? I cannot get my items to compile. It acts like it works on most then fails in the end if I have over 5 svg's in a dir: Here is my test results:
(flutter run) FAILED
SUCCESS
FAILED
SUCCESS
SUCCESS
FAILED It transformed 11 items:
FAILED It transformed 9 of the items, INCLUDING item70.svg. This time, it "failed" at item 65.svg with same errors as above.
SUCCESS And that includes item65.svg and item70.svg
FAILED As always, it stops on a random SVG, so I do not think the file is the issue. This time it processed 7 out of 8 and died:
FAILED This time, it only finished 5 items out of 7. It is telling that the "finished" item count for a list of items (say 9 finished out of 10) can be HIGHER than the TOTAL number of items when it fails (for example, finished only 5 out of 7). Here is another clue: When I include ALL my dirs and items, about 200 items, it processes MOST of them, then eventually fails.
FAILED Processed 5 out of 6
SUCCESS!
FAILED So from my testing, > 5 items always fails. |
Beta Was this translation helpful? Give feedback.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I need to rebuild multiple time the workflow on CodeMagic to get it works (sometimes 5 times).
When it fails, I get this error:
pubspec.yaml
Expected results
Compilation OK
Actual results
Target aot_android_asset_bundle failed: Error: User-defined transformation of asset "/Users/builder/clone/assets/svgs/logo-tibib.svg" failed.
Transformer process terminated with non-zero exit code: 255
Transformer package: vector_graphics_compiler
Full command: /Users/builder/programs/flutter/bin/cache/dart-sdk/bin/dart run vector_graphics_compiler --input=/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/flutter_tools.aB9YxI/logo-tibib.svg-transformOutput0.svg --output=/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/flutter_tools.aB9YxI/logo-tibib.svg-transformOutput1.svg
stdout:
stderr:
The ".dart_tool/package_config.json" file is not recognized by "pub" version, please run "dart pub get".
The ".dart_tool/package_config.json" file is not recognized by "pub" version, please run "dart pub get".
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions