unrelatedlabs / infection-alert

Apple watch app that give early infection alert based on resting heart rate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Walkthrough on how to build in Xcode would be useful

jeffehobbs opened this issue · comments

A step-by-step "how to" explaining how to build this project would greatly increase adoption.

Open in Xcode, change the Team and bundle id. build

Requires cocoapods?

yes, sorry i forgot about that.
install cooapods than

pod install
open Infection\ Alert.xcworkspace

Thank you! Almost there, one critical error left; during build, I get this error:

error: /Users/userhome/Desktop/infection-alert-master/ios/Infection Alert/cert: No such file or directory (in target 'Infection Alert' from project 'Infection Alert')

Maybe the cert folder is missing. There should be an empty "cert" folder at ios/Infection Alert/cert

That was it! After creating that folder, it's building. Thanks!