Skip to content

Flutter macOS app failed publishing to App Store Connect #1498

Closed Answered by icarusdust
korenminchev asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @korenminchev, looks like it is about the incorrect *.frag shader file permissions: flutter/flutter#108737
In order to tackle it, you can either in Xcode custom script or in Codemagic post-build (after the build command is complete) script can add the following bits:

chmod 0644 "$TARGET_BUILD_DIR/$FULL_PRODUCT_NAME/Contents/Frameworks/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag"
chmod 0644 "$TARGET_BUILD_DIR/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag"

Let me know if it helps.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@korenminchev
Comment options

@icarusdust
Comment options

@korenminchev
Comment options

Answer selected by korenminchev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants