24.09 Release - AWSNativeSDK 1.11.288-rev2-ios contain _CCCryptor* private Apple APIs #18514
Labels
kind/bug-2409
Used for stabilization/24.09 issues
priority/critical
Critical priority. Must be actively worked on as someone's top priority right now.
sig/network
Categorizes an issue or PR as relevant to SIG Network.
Bug Description
The AWSNativeSDK 1.11.288 rev2 iOS 3rd Party package contains the following private Apple APIs, causing build submissions to fail:
_CCCryptorGCMAddAAD
_CCCryptorGCMAddIV
_CCCryptorGCMFinal
The following message is generated during submission:
Assets-Required
None
Steps to Reproduce
Expected Behavior
The private Apple APIs should not be found
Actual Behavior
$ nm -a libaws-c-cal.a | grep Crypto
U _CCCryptorCreateWithMode
U _CCCryptorFinal
U _CCCryptorGCMAddAAD
U _CCCryptorGCMFinalize
U _CCCryptorGCMSetIV
U _CCCryptorRelease
U _CCCryptorUpdate
Screenshots/Videos
None
Found In Branch
Tag: 2409.1
Commit ID From
5bb3ec5
Desktop/Device
Mac, iOS Packages.
Additional Context
No response
The text was updated successfully, but these errors were encountered: