[펌] ITMS-90427: Invalid Swift Support
found a solution here https://forum.unity.com/threads/2019-3-validation-on-upload-to-store-gives-unityframework-framework-contains-disallowed-file.751112/ specifically from reply #38 from a user called Melnikovv
[In XCode]
Set yes on Always Embed Swift Standard Libraries in target Unity-iPhone in Build Settings.
Set no on Always Embed Swift Standard Libraries in target UnityFramework in Build Settings.
This worked for me.
I also had another issue with Unity In App Purchasing that required me to downgrade to version 3.1.0. I think that is an unrelated issue but I'm putting it here just in case.
Hope this helps someone
[출처] https://github.com/googleads/googleads-mobile-unity/issues/2126
と、思ったのですが、アップロードの過程でリジェクトされていました。
”ITMS-90427: Invalid Swift Support – The expected dylibs are missing from the app’s Framework location, such as /Payload/●●●.app/Frameworks.”とメールが来てました。
どこか設定がわるかったのかもしれません。
結局、Always Embed Swift Standard Librariesの項目を、Unity-iPhone、Unity-iPhoneTest、UnityFrameworkの全てで、”No”にしたところ、全てアップロードまでスムーズに通りました。
'Unity3D > iOS' 카테고리의 다른 글
[펌] PostProcessBuild에서 PodFile 수정 방법 (0) | 2022.11.18 |
---|---|
[펌] [Xcode] Set 'Always Embed Swift Standard Libraries' in PostProcess (0) | 2022.11.17 |
[펌] ERROR ITMS-90206: "Invalid Bundle. (0) | 2022.11.16 |
[링크] [iOS 앱스토어 리젝] 애플 로그인 텍스트 | 애플 로그인 디자인 가이드 (0) | 2022.11.09 |
[Pod] [!] Error installing FBAudienceNetwork (0) | 2022.11.09 |