orta / cocoapods-keys

A key value store for storing per-developer environment and application keys
MIT License
1.55k stars 92 forks source link

A pod key's value is returned wrong #152

Closed sasikiran closed 7 years ago

sasikiran commented 7 years ago

I have a strange issue. I think this worked correctly in v1.6.0 when I shipped an app with cocoapod-keys.

I have a key configured with value: bt@tE$@tE@#@$# However, when I print the key, it is showing this: bt@tEtE@#@0

I tried removing and re-adding the key number of times. It still returns me the wrong value.

Is there a workaround?

orta commented 7 years ago

This is really odd, can you verify it is what you think it is in the Keychain? ( should be something like "CocoaPods-Keys-project-keyname"

sasikiran commented 7 years ago

Thanks Orta. The issue was that there were multiple entries in the keychain. Removing all keys and re-adding fixed the issue.