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

Debugging iOS issue after upgrade to version 0.73 #42999

Closed
MaksZys opened this issue Feb 13, 2024 · 3 comments
Closed

Debugging iOS issue after upgrade to version 0.73 #42999

MaksZys opened this issue Feb 13, 2024 · 3 comments
Labels
Needs: Triage 🔍 Platform: iOS iOS applications. Type: Upgrade Issue Issues reported from upgrade issue form

Comments

@MaksZys
Copy link

MaksZys commented Feb 13, 2024

Old Version

0.67.1

New Version

0.73.4

Description

Hi. I have a problem with debugging after upgrade. I upgraded my app from version 0.67.1 to version 0.72.10. Until that point everything works fine but when I moved to 0.73.0 or 0.73.4 flipper or new experimental debug method don't works. Every time when I try to connect using flipper I only see this message (picture bellow).

image

Steps to reproduce

Using yarn:

  1. Upgrade from 0.67.1 to 0.72.10 - everything works
  2. Upgrade from 0.72.10 to 0.73.0 or 0.73.4 - experimental debugger and flipper won't work

I don't have any more details or public repo which I could share

Affected Platforms

Runtime - iOS

Output of npx react-native info

warn Package react-native-vector-icons contains invalid configuration: "dependency.assets" is not allowed. Please verify it's properly linked using "npx react-native config" command and contact the package maintainers about this.
warn Package rn-fetch-blob contains invalid configuration: "dependency.hooks" is not allowed. Please verify it's properly linked using "npx react-native config" command and contact the package maintainers about this.
warn Multiple Podfiles were found: ios/Podfile,submodules/private-react-native-components/storybook-runner/ios/Podfile.
Choosing ios/Podfile automatically. If you would like to select a different one, you can configure it via "project.ios.sourceDir".
You can learn more about it here: https://github.com/react-native-community/cli/blob/main/docs/configuration.md

info Fetching system and libraries information...
System:
  OS: macOS 14.3
  CPU: (12) arm64 Apple M2 Pro
  Memory: 896.55 MB / 32.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 18.15.0
    path: ~/.nvm/versions/node/v18.15.0/bin/node
  Yarn:
    version: 1.22.19
    path: ~/.nvm/versions/node/v18.15.0/bin/yarn
  npm:
    version: 9.5.0
    path: ~/.nvm/versions/node/v18.15.0/bin/npm
  Watchman:
    version: 2024.01.22.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.14.3
    path: /Users/maks/.gem/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 23.2
      - iOS 17.2
      - macOS 14.2
      - tvOS 17.2
      - visionOS 1.0
      - watchOS 10.2
  Android SDK:
    API Levels:
      - "33"
    Build Tools:
      - 30.0.3
      - 33.0.0
    System Images:
      - android-33 | Google APIs ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: Not Found
  Xcode:
    version: 15.2/15C500b
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 11.0.22
    path: /usr/bin/javac
  Ruby:
    version: 3.0.6
    path: /Users/maks/.rbenv/shims/ruby
npmPackages:
  "@react-native-community/cli": Not Found
  react: Not Found
  react-native: Not Found
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: Not found
  newArchEnabled: Not found
iOS:
  hermesEnabled: true
  newArchEnabled: false

Stacktrace or Logs

objc[858]: Class MGLFaux3DUserLocationAnnotationView is implemented in both /private/var/containers/Bundle/Application/33B96A11-F75B-4CCC-AD56-9DB1F4D48349/App.app/Frameworks/Mapbox.framework/Mapbox (0x1090b7f90) and /private/var/containers/Bundle/Application/33B96A11-F75B-4CCC-AD56-9DB1F4D48349/App.app/App (0x10178d0e8). One of the two will be used. Which one is undefined.
objc[858]: Class MGLUserLocationHeadingArrowLayer is implemented in both /private/var/containers/Bundle/Application/33B96A11-F75B-4CCC-AD56-9DB1F4D48349/App.app/Frameworks/Mapbox.framework/Mapbox (0x1090b8620) and /private/var/containers/Bundle/Application/33B96A11-F75B-4CCC-AD56-9DB1F4D48349/App.app/App (0x10178d278). One of the two will be used. Which one is undefined.
objc[858]: Class MGLUserLocationHeadingBeamLayer is implemented in both /private/var/containers/Bundle/Application/33B96A11-F75B-4CCC-AD56-9DB1F4D48349/App.app/Frameworks/Mapbox.framework/Mapbox (0x1090b9520) and /private/var/containers/Bundle/Application/33B96A11-F75B-4CCC-AD56-9DB1F4D48349/App.app/App (0x10178d2c8). One of the two will be used. Which one is undefined.
flipper: FlipperClient::addPlugin Inspector
flipper: FlipperClient::addPlugin Preferences
flipper: FlipperClient::addPlugin React
flipper: FlipperClient::addPlugin Network
Running application App ({
    initialProps =     {
    };
    rootTag = 1;
})
error in connection_block_invoke_2: Connection invalid
flipper: FlipperClient::onConnected

