error: Unable to resolve build file: XCBCore.BuildFile

前端 未结 18 2839
旧时难觅i
旧时难觅i 2020-12-14 13:49
error: Unable to resolve build file: XCBCore.BuildFile (missingTargetProductReference(\"3bf83096e50de72a94699e9afc1133ebe3512682230d04680075c283a974e273\")) (in targ         


        
18条回答
  •  -上瘾入骨i
    2020-12-14 14:55

    In my case, after trying all solutions in this question and some more (including updating Xcode 10.2 beta and even macOS), the only thing that worked was accessing the project bundle (right click > Show Package Contents) and remove everything except project.pbxproj:

    • project.xcworkspace
    • xcshareddata
    • xcuserdata

提交回复
热议问题