IOS
xcode pod 파일들이 엉켰을때..
행복한 수지아빠
2017. 6. 29. 17:27
반응형
- close Xcode
- Console:
rm -rf Pods/ Podfile.lock
pod install
- Open project in Xcode
- Menu: Product -> Clean
- 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?
반응형