Skip to content

Commit

Permalink
Merge pull request #891 from mendix/revert/fix/MOO-1526/remote-js-deb…
Browse files Browse the repository at this point in the history
…ugging-not-working

Revert "Merge pull request #871"
  • Loading branch information
UrazAkgultan authored Nov 5, 2024
2 parents 13adbc2 + 676e697 commit 843c1ba
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 58 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

- We have resolved an issue where remote JavaScript debugging failed in a custom-built Mendix Native Developer App, leading to crashes when enabling “Remote JS Debugging.” The problem was caused by Firebase services not being initialized properly during the build process. We have ensured that Firebase dependencies are now only included when explicitly required by the application

## [9.0.3] - 2024-10-02

- We upgraded android SDK version to 35
Expand All @@ -16,7 +14,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [9.0.1] - 2024-09-03

- We have upgraded `react-native-video` to 6.4.5

- We have fixed OTA updates compatibility issues on iOS 18.

## [9.0.0] - 2024-07-12
Expand Down
10 changes: 4 additions & 6 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,13 @@ def common_pods
# Third party dependencies of dependencies
pod 'IQKeyboardManager'

# The pods listed in this section are essential for the application to function correctly.
# These pods are added by Native Builder UI (NBUI) and should not be modified under any circumstances.
# Do not make any changes to the pods in this section.
# REQUIRED PODS START

# Required MendixNative dependency
pod 'SSZipArchive'

# REQUIRED PODS END
# Required for Push notifications
pod 'Firebase', :modular_headers => true
pod 'FirebaseCore', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true
end

target 'nativeTemplate' do
Expand Down
Loading

0 comments on commit 843c1ba

Please sign in to comment.