Swfit98 Multiple-commands-produce-Error 해결방법 Xcode는 업데이트하면 항상 좀 앓는 것 같다,, Multiple-commands-produce-Error 해결방법 아래 블로그에서 참고! https://zetal.tistory.com/entry/Multiple-commands-produce-Error-%ED%95%B4%EA%B2%B0%EB%B2%95 Multiple commands produce Error 해결법 외부 라이브러리를 포함한 프로젝트를 다운로드 받았을때 종종 Multiple commands produced 에러를 보실 수 있습니다. 같은 파일명이 생겨서 나는 에러라고 합니다 해결법은 아래와 같습니다. 오류 문 zetal.tistory.com 2022. 12. 18. I cant find push notifications in xcode https://developer.apple.com/forums/thread/127698 I cant find push notifications in … | Apple Developer Forums I have trouble finding the capability push notifications in xcode 11. am I missing something is this in the developer program ? developer.apple.com Automatically manage signing 언체크하기! 2022. 12. 18. ReactorKit 기본 개념 ReactorKit이란 reactive하고 단방향의 흐름을 갖는 Swift application 설계를 돕는 프레임워크 입니다. 사용하는 사람마다 다르게 받아드린다는 MVVM 패턴을 좀 더 정형화하여 일관된 형태로 개발을 할 수 있도록 도와주는 프레임워크로 알고 있습니다. 🏷 Reactive programming이란? In computing, reactive programming is a declarative programming paradigm concerned with data streams and the propagation of change. - Wikipedia 변화의 전파와 데이터 흐름과 관련된 선언적 프로그래밍 패러다임으로, 데이터가 변경 될 때 마다 이벤트를 발생시켜서 데이터를 계속적으로 .. 2022. 12. 11. lottie-ios dataCorrupted error Lottie를 cocoapod를 이용해서 설치하고 사용하려는데, 특정 json 파일 parsing 시에 dataCorrupted error 가 발생했습니다. Swift.DecodingError.Context Cannot initialize TextJustification from invalid Int value 6... 대략 이런 종류의 에러였습니다. 에러 코드를 검색해봐도 시원한 답변이 나오지 않아서 고민하던 차에, version을 낮추어 보라는 이야기를 보게되었습니다. Lottie 설치 당시에는 3.2.3 버전으로 설치가 되었던 것을 2.5.3으로 낮추어 주었더니 해결이 되었습니다. JSON 자체를 수정할 수도 있다지만, 너무 방대한 데이터이기도 하고 어떤 부분을 어떻게 고쳐야할 지 몰라서 그냥 버전.. 2022. 12. 8. Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" 에러 해결 방법 회사 서비스를 만드는데, 간혹가다 아래와 같은 (무시무시한) 에러가 발생하곤 했습니다. 🥹 아직 XCode 에러 보는 게 익숙치 않은 것인지 모르겠지만 IntelliJ 보다 에러에 대한 설명이 좀 이해하기 어려운 느낌입니다. 2022-12-02 19:00:04.318481+0900 [30255:13156019] Task . finished with error [-1002] Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSLocalizedDescription=unsupported URL, NSErrorFailingURLStringKey=nil, NSErrorFailingURLKey=nil, _NSURLErrorRelatedURL.. 2022. 12. 2. 날짜 사이 일수 구하기 let createdDate = "2022-10-31T04:10:30.345784" Calendar.current.dateComponents([.day], from: createdDate.toDate() ?? Date(), to: Date()).day! createdDate과 현재 시점의 날짜 사이의 일수를 구할 수 있는 방법입니다. Date()은 현재 시점의 date 정보를 나타냅니다. 2022. 12. 2. 이전 1 ··· 7 8 9 10 11 12 13 ··· 17 다음 반응형