Dev/Flutter

[Flutter] MacOS 업데이트 Xcode 업데이트... 또 빌드오류?!

healthyryu 2025. 3. 21. 22:42
'/Users/.../Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator18.2-22C146-07b28473f605e47e75261259d3ef3b5a.sdkstatcache' not found

 

또 MacOS, Xcode업데이트  하고나서.... Flutter 로 iOS 빌드를 시도하였으나 빌드가 되지 않았습니다.

검색해서 저와 유사한 사례를 찾았습니다

 

https://github.com/flutter/flutter/issues/164057

 

Device update for iPhone 16e in XCode breaks Flutter · Issue #164057 · flutter/flutter

Steps to reproduce Accessed XCode Settings/Components and under the section for Other Components, I chose the 'Update' button for Device Support for iPhone 16e Now I cannot build even a new Flutter...

github.com

 

해당 글 및 다른 글들을을 봤었는데 해당 이슈레이징 글의 댓글들에서 한가지 방법을 시도해봤는데 다행이 정상적으로 동작을 했습니다

 

https://stackoverflow.com/a/79120365/3897810

 

Xcode 16 and iOS 18 project not compiling

I updated Xcode and MacOS recently and haven't been able to compile my Flutter app on iOS devices/simulators since then. The error keeps changing every time I run it but here's one of the output in...

stackoverflow.com

 

Xcode -> File -> Workspace Settings...

Derived Data 에서 기존에 설정된 Default Location 에서 Workspace-relatrive Location 으로 바꿔주었습니다. 그러니 드디어 빌드 성공.... 휴.... 진짜 Xcode 는 업데이트 할때마다 겁이 나네요 ㅠ

반응형