Cannot run application on simulator after installing Xcode 11 - CFBundleVersion error

后端 未结 16 1489
梦毁少年i
梦毁少年i 2020-12-15 02:32

Yesterday, I\'ve downloaded beta version of Xcode 11. After that, I\'ve opened my project and tried to run with new Xcode. Unfortunately error has occurred with message:

16条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 03:35

    In Xcode Version 12.0 beta 3 I was having continuous problem launching the Simulator. I tried all the above mentioned techniques. Nothing worked. I solved by adding this property to the Info.plist: Bundle version string (short) and setting its value to 1.0 See Image Here

提交回复
热议问题