Xcode 11.2 - Unable to install App file to device?

前端 未结 20 3018
半阙折子戏
半阙折子戏 2020-12-29 18:32

I recently updated my OS to Catalina, and updated Xcode to 11.2. Since doing so, when I try to run a release version of my app on my device, I\'m simply given the error:

20条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 19:05

    I got this issue resolved after a whole day of mental agony.

    For WebDriverAgentRunner package, WebDriverAgentRunner --> Build Settings --> Product Bundle Identifier --> Provide a custom bundle identifier name

    N.B: Copy the bundle identifier name you just provided.

    Move to WebDriverAgentRunner --> Info --> Bundle Identifier --> Provide here the bundle identifier name you just copied

    Follow the same step for the APP package you are trying to push.

    Clean build folder and start building and APP should get pushed without an issue. Tested on Xcode 11.7

提交回复
热议问题