shorebirdtech / docs

The shorebird docs site
https://docs.shorebird.dev
MIT License
9 stars 21 forks source link

docs: Add a page which explains asset changes #162

Closed eseidel closed 10 months ago

eseidel commented 11 months ago

From a customer:

hello, i am getting error with shorebird This is the information that I can give you

✓ Verifying patch can be applied to release (4.0s)
[WARN] The release artifact contains asset changes, which will not be included in the patch.
    Added files:
        base/assets/flutter_assets/assets/images/bg_button_disable.png
    Changed files:
        base/assets/flutter_assets/AssetManifest.bin
        base/assets/flutter_assets/AssetManifest.json
        base/assets/flutter_assets/fonts/MaterialIcons-Regular.otf
Continue anyways? (y/N) Yes
Creating artifact for E:\Source\finplus\build\app\intermediates\stripped_native_libs\devRelease\out\lib\arm64-v8a\libapp.so
[Process.run] C:\Users\Admin.shorebird\bin\cache\artifacts\patch\patch C:\Users\Admin\AppData\Local\Temp\cbc58a5\artifact E:\Source\finplus\build\app\intermediates\stripped_native_libs\devRelease\out\lib\arm64-v8a\libapp.so C:\Users\Admin\AppData\Local\Temp\27462852\diff.patch
✗ Exception: Failed to create diff:  (0.1s) 

Eric:

We should probably add a documentation page for that error. But what it means is that you added an image and changed your use of a font. Two things we can’t yet update with shorebird. https://github.com/shorebirdtech/shorebird/issues/318

(https://discord.com/channels/1030243211995791380/1125516353370075306/1162274291073695835)