Xcode error: Failed to launch simulated application

前端 未结 17 2134
走了就别回头了
走了就别回头了 2020-12-16 03:21

Problem

Unlike people have asked at here and here, I got this error after a brand new installation of Leopard (hackintosh), this problem really driving me crazy a

17条回答
  •  暖寄归人
    2020-12-16 03:56

    This ends up being a product name issue:

    The fix is to revert back to

    ${EXECUTABLE_NAME} ${PRODUCT_NAME}

    for the executable file and com..${PRODUCT_NAME} in the info.plist.

    Clean XCode, Quit, rese and quit simulator and you're good to go.

提交回复
热议问题