Xcode, Pods ProjectName.debug.xcconfig unable to open file. Wrong directory

后端 未结 6 1392
花落未央
花落未央 2020-12-08 13:34

When I build project, I see build error: ProjectName.debug.xcconfig unable to open file. I couldn\'t understand my problem for a long time, but today I take att

6条回答
  •  萌比男神i
    2020-12-08 13:49

    I have encored with this solution...Here is how I solved

    Close Xcode, 
    run on terminal "pod install"
    open xcode,
    clean build folder and run again
    

提交回复
热议问题