App crashing on Launch IOS 15.4
Description
The app perfectly works on All IOS devices except 15.4, and 15.4.1. App crashes soon after the launch
Xcode Logs :
2022-07-13 18:47:26.342228+0530 App[84911:2401435] [CleverTap]: CleverTap: Auto Integration enabled 2022-07-13 18:47:26.346258+0530 App[84911:2401435] [CleverTap]: Initializing default CleverTap SDK instance. CleverTapAccountID: "id" CleverTapToken: "token" CleverTapRegion: default 2022-07-13 18:47:26.393452+0530 App[84911:2401435] [CleverTap]: CleverTap IDFV usage enabled 2022-07-13 18:47:26.430848+0530 App[84911:2401435] : Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#disable-auto-events. 2022-07-13 18:47:26.431072+0530 App[84911:2401435] : You haven't set a value for FacebookAdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results. 2022-07-13 18:47:26.470992+0530 App[84911:2401435] [native] Running application AppApp ({ initialProps = { }; rootTag = 1; }) 2022-07-13 18:47:26.494599+0530 App[84911:2401642] [connection] nw_proxy_resolver_create_parsed_array [C1 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 12022-07-13 18:47:26.534038+0530 App[84911:2401435] FBSDKLog: fb-messenger-share-api is missing from your Info.plist under LSApplicationQueriesSchemes and is required. 8:47:26.497511+0530 App[84911:2401642] [connection] nw_proxy_resolver_create_parsed_array [C2 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:26.748912+0530 App[84911:2401435] FBSDKLog: fbauth2 is missing from your Info.plist under LSApplicationQueriesSchemes and is required. 2022-07-13 18:47:26.750051+0530 App[84911:2401642] [connection] nw_proxy_resolver_create_parsed_array [C3 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:26.752528+0530 App[84911:2401642] [connection] nw_proxy_resolver_create_parsed_array [C4 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:26.834447+0530 App[84911:2401669] [javascript] Running "AppApp" with {"rootTag":1,"initialProps":{}} 2022-07-13 18:47:27.072344+0530 App[84911:2401647] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:47:27.109434+0530 App[84911:2401659] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:47:27.361136+0530 App[84911:2401647] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:47:30.477061+0530 App[84911:2401642] Task .<1> finished with error [-1001] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x600002285890 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask .<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask .<1>" ), NSLocalizedDescription=The request timed out., NSErrorFailingURLStringKey=https://graph.facebook.com/v9.0, NSErrorFailingURLKey=https://graph.facebook.com/v9.0, _kCFStreamErrorDomainKey=4} 2022-07-13 18:47:30.501940+0530 App[84911:2401659] [connection] nw_proxy_resolver_create_parsed_array [C5 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:30.538850+0530 App[84911:2401659] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:47:41.450469+0530 App[84911:2401644] [connection] nw_proxy_resolver_create_parsed_array [C6 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:41.451937+0530 App[84911:2401644] [connection] nw_proxy_resolver_create_parsed_array [C7 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:41.454521+0530 App[84911:2401644] [connection] nw_proxy_resolver_create_parsed_array [C8 proxy pac] Evaluation error: NSURLErrorDomain: -1003 2022-07-13 18:47:41.657692+0530 App[84911:2401648] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:47:42.550639+0530 App[84911:2401853] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:47:45.751319+0530 App[84911:2401671] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics 2022-07-13 18:49:26.496455+0530 App[84911:2401671] Received XPC error Connection interrupted for message type 3 kCFNetworkAgentXPCMessageTypePACQuery 2022-07-13 18:49:26.496806+0530 App[84911:2401671] Received XPC error Connection invalid for message type 3 kCFNetworkAgentXPCMessageTypePACQuery
Version
0.63.3
Output of npx react-native info
System: OS: macOS 12.0.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 254.00 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.18.1 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 6.14.15 - /usr/local/bin/npm Watchman: 2022.03.07.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5 Android SDK: API Levels: 28, 29, 31 Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.2, 30.0.3, 31.0.0 System Images: android-29 | Google APIs Intel x86 Atom, android-30 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7784292 Xcode: 13.3/13E113 - /usr/bin/xcodebuild Languages: Java: 1.8.0_292 - /usr/bin/javac Python: 2.7.18 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.13.1 => 16.13.1 react-native: 0.63.3 => 0.63.3 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
1.) Open the App 2.) it will just ask for a notification pop-up and it will crash app
Snack, code example, screenshot, or link to a repository
N/A
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.