λ³Έλ¬Έ λ°”λ‘œκ°€κΈ°

🍎 iOS/Error Handling

[Error, Xcode] Xcode xconfig파일 "unable to open configuration settings file" μ—λŸ¬ 해결법

728x90

보톡 Clone ν–ˆμ„ λ•Œ λ°œμƒ

[μ—λŸ¬ λ‚΄μš©]

unable to open configuration settings file

+ Pods 파일(.xcconfig) 사라짐

+ Project > Info > Configuration > Based on Configuration File 에 λ‹€ μ—λŸ¬ ν‘œμ‹œκ°€ λ˜μ–΄μžˆμŒ..;; 


[Solution]

ν•΄λ‹Ή 폴더에 κ°€μ„œ μ•„λž˜ λͺ…λ Ήμ–΄λ‘œ pod μž¬μ„€μΉ˜

pod deintegrate
pod install


pod μž¬μ„€μΉ˜ ν›„ 정상 λ™μž‘ 확인

[κ΄€λ ¨ 링크]

 

Xcode 10 cannot build project because unable to find pods

After cloning Xcode project from github, I opened PROJECT_NAME.xcodeproj file with Xcode. (no Podfile is created and no pods are installed, obviously, this project does not need any pods to run).

stackoverflow.com

 

λ°˜μ‘ν˜•