Require cycle: src/services/Analytics/AnalyticsService.tsx -> src/services/Analytics/AnalyticEventsData.tsx -> src/services/Analytics/AnalyticsService.tsx

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
ViewPropTypes will be removed from React Native, along with all other PropTypes. We recommend that you migrate away from PropTypes and switch to a type system like TypeScript. If you need to continue using ViewPropTypes, migrate to the 'deprecated-react-native-prop-types' package.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/components/Icons/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/LayersIcon.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/ToolbarItem/ToolbarItem.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Alert/Alert.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/LayersIcon.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/ToolbarItem/ToolbarItem.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/ToolbarItem/useAnimatedToolbarItemStyle.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Alert/Alert.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/LayersIcon.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/ToolbarItem/ToolbarItem.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Toolbar/ToolbarItem/useToolbarItemIconAndTextColor.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/components/Drawer/FlightStatus/FlightStatusStep/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Drawer/FlightStatus/FlightStatusStep/FlightStatusStep.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Drawer/FlightStatus/FlightStepIconSidebar/FlightStepIconSidebar.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Icons/IndicatorLine.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Drawer/FlightStatus/FlightStatusStep/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Drawer/Route/Route.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/RouteInsertPill/RouteInsertPill.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/BaseRoutePill/BaseRoutePill.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Drawer/Route/Route.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/RoutePill/RoutePill.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/RouteAirwayPill/RouteAirwayPill.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/ListTitle/ListTitle.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Notification/Notification.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Notification/NotificationPrimaryButton/NotificationPrimaryButton.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/Notification/Notification.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/Notification/NotificationSecondaryButton/NotificationSecondaryButton.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/OptimizationDrawer/OptimizationDrawer.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RouteComparisionSegment/RouteComparisionSegment.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RouteComparisionSegment/components/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/RouteComparisionSegment/components/FlightEfficiency/FlightEfficiency.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RouteComparisionSegment/components/FlightEfficiency/styles.ts -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/PermissionModal/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/PermissionModal/PermissionModal.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/PermissionModal/styles.ts -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/PopupGroup/PopupGroup.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/RadioButtonsGroup/RadioButtonsGroup.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/RouteOperatorPill/RouteOperatorPill.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/RoutePills/RouteOperatorPill/RouteOperatorIcon.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/SearchInput.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/Input/Input.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/SearchInput.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/Input/Input.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/Input/styles.ts -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: submodules/private-react-native-components/private-react-native-components/src/index.ts -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/SearchInput.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/List/List.tsx -> submodules/private-react-native-components/private-react-native-components/src/components/SearchInput/ListEmptyComponent/ListEmptyComponent.tsx -> submodules/private-react-native-components/private-react-native-components/src/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: src/redux/customRoute/utils/validation.ts -> src/components/EvaluateDrawer/utils/textEditUtils.ts -> src/redux/customRoute/utils/validation.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: src/utils/route/index.ts -> src/utils/route/route.ts -> src/redux/customRoute/edit/helper.ts -> src/redux/customRoute/utils/validation.ts -> src/components/EvaluateDrawer/utils/textEditUtils.ts -> src/utils/route/index.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: src/redux/customRoute/edit/helper.ts -> src/redux/customRoute/utils/validation.ts -> src/redux/customRoute/edit/getUpcomingEditTokenAndTrackpointIndex/getUpcomingEditTokenAndTrackpointIndexes.ts -> src/redux/customRoute/edit/helper.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: src/utils/timeline/timeline.ts -> src/redux/timeline/utils.ts -> src/utils/timeline/timeline.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Require cycle: src/redux/customRoute/epics.ts -> src/redux/customRoute/addCustomRouteRetryStrategy.ts -> src/redux/customRoute/epics.ts

Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle.
Not updating lastKnownShmemState in CFPrefsPlistSource<0x28ec6b600> (Domain: com.mapbox.events, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: Yes): 116 -> 120
Not updating lastKnownShmemState in CFPrefsPlistSource<0x28ec6b600> (Domain: com.mapbox.events, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: Yes): 116 -> 124
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSNumber' (0x1fbf51048) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.objects', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
Unbalanced calls start/end for tag 19
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
Running "App" with {"rootTag":1,"initialProps":{}}
*** -[NSKeyedUnarchiver validateAllowedClass:forKey:] allowed unarchiving safe plist type ''NSString' (0x1fbf51070) [/System/Library/Frameworks/Foundation.framework]' for key 'NS.keys', even though it was not explicitly included in the client allowed classes set: '{(
    "'NSDictionary' (0x1fbf49438) [/System/Library/Frameworks/CoreFoundation.framework]"
)}'. This will be disallowed in the future.
 This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus` first.
 This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus` first.
