Post

Replies

Boosts

Views

Activity

Reply to False Alert of non-public symbols from Security.framework
I also ran into this problem. The iOS build runs without problems, the Mac Catalyst version throws an error:ITMS-90338: Non-public API usage - The app references non-public symbols in Contents/Frameworks/Alamofire.framework/Versions/A/Alamofire: _SecCertificateCopyData, _SecCertificateCreateWithData, _SecPolicyCreateBasicX509, _SecPolicyCreateRevocation, _SecPolicyCreateSSL, _SecTrustCopyPublicKey, _SecTrustCreateWithCertificates, _SecTrustEvaluate, _SecTrustEvaluateWithError, _SecTrustGetCertificateAtIndex, _SecTrustGetCertificateCount, _SecTrustSetAnchorCertificates, _SecTrustSetAnchorCertificatesOnly, _SecTrustSetPolicies,The app references non-public symbols in Contents/Frameworks/GoogleUtilities.framework/Versions/A/GoogleUtilities: _SecTrustEvaluate,The app references non-public symbols in Contents/Frameworks/VK_ios_sdk.framework/Versions/A/VK_ios_sdk: _SecItemAdd, _SecItemCopyMatching, _SecItemDelete, _kSecAttrAccessible, _kSecAttrAccessibleAfterFirstUnlock, _kSecAttrAccount, _kSecAttrService, _kSecClass, _kSecMatchLimit, _kSecMatchLimitOne, _kSecReturnData, _kSecValueData,The app references non-public symbols in Contents/MacOS/Рынок Отношений: _SecItemAdd, _SecItemCopyMatching, _SecItemDelete, _SecItemUpdate, _kSecAttrAccessible, _kSecAttrAccessibleAfterFirstUnlock, _kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly, _kSecAttrAccessibleAlways, _kSecAttrAccessibleAlwaysThisDeviceOnly, _kSecAttrAccessibleWhenPasscodeSetThisDeviceOnly, _kSecAttrAccessibleWhenUnlocked, _kSecAttrAccessibleWhenUnlockedThisDeviceOnly, _kSecAttrAccount, _kSecAttrApplicationTag, _kSecAttrGeneric, _kSecAttrKeyType, _kSecAttrKeyTypeRSA, _kSecAttrService, _kSecClass, _kSecClassIdentity, _kSecClassInternetPassword, _kSecClassKey, _kSecMatchLimit, _kSecMatchLimitAll, _kSecMatchLimitOne, _kSecReturnAttributes, _kSecReturnData, _kSecReturnPersistentRef, _kSecValueData. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Feb ’20