Skip to content

platform-ios run iOS getProductName broken in xCode 12 #1282

@fuchstim

Description

@fuchstim

Description

xCode 12 is escaping equal signs in the build output that is parsed here, this regex will not match the new format:

const productNameMatch = /export FULL_PRODUCT_NAME="?(.+).app"?$/m.exec(

Example of the relevant line in xCode 12 build output:

export FULL_PRODUCT_NAME\=AppName.app

Current Regex: /export FULL_PRODUCT_NAME="?(.+).app"?$/m
Working Regex: /export FULL_PRODUCT_NAME\\?="?(.+).app"?$/m

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