DEV now has an iPhone app.
— Ben Halpern 🤗 (@bendhalpern) 2018年11月10日
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
https://github.com/thepracticaldev/DEV-ios/
I tried to build and run this app.
clone repository, and push run button on Xcode.
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.
I run it on iPhone emulator on my Mac.
Top comments (3)
Cool! Glad you got it set up :)
Maybe creating a "setup" script would be useful.
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.