overtake / TelegramSwift

Source code of Telegram for macos on Swift 5.0
https://macos.telegram.org
GNU General Public License v2.0
4.99k stars 841 forks source link

build error #704

Open jiangjun147 opened 2 years ago

jiangjun147 commented 2 years ago

fatal: clone of 'git@github.com:john-preston/tgcalls.git' into submodule path '/Users/jiangjun/github/telegram/TelegramSwift/submodules/tgcalls' failed tgcalls is removed. please fix

Pikdays commented 2 years ago

@jiangjun147 resolve?

gatesyp commented 1 year ago

hello, I just fixed it! it builds successfully now.

here is what I did:

cd submodules/
git clone https://github.com/TelegramMessenger/tgcalls
cd ../
rm -rf core-xprojects/webrtc/build
cd submodules/tg_owt
git submodule update --init --recursive
cd ../../
sh scripts/configure_frameworks.sh