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

后端 未结 6 1390
花落未央
花落未央 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条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 13:46

    Do the following

    1. Delete .xcworkspace file
    2. Go to project build phases - delete Check Pods Manifest.lock and Embed Pods Framework section
    3. Remove Pods folder from the left project navigator
    4. Remove Pods folder from the project directory
    5. Delete everything related to pods except Podfile
    6. Do Pod install

    This should resolve the problem.

提交回复
热议问题