azarovalex / azChat-macOS

This macOS chat app uses a remote server for sync and storing messages.
4 stars 1 forks source link

Can't build the project. #1

Closed GLinnik21 closed 6 years ago

GLinnik21 commented 6 years ago

When I try to build the project, I get this compiler error:

<unknown>:0: error: no such file or directory: '.../azChat/azChat/Model/Channel.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
GLinnik21 commented 6 years ago

I fixed this issue by adding Channel.swift file to the project. May be you forgot to update .pbxproj in last commits?