IOS

xcode pod 파일들이 엉켰을때..

행복한 수지아빠 2017. 6. 29. 17:27
반응형
  1. close Xcode
  2. Console:
rm -rf Pods/ Podfile.lock
pod install
  1. Open project in Xcode
  2. Menu: Product -> Clean
  3. Build or Run project.
    If it is not work, then you have same other issue. Or are you have warning about file "Pods-MyProject.debug.xcconfig" too?


반응형