Post

Replies

Boosts

Views

Activity

Comment on Xcode cloud builds are failing
After making these changes, I am having an another issue Error: Could not find node. Make sure it is in bash PATH or set the NODE_BINARY environment variable in Xcode cloud in the step Run xcodebuild build. Additional info, its exactly in the step === BUILD TARGET FBReactNativeSpec OF PROJECT Pods WITH CONFIGURATION Debug ===
Sep ’22
Comment on truncatedASN1Field Error
Thank you for changing to the relevant tags, Yes that is what exactly I am doing. To elaborate, I am encrypting the data in Device A by using SecKeyCreateEncryptedData with device B's P256 PublicKey and decrypting in device B by using SecKeyCreateDecryptedData with device B's P256 PrivateKey.
Sep ’22
Comment on truncatedASN1Field Error
I am using these P256 Signing keypair's public key with the combination of SecKeyCreateEncryptedData and with the Algorithm eciesEncryptionStandardX963SHA512AESGCM for encryption and I am trying to decrypt in the same way. Please refer this https://swiftfiddle.com/6nx5itskhfg5jbtywruoj64kpm for the example
Aug ’22