You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ???
The text was updated successfully, but these errors were encountered:
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 ???
The text was updated successfully, but these errors were encountered: