Same problem here! An app and one In-App Purchases item have been approved but 2 subscriptions are Waiting for Review status.
Post
Replies
Boosts
Views
Activity
Same problem here on iOS 13.x.
Work OK after building with Xcode 14.2.
Recently, I’ve started receiving the following error when submitting a new app version:
ITMS-90863: Macs with Apple silicon support issue - The app links with libraries that aren’t present in macOS:
/usr/lib/swift/libswiftCloudKit.dylib
This has led to my app (previously available on the Mac App Store as “Designed for iPad”) no longer being downloadable on macOS.
Recent Changes:
No updates were made in the code related to CloudKit or other libraries.
Upgraded to macOS 15.0, then 15.1, and Xcode 16.0, then 16.1.
Problem:
I’ve tried clearing the build folder, adding libswiftCloudKit.tbd, and adjusting the LSMinimumSystemVersion value, but the issue persists.
The message lacks specific guidance on the issue or resolution. I’ve reviewed project settings but found nothing relevant. Any help or similar experiences would be appreciated!
Thanks!