Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ketankonrad opened this issue Aug 24, 2024 · 0 comments

Comments

@ketankonrad
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant