ios(SwiftUI)

XCode 15.0 업데이트 이후 발생한 이슈 해결 정리 (내가 볼거)

E.I.T.U 2023. 10. 12. 18:05

https://stackoverflow.com/questions/73847451/how-to-allow-loading-png-from-http-via-adding-nsexceptiondomains-in-ats

 

How to allow loading png from http via adding NSExceptionDomains in ATS?

in exercise https://github.com/Mairoslav/5networkAndGDC/tree/main/ImageRequest I would like to allow the jpg to be loaded from the web site with "http" scheme by adjusting

stackoverflow.com

https://kka3seb.tistory.com/1153

 

DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead 에러 해결

9월 12일부터 apple store에 app을 올리기 위해서는 xcode15RC에서 build를 해야 합니다. https://developer.apple.com/kr/news/?id=khzvxn8a 이제 최신 OS 릴리즈용 빌드를 App Store에 제출할 수 있습니다 - 최신 뉴스 - Appl

kka3seb.tistory.com