'Build input file cannot be found' Swift 4.2, Xcode 10.0

前端 未结 26 2148
忘掉有多难
忘掉有多难 2021-01-30 10:16

I am getting the following error when building in Xcode 10.0 with swift 4.2:

26条回答
  •  一向
    一向 (楼主)
    2021-01-30 10:41

    For me this worked:

    Click the app name under TARGETS

    Build Settings -> Packaging -> Info.plist File
    

    There change the file location of the Info.plist File to the new location.

    DemoApp/Info.plist to DemoApp/Assets/Info.plist
    

提交回复
热议问题