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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Am getting Build Error in IOS, While building in xcode - react native
/ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:178:65: Property 'connectedScenes' not found on object of type 'UIApplication *'
2.ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:179:14: Use of undeclared identifier 'UIScene'
ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:179:23: Use of undeclared identifier 'scene'
/ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:180:42: Use of undeclared identifier 'UISceneActivationStateForegroundActive'
/ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:184:29: Property 'windowScene' not found on object of type 'UIWindow *'
/ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:181:17: Unknown type name 'UIWindowScene'; did you mean 'UIWindowLevel'?
7./ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:181:47: Use of undeclared identifier 'UIWindowScene'; did you mean 'windowScene'?