ricobeck / KFCocoaPodsPlugin

XcodePlugin for CocoaPods with pod commands/console output, user notifications & code completion.
http://kfi-apps.com/plugins/kfcocoapodsplugin/
800 stars 53 forks source link

Dealing with Alcatraz and CocoaPods #26

Open angerman opened 10 years ago

angerman commented 10 years ago

I think this is a two part problem. See also the issue here: https://github.com/supermarin/Alcatraz/issues/140

Should alcatraz allow cocoa pods dependencies? If so KFCocoaPodsPlugin should not change. If alcatraz though should not depend on CocoaPods, KFCocoaPodsPlugin would need to change to include the Pods in the repo such that running cocoa pods is not required.

In anycase https://github.com/supermarin/Alcatraz/issues/140 must be resolved first, as KFCocoaPodsPlugin depends on being built as a workspace.

ricobeck commented 10 years ago

There is a conversation about how to deal with the situation at https://github.com/supermarin/alcatraz-packages/pull/69.

angerman commented 10 years ago

Great thanks! I didn't see that one. As is, it mean we cannot install KFCocoaPodsPlugin through Alcatraz right?

ricobeck commented 10 years ago

Yes, sad but true. I hope there will be a solution soon.

supermarin commented 10 years ago

@ricobeck i recommend vendoring stuff manually (at least in a branch) for now, and avoiding CocoaPods until we support binary distribution. I'll put it on the priority list.