Skip to content

Updating name doesn't work #155

@f2prateek

Description

@f2prateek

I accidentally used the wrong name when I was setting up CocoaPods. It seems that simply registering again with a new name should let me update it (

def self.find_or_initialize_by_email_and_update_name(email, name)
if owner = Owner.find_by_email(email)
owner.name = name unless name.blank?
owner
else
Owner.new(:email => email, :name => name)
end
end
), but doesn't seem to be working with CocoaPods 0.39.0.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions