TencentCloud / chat-uikit-flutter

A powerful Flutter chat UI component library and business logic for Tencent Cloud Chat, creating seamless in-app chat modules for delightful user experiences.
https://trtc.io/products/chat?utm_source=gfs&utm_medium=link&utm_campaign=%E6%B8%A0%E9%81%93&_channel_track_key=k6WgfCKn
BSD 3-Clause "New" or "Revised" License
144 stars 99 forks source link

demo 跑不了 #28

Closed CY-ChenWeiXin closed 4 months ago

CY-ChenWeiXin commented 12 months ago
image

$ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.13.5, on macOS 13.5 22G74 darwin-arm64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 14.3.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.3) [✓] VS Code (version 1.82.0) [✓] Connected device (4 available) [✓] Network resources

• No issues found!

vincepzhang commented 11 months ago

Set ios/Podfile post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['VALID_ARCHS'] = 'arm64 arm64e x86_64' config.build_settings['VALID_ARCHS[sdk=iphonesimulator*]'] = 'x86_64' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = "13.0" end end end

RoleWong commented 4 months ago

请根据此说明, 修改Podfile 文件, 即可解决此问题https://cloud.tencent.com/document/product/269/70746#.E6.AD.A5.E9.AA.A41.EF.BC.9A.E5.88.9B.E5.BB.BA-flutter-.E5.BA.94.E7.94.A8.E5.B9.B6.E6.B7.BB.E5.8A.A0.E6.9D.83.E9.99.90