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
Now when trying to build have some problems with FMDB... It is not provided now to install via npm and when trying to install node_modules getting error (yarn_error.log):
Error: https://registry.yarnpkg.com/@fmdb: Request "https://registry.yarnpkg.com/@fmdb" returned a 405
Compilation starts but failing to find FMDB.h in public headers folder in ios/pods...
Now trying to copy them there (also DatabaseDeleteHelper.h) to Headers folder and getting other problems...
Rocket.Chat.ReactNative/ios/Shared/RocketChat/Database.swift:21:34: Value of type 'Database' has no member 'queryRaw'
I'm stuck. Can anyone help?
The text was updated successfully, but these errors were encountered:
slayderx3
changed the title
Trying whitelabeling RC and cannot compile for ios...
Compilation errors when building standalone on ios XCode16
Oct 24, 2024
Discussed in #5932
Originally posted by slayderx3 October 24, 2024
Trying to whitelabel the RC.Standalone and getting some unreal problem )
At first:
Xcode Version 16.0 (16A242d) crashes when trying to compile project... Found a problem with this dependency
react-native-image-crop-picker
(https://stackoverflow.com/questions/78995007/xcode-16-0-unexpected-service-error-the-xcode-build-system-has-crashed)
Updated it to version 0.41.2
yarn upgrade [email protected]
Now when trying to build have some problems with FMDB... It is not provided now to install via npm and when trying to install node_modules getting error (yarn_error.log):
Error: https://registry.yarnpkg.com/@fmdb: Request "https://registry.yarnpkg.com/@fmdb" returned a 405
Compilation starts but failing to find FMDB.h in public headers folder in ios/pods...
Now trying to copy them there (also DatabaseDeleteHelper.h) to Headers folder and getting other problems...
Rocket.Chat.ReactNative/ios/Shared/RocketChat/Database.swift:21:34: Value of type 'Database' has no member 'queryRaw'
I'm stuck. Can anyone help?
The text was updated successfully, but these errors were encountered: