sealtalk / sealtalk-ios

iOS App of SealTalk powered by RongCloud. 基于融云开发的 iOS 版即时通讯(IM)应用程序 - 嗨豹。
sealtalk.im
MIT License
364 stars 154 forks source link

2.9.24 运行不了 #39

Closed kiwiSCL closed 4 years ago

kiwiSCL commented 4 years ago

Xcode 版本为10.2.1 运行 2.9.24 报如下错误 屏幕快照 2019-12-18 上午11 10 14

kiwiSCL commented 4 years ago

ld: warning: directory not found for option '-F/Users/xixikeji/Downloads/sealtalk-ios-2.9.24/ios-rongimdemo/framework/JrmfIMLib' ld: warning: directory not found for option '-F/Users/xixikeji/Downloads/sealtalk-ios-2.9.24/ios-rongimdemo/framework/AlipaySDK' ld: warning: directory not found for option '-F/Users/xixikeji/Downloads/sealtalk-ios-2.9.24/ios-rongimdemo/framework/ifly' ld: warning: directory not found for option '-F/Users/xixikeji/Downloads/sealtalk-ios-2.9.24/ios-rongimdemo/framework/RCSticker' Undefined symbols for architecture x86_64: "___isPlatformVersionAtLeast", referenced from: -[JrmfTransferStatusViewController viewDidLoad] in JrmfPacketKit(JrmfTransferStatusViewController.o) -[PacketCardListViewController cardList] in JrmfPacketKit(PacketCardListViewController.o) -[JYPacketViewController viewDidLoad] in JrmfPacketKit(JYPacketViewController.o) -[JrmfMyPacketViewController tableViewWithTage:] in JrmfPacketKit(JrmfMyPacketViewController.o) -[JrmfOPacketDetailViewController packetList] in JrmfPacketKit(JrmfOPacketDetailViewController.o) -[JrmfPckTransRecordViewController transList] in JrmfPacketKit(JrmfPckTransRecordViewController.o) -[WalletbankCardSetViewController cardList] in JrmfWalletKit(WalletbankCardSetViewController.o) ... ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

JosephJue commented 4 years ago

是 iOS 13 的适配问题,建议:

  1. 升级 Xcode11。
  2. 升级 SDK 到 2.10.1 版本。
kiwiSCL commented 4 years ago

升级 Xcode11。 升级 SDK 到 2.10.1 版本。解决