에러3 SDK version issue. This app was built with the iOS 17.4 SDK. All iOS and iPadOS apps must be built with... 에러 해결법 개인적으로 XCode Cloud를 이용해서 굉장히 편리하게 CI/CD를 하고 있습니다.최근에 오랜만에 앱을 업데이트 하려고 archive하던 중에 아래와 같은 에러를 마주치게 되었습니다.SDK version issue. This app was built with the iOS 17.4 SDK. All iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution. 저는 분명히 Xcode 16.X를 사용하고 있기 때문에 생길 수 없는 문제인데, 이상하다 싶었습니다. 그.. 2025. 8. 7. SPM 사용 시 XCTest에도 library 추가하기 Firestore와 FirebaseAuth를 사용하게 되어, TDD를 해보려는데 아무런 코드도 추가하지 않은 Test 파일 빌드가 되지 않았다. 알고보니 Project Target에 추가해 둔 Firebase 관련 라이브러리들이 Test Target에는 추가가 되지 않아서 발생하는 문제였다. 아래와 같은 에러가 발생 Test Target에 라이브러리를 추가하는 방법은 원하는 Target 선택 > Build Phases > Link Binary With Libraries 에 필요한 package들 추가 해주면 된다. Package 추가할 때 project target에 추가된 package를 정확히 추가해주어야 한다. 그렇지 않으면 계속 에러가 발생한다. 내 경우는 FirebaseStorage 패키지 대신.. 2023. 5. 6. Hibernate에러: object references an unsaved transient instance - save the transient instance before flushing 두번 정도 마주친적이 있는 object references an unsaved transient instance - save the transient instance before flushing 에러인데, 어떤 에러이고 어떻게 해결할 수 있는지 알아보려고 합니다. org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.TransientPropertyValueException: //(1) object references an unsaved transient instance - save the transient instance before flushing : com.codestates.order.entity.OrderCoffee.o.. 2022. 7. 14. 이전 1 다음 반응형