DEV Community

yuyabu
yuyabu

Posted on

I try to build and run new dev.to iOS App

DEV now has an iPhone app.

Very much still a work in progress, but they say if you’re not embarrassed by your first version, you waited too long. Right?

Let me know what you think:https://t.co/CgWzdSuWtp pic.twitter.com/RDG1z8WlYO

— Ben Halpern 🤗 (@bendhalpern) 2018年11月10日

https://github.com/thepracticaldev/DEV-ios/

I tried to build and run this app.

clone repository, and push run button on Xcode.

error

ops! build err. I need "PushNotifications"

I read READ.MD, there is information how to build app.

Fork and clone the project.
Install Carthage. If you use Homebrew then you can install Carthage by running brew install carthage.
Now run carthage update in the project's root directory.
Build and run the project in XCode.

I Installed Carthage on homebrew, And execute carthage update

After that, "PushNotifications" err was gone.

iphone

I run it on iPhone emulator on my Mac.

Top comments (3)

Collapse
 
jess profile image
Jess Lee

Cool! Glad you got it set up :)

Collapse
 
arueda profile image
Angel Alberto Rueda Mejia

Maybe creating a "setup" script would be useful.

Collapse
 
yuyabu profile image
yuyabu

What is that about?

I'm not professional of iOS app developer.
But I think there is some build tool like cmake or gradle in Xcode too.