I think this is the question rather than an issue.
I tried to build and run GitHawk locally, but get error with message No such file or directory for below frameworks:
SlackTextViewController.framework
MMarkdowm.framework
SwipeCellKit.framework
error: /Users/ivanmagda/Library/Developer/Xcode/DerivedData/Freetime-
cvrrtucuxrxxjcekpeclzfyxyovx/Build/Products/Debug-
iphonesimulator/SlackTextViewController.framework: No such file or directory
Xcode 9.0
run npm install
run pod install
I was able to successfully build and run the project, by deleting this frameworks in the Embed Frameworks section of the target.
Hey, @rnystrom !
I think this is the question rather than an issue.
I tried to build and run GitHawk locally, but get error with message
No such file or directory
for below frameworks:npm install
pod install
I was able to successfully build and run the project, by deleting this frameworks in the
Embed Frameworks
section of the target.Is it ok to do the actions above?
Thanks!