iOS simulator: could not hardlink copy. Wrong path in my filesystem?

前端 未结 11 1077
日久生厌
日久生厌 2021-01-07 22:48

I am using Xcode Version 6.1 (6A1052d)

I am trying to launch an app on the simulator.

The first time it always works fine. If I want to launch a second time,

11条回答
  •  难免孤独
    2021-01-07 22:53

    Find the InfoPlist.strings files. And check if the version of "CFBundleShortVersionString" = "1.1"; coincides with the version of your app in Info.plist

提交回复
热议问题