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

后端 未结 16 1420
醉梦人生
醉梦人生 2020-12-15 02:50

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:30

    Adding onto this, I noticed that if your CFBundleVersion does not spec out to:

    This key is a machine-readable string composed of one to three period-separated integers, such as 10.14.1. The string can only contain numeric characters (0-9) and periods. it will not build on simulator

    link

提交回复
热议问题