ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
41 stars 85 forks source link

ARC Semantic Issue No visible @interface for 'ZoomVideoSDKUser' declares the selector 'getUserReference' #132

Open ketankonrad opened 2 months ago

ketankonrad commented 2 months ago

Here, is my flutter doctor result

flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.22.3, on macOS 14.0 23A344 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.1) [✓] VS Code (version 1.91.1) [✓] Connected device (4 available) [✓] Network resources

Getting below error while running app in iOS

Launching lib/main/main_dev.dart on iPhone 15 Pro in debug mode... Xcode build done. 29.3s Failed to build iOS app ARC Semantic Issue (Xcode): No visible @interface for 'ZoomVideoSDKUser' declares the selector 'getUserReference' /Users/macbook/.pub-cache/hosted/pub.dev/flutter_zoom_videosdk-1.11.2/ios/Classes/FlutterZoomVideoSdkUser.m:160:21 FlutterZoomVideoSdkUser.m:160

ARC Semantic Issue (Xcode): No visible @interface for 'ZoomVideoSDKShareHelper' declares the selector 'pauseShare' /Users/macbook/.pub-cache/hosted/pub.dev/flutter_zoom_videosdk-1.11.2/ios/Classes/FlutterZoomVideoSdkShareHelper.m:176:101 FlutterZoomVideoSdkShareHelper.m:176

ARC Semantic Issue (Xcode): No visible @interface for 'ZoomVideoSDKShareHelper' declares the selector 'resumeShare' /Users/macbook/.pub-cache/hosted/pub.dev/flutter_zoom_videosdk-1.11.2/ios/Classes/FlutterZoomVideoSdkShareHelper.m:183:101 FlutterZoomVideoSdkShareHelper.m:183

Could not build the application for the simulator. Error launching application on iPhone 15 Pro.

Exited (1).

Podfile

platform :ios, '14.0'

Can anyone help me how to fix this app run issue ???

SS Error