Core Data sqlite 파일 위치 찾기

이지수·2023년 8월 4일
0

Swift학습

목록 보기
11/14

코드

// Use this for inspecting the Core Data
if let directoryLocation = FileManager.default.urls(for: .libraryDirectory, in: .userDomainMask).last {             
	print("Documents Directory: \(directoryLocation)Application Support")       
}

출처

https://stackoverflow.com/questions/10239634/how-can-i-check-what-is-stored-in-my-core-data-database

profile
iOS 개발자 꿈나무

0개의 댓글