Galeas / CocoaPodUI

XCode plugin that implements CocoaPods GUI.
578 stars 58 forks source link

Can not read Podfile #26

Closed tranngoclinh88 closed 9 years ago

tranngoclinh88 commented 9 years ago

Hi @Galeas

I create new project and open CocoapodUI. The CreatePodController is showed for me to create new Podfile. After that, I add a pod and install. When finish, project open the workspace and I open CocoapodUI again. Nothing is displayed in list installed pod.

Note: I still do not open the Podfile.

Galeas commented 9 years ago

@tranngoclinh88 sorry, can't reproduce it. Can you attach the created Podfile?

tranngoclinh88 commented 9 years ago

Here you are: https://www.mediafire.com/?6x4gwla48fymei3 I still do not open it since creating.

Galeas commented 9 years ago

Why it's .txt? CocoaPodUI creates file strictly as "Podfile" without any extensions. I've just removed extension and all is works. 2014-11-07 12 44 26

tranngoclinh88 commented 9 years ago

Maybe the extension is added when uploading to mediafire. I swear that I don't open it since creating. After install a pod, I reopen the CocoapodUI and it's happen.

tranngoclinh88 commented 9 years ago

I can install pods from terminal by call: pod install. And my Podfile does not have any extension.

tranngoclinh88 commented 9 years ago

Hi @Galeas I found that this issue happens when I updated ruby gem and cocoa pod pre-version. But I don't know how to fix. :(