Description
Hi All,
- My Setting use XFramework.
- Build app and upload to apple store
2-1) Build with Always embed Switf Standard Libraries = NO
I have received msg from apple: **Please correct the following issues and upload a new binary to App Store Connect.
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.**
2-2) Build with Always embed Switf Standard Libraries = YES
I have received msg from apple: **Please correct the following issues and upload a new binary to App Store Connect.
ITMS-90429: Invalid Swift Support - The files libswiftDarwin.dylib, libswiftMetal.dylib, libswiftsimd.dylib, libswiftQuartzCore.dylib, libswiftos.dylib, libswiftObjectiveC.dylib, libswiftDispatch.dylib, libswiftCoreLocation.dylib, libswiftAccelerate.dylib, libswiftCoreGraphics.dylib, libswiftCoreFoundation.dylib, libswiftUIKit.dylib, libswiftCore.dylib, libswiftFoundation.dylib, libswiftCoreImage.dylib aren’t at the expected location /Payload/AIWin.app/Frameworks. Move the file to the expected location, rebuild your app using the current public (GM) version of Xcode, and resubmit it.**
- If remove implement tdlib then build and upload to apple success.
INFO: React native 0.74.3, xcode 16.2, MacOS Sequoia 15.3, libtdjson.xcframework 1.8.41
Pls help, thanks all!