Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

ClearKeychainIfNecssary() function getting failed #66

Open
crosswin-ecgroup opened this issue Dec 2, 2021 · 3 comments
Open

ClearKeychainIfNecssary() function getting failed #66

crosswin-ecgroup opened this issue Dec 2, 2021 · 3 comments

Comments

@crosswin-ecgroup
Copy link

crosswin-ecgroup commented Dec 2, 2021

While try make the iOS build. I'm getting error on the ClearKeychainIfNecssary() function.

image_2021_12_02T16_47_55_066Z-1__01.png

@jll90
Copy link

jll90 commented Dec 3, 2021

Same here, when trying to archive project

@crosswin-ecgroup
Copy link
Author

crosswin-ecgroup commented Dec 3, 2021

Same here, when trying to archive project
@jll90

I fixed the issue,

Move the ClearKeychainIfNecessary function definition out of the if condition.

Screenshot_20211204-014708.jpg

@jll90
Copy link

jll90 commented Dec 4, 2021

Excellent. My code was nested inside a debug if statement, so the compiler must not have seen it. I can attest that the above solution works!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants