bonzoq / hniosreader

Hacker News API-Based iOS Reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build the project

lrusnac opened this issue · comments

commented

Hi, I'm trying to build your project as I want to add some features to this awesome project but when I try to build it I have an error. I have installed Cocoa Pods but it's my first use of it. I setted it up, updated and run the command: pod install into the project home, no errors. In Xcode I have this:
schermata 2014-12-22 alle 15 57 06

do you know where the problem can be? it's the first time I'm using pods

commented

pod install screen:
schermata 2014-12-22 alle 16 02 31

blockquote {padding-left: 1ex; margin: 0px 0px 0px 0.8ex; border-left: #cccccc 1px solid;} p {margin: 0px;padding: 0px;}
Hi Leonid,
 
when you install pods you should open the .xcworkspace file instead of the old .xcproject file.
 
Hope that helps.
 
Greetings
Marcin
 
Dnia Poniedziałek, 22 Grudnia 2014 16:02 Leonid notifications@github.com napisał(a)

Hi, I'm trying to build your project as I want to add some features to this awesome project but when I try to build it I have an error. I have installed Cocoa Pods but it's my first use of it. I setted it up, updated and run the command: pod install into the project home, no errors. In Xcode I have this:
do you know where the problem can be? it's the first time I'm using pods
—Reply to this email directly or view it on GitHub.
 

Pozdrawiam
Marcin Kmieć

commented

great, thanks