Telegram iOS app won't build with Xcode 6.1.1

前端 未结 2 1696
长发绾君心
长发绾君心 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

提交回复
热议问题