1

I have my code from my other machine, which is working without pod install, but after pod install it gives me following error

error: /Users/UserName/Documents/MyApp/Target Support Files/Pods-MyApp/Pods-MyApp.debug.xcconfig: unable to open file (in target "MyApp" in project "MyApp") (in target 'MyApp')

Tried pod deintegrate and pod init again given in this link, deleted Podfile.lock and Pod folder.

pod --version 1.7.4

Xcode - 10.2

Cœur
  • 37,241
  • 25
  • 195
  • 267
Dinesh Kachhot
  • 385
  • 5
  • 15

1 Answers1

2

This answer helped:

  1. “pod deintegrate”
  2. “sudo gem install cocoapods-clean”
  3. “pod clean”
  4. Open the project and delete the “Pods” folder that should be red
  5. “pod setup”
  6. “pod install”
Pang
  • 9,564
  • 146
  • 81
  • 122
Dinesh Kachhot
  • 385
  • 5
  • 15