Telegram iOS app won't build with Xcode 6.1.1

前端 未结 2 1687
长发绾君心
长发绾君心 2020-12-16 06:21

I have downloaded the code source of Telegram app on their website. When I open the project in Xcode 6.1.1, I get the following error:

 UFW (M iphonesimulato         


        
相关标签:
2条回答
  • 2020-12-16 06:33

    With Xcode 6, https://github.com/kstenerud/iOS-Universal-Framework is not required for building universal (arm64, armv7, armv7s, and simulator) frameworks for iOS.

    You need to remove run script, fix library dependence and Xcode architectures configuration, also confirm architectures of linked binaries.

    I maintained a working telegram iOS source code here: https://github.com/liruqi/Telegram-iOS

    0 讨论(0)
  • 2020-12-16 06:55

    MtProtoKit requires https://github.com/kstenerud/iOS-Universal-Framework, so clone it, install "Real Framework", restart Xcode and enjoy!

    0 讨论(0)
提交回复
热议问题