xcode 6 pch.file not found

前端 未结 9 1891
野的像风
野的像风 2020-12-07 12:37

I load my project from xcode 5 to xcode 6 and see error myProject-prefix.pch is not found in myProjectTests, I add this file and see new error

Ld /Users/will         


        
9条回答
  •  春和景丽
    2020-12-07 12:50

    Generate a new pch file. Name the file as Demo-Prefix.Pch Go to targets - Build Settingslike the screenshot problem solved exactly

提交回复
热议问题