Thomas
09/30/2023, 10:26 PMembedAndSignAppleFrameworkForXcode
task is broken. Instead of only copying the kotlin framework it also copies the dsym file. That causes the following error when uploading to the store:
Asset validation failed (90432) Unexpected file found in Frameworks. The "HueEssentials.app/Frameworks/common.framework.dSYM" file is in the Frameworks directory, but the Swift runtime libraries are the only files permitted in that directory. Please remove this file and upload a new build.
embedAndSignAppleFrameworkForXcode
task:
rm -r $TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH/common.framework.dSYM
Now the app is accepted by the app store.Edoardo Luppi
10/02/2023, 11:58 AMa-dd
10/12/2023, 1:52 PM