Skip to content

[iOS] Copy Moko-resources build step on CI triggers linkDebugFrameworkIosArm64 #834

@andreymosin

Description

@andreymosin

Hello, we are experiencing weird behavior of Copy moko resources step while building app on CI via fastlane. For whatever reason it triggers linkDebugFrameworkIosArm64 gradle task again which results in 12 min of extra build time

Issue does not appear when working with XCode.

Build step script is:

./gradlew -p "${SRCROOT}/../../" :shared:umbrella:copyFrameworkResourcesToApp \
    -Pmoko.resources.PLATFORM_NAME="$PLATFORM_NAME" \
    -Pmoko.resources.CONFIGURATION="$KOTLIN_FRAMEWORK_BUILD_TYPE" \
    -Pmoko.resources.ARCHS="$ARCHS" \
    -Pmoko.resources.BUILT_PRODUCTS_DIR="$BUILT_PRODUCTS_DIR" \
    -Pmoko.resources.CONTENTS_FOLDER_PATH="$CONTENTS_FOLDER_PATH"

Version on Moko-resources is 0.24.5

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions