-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RuntimeError - A key/value pair in the application keychain is nil. #197
Comments
Anyone figure out a solution to this? I just encountered it today. cocoapods-core (1.8.0) |
This appears to be a duplicate of #67. However, I'm still not clear on how to resolve this issue. |
Update: I figured out how to resolve this issue. :) This error occurs when there are keys in the project that do not have values set for them (e.g. they were removed from the keychain directly, instead of via To fix this, run
Then, set ( Maybe it would be good to remove null keys from a project automatically during |
I'm a big +1 to the idea of listing orphaned keys during |
Hey, it's so strange (maybe I did not read all documentation) that when I use;
It throws same error so I delete all keys as @dtrenz said before in this thread then changed it to
It worked for me and parsed well. |
@dtrenz Your solution works great 😄 Thanks! |
@eliakorkmaz These key names are used to generate Objective-C properties, and a dash is not a valid character for those. Definitely a good idea for a warning here. |
When removing keys from the Podfile, a runtimeerror has occured.
Command
Report
Stack
Plugins
Podfile
Error
The text was updated successfully, but these errors were encountered: