-
Geting the following error during
Here's the
And the
|
Beta Was this translation helpful? Give feedback.
Answered by
himesh-cm
Apr 10, 2023
Replies: 1 comment 1 reply
-
Hi @gperl27 It seems Can you please use the below change to your
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gperl27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gperl27
It seems
.xcodeproj
for theEncryptedStorage
is being code signed instead of the actual project.Can you please use the below change to your
xcode-project
use-profile command?xcode-project use-profiles --project ios/*.xcodeproj
re-run the build, and let us know how it goes.