ios

Xcode 15.3 issue - Invalid Bundle, app archive validation fail

손모험 2024. 3. 27. 15:04

앱 배포를 위한 아카이브 도중, 밸리데이션 오류가 발생했다.

Xcode 15.3 (15E204a) 버전에서 앱 아카이브 시 info plist, deployment target 관련 문제로 아래와 같은 에러가 발생한다.

- Asset validation failed (90208) Invalid Bundle. The bundle ~.framework does not support the minimum OS Version specified in the Info.plist.
- Asset validation failed Invalid Bundle. The bundle ~.framework does not support the minimum OS Version specified in the Info.plist.

 

다양한 sdk 들에서 발생하고 issue 가 공유되어 있다.

 

https://github.com/firebase/firebase-ios-sdk/issues/12505

 

xCode 15.3 build for macOS results in invalid binary · Issue #12505 · firebase/firebase-ios-sdk

Description With xCode 15.3 builds my app targeting macCatalyst results in invalid binary after many hours of processing in App Store connect, there is no log detail showing the failure reason but ...

github.com

https://github.com/google/GoogleAppMeasurement/issues/62

 

Xcode 15.3: App archive fails validation due to invalid plist file · Issue #62 · google/GoogleAppMeasurement

When building our app for Archive using Xcode 15.3 the app fails the validation stage on App Store Connect due to problems with the framework's Info.plist file. Our app is targeting iOS and has a d...

github.com

https://github.com/AppsFlyerSDK/AppsFlyerFramework/issues/263

 

App archive fails validation due to invalid plist file on Xcode 15.3 · Issue #263 · AppsFlyerSDK/AppsFlyerFramework

Report SDK Version 6.13.0 What did you do? Build for archive and validated on App Store Connect What did you expect to happen? Archive to pass validation What happened instead? Archive failed valid...

github.com

https://devtalk.kakao.com/t/appstore-minimum-os-version/135747

 

[AppStore] 테스트플라이트 아카이브 안됨(minimum OS Version 관련)

문의 시, 사용하시는 SDK 버전 정보와 디벨로퍼스 앱ID를 알려주세요. 현재 사용 SDK 버전 - 2.21 제가 현재 엑스코드에서 테스트플라이트를 위해 아카이브를 했는데 아래와 같은 에러가 계속 뜹니

devtalk.kakao.com