[GESTURE HANDLER] Initialize gesture handler for view <RCTRootContentView: 0x104f13f60; frame = (0 0; 1180 820); gestureRecognizers = <NSArray: 0x28102fb70>; layer = <CALayer: 0x2818b4a60>> reactTag: 1; frame = {{0, 0}, {1180, 820}}; layer = <CALayer: 0x2818b4a60>
Bridge call to: deviceContexts
Warning: Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.%s
Bridge call to: deviceContexts
nw_connection_add_timestamp_locked_on_nw_queue [C9] Hit maximum timestamp count, will start dropping events
Bridge call to: deviceContexts
'Mixpanel event:', 'Open App', ':', {}
RCTMGLCamera init
RCTMGLMapView WARNING UIViewController.automaticallyAdjustsScrollViewInsets is deprecated use MGLMapView.automaticallyAdjustContentInset instead.
 This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus` first.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_MATCH' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_MATCH' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
Bridge call to: deviceContexts
nw_connection_add_timestamp_locked_on_nw_queue [C13] Hit maximum timestamp count, will start dropping events
Bridge call to: deviceContexts
nw_connection_copy_protocol_metadata_internal_block_invoke [C31] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection
nw_connection_copy_protocol_metadata_internal_block_invoke [C31] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection
nw_connection_copy_protocol_metadata_internal_block_invoke [C31] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection
nw_connection_copy_protocol_metadata_internal_block_invoke [C31] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection
nw_connection_copy_connected_local_endpoint_block_invoke [C31] Client called nw_connection_copy_connected_local_endpoint on unconnected nw_connection
nw_connection_copy_connected_path_block_invoke [C31] Client called nw_connection_copy_connected_path on unconnected nw_connection
nw_connection_copy_connected_remote_endpoint_block_invoke [C31] Client called nw_connection_copy_connected_remote_endpoint on unconnected nw_connection
nw_connection_copy_protocol_metadata_internal_block_invoke [C31] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection
nw_connection_copy_protocol_metadata_internal_block_invoke [C31] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection
nw_flow_add_write_request [C31 echoip.dev.private.com:443 failed parent-flow (satisfied (Path is satisfied), interface: en0[802.11], ipv4, dns, uses wifi)] cannot accept write requests
nw_write_request_report [C31] Send failed with error "Socket is not connected"
nw_connection_copy_metadata_block_invoke [C31] Client called nw_connection_copy_metadata on unconnected nw_connection
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_MATCH' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_MATCH' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.
tcp_input [C8.1.1:3] flags=[R] seq=3266534911, ack=0, win=0 state=LAST_ACK rcv_nxt=3266534911, snd_una=4188803007
tcp_input [C8.1.1:3] flags=[R] seq=3266534911, ack=0, win=0 state=CLOSED rcv_nxt=3266534911, snd_una=4188803007
tcp_input [C8.1.1:3] flags=[R] seq=3266534911, ack=0, win=0 state=CLOSED rcv_nxt=3266534911, snd_una=4188803007
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_MATCH' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_FUNCTION' as an NSExpression function is forbidden.
NSPredicate: Use of 'MGL_MATCH' as an NSExpression function is forbidden.
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden.

Reproducer

https://github.com/MaksZys/

Screenshots and Videos

No response

@MaksZys MaksZys added Needs: Triage 🔍 Type: Upgrade Issue Issues reported from upgrade issue form labels Feb 13, 2024
@github-actions github-actions bot added the Platform: iOS iOS applications. label Feb 13, 2024
@lunaleaps
Copy link
Contributor

Is this because Flipper is no longer supported for 0.73 react-native-community/discussions-and-proposals#641

@MaksZys
Copy link
Author

MaksZys commented Feb 14, 2024

Is this because Flipper is no longer supported for 0.73 react-native-community/discussions-and-proposals#641

This would make sense if the new experimental debugger work but it shows similar message:

image

@cortinico
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage 🔍 Platform: iOS iOS applications. Type: Upgrade Issue Issues reported from upgrade issue form
Projects
None yet
Development

No branches or pull requests

3 participants