unrelatedlabs / infection-alert

Apple watch app that give early infection alert based on resting heart rate
78 stars 8 forks source link

Walkthrough on how to build in Xcode would be useful #3

Closed jeffehobbs closed 4 years ago

jeffehobbs commented 4 years ago

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

unrelatedlabs commented 4 years ago

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

jeffehobbs commented 4 years ago

Requires cocoapods?

unrelatedlabs commented 4 years ago

yes, sorry i forgot about that. install cooapods than

pod install
open Infection\ Alert.xcworkspace
jeffehobbs commented 4 years ago

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')

unrelatedlabs commented 4 years ago

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

jeffehobbs commented 4 years ago

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