Closed brunobar79 closed 2 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@sentry-internal/feedback@7.110.1, npm/@sentry-internal/replay-canvas@7.110.1, npm/@sentry-internal/tracing@7.110.1, npm/@sentry/browser@7.110.1, npm/@sentry/cli-darwin@2.30.4, npm/@sentry/cli-linux-arm64@2.30.4, npm/@sentry/cli-linux-arm@2.30.4, npm/@sentry/cli-linux-i686@2.30.4, npm/@sentry/cli-linux-x64@2.30.4, npm/@sentry/cli-win32-i686@2.30.4, npm/@sentry/cli-win32-x64@2.30.4, npm/@sentry/cli@2.30.4, npm/@sentry/core@7.110.1, npm/@sentry/hub@7.110.1, npm/@sentry/integrations@7.110.1, npm/@sentry/react-native@5.22.0, npm/@sentry/react@7.110.1, npm/@sentry/replay@7.110.1, npm/@sentry/types@7.110.1, npm/@sentry/utils@7.110.1, npm/fast-xml-parser@4.4.1, npm/react-native-image-crop-picker@0.41.0
Fixes APP-####
What changed (plus any additional context for devs)
The actual reason for xcode crashing was caused by
react-native-image-crop-picker
which depends onTOCropViewController
.Sentry was also required for xcode 16 compat.
Screen recordings / screenshots
What to test
Build locally with xcode 16 installed (from xcode or terminal, but before that make sure you run the following commands
sudo ~/Library/Developer/Xcode/DerivedData
yarn nuke
yarn setup
yarn fast
yarn ios