Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The operation couldn't be completed(OSStatus error -25308) #91

Open
cvinodhkumar77 opened this issue Jan 2, 2020 · 1 comment
Open

Comments

@cvinodhkumar77
Copy link

I have different bundle identifier for different environment. For example com.app.appname.qa for QA env and com.app.appname.stage for Stage env

The App works perfectly fine when I have only one app with any of the bundle id mentioned above. When I try to install another app with another bundle id, I am getting an error mentioned below in the App which installed first, the second one works fine

"The operation couldn't be completed(OSStatus error -25308)"

And when I uninstall the newly installed one, the previous one works

I found that this error may occur when I try to access keychain when the device locked but apparently my device not locked when accessing the plugin/keychain

Am I doing anything wrong here. Please help. TIA

@Hyumiris
Copy link

I am currently struggling with the exact same problem.

Interestingly this problem does not appear when i use the same app ids for minimal apps that only use this plugin. Therefore this problem might be a compatibility problem with other plugins.

Could you please post a list of all other plugins you use so i can try and see if there are any good candidates?

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

No branches or pull requests

2 participants