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

Compilation errors when building standalone on ios XCode16 #5933

Closed
slayderx3 opened this issue Oct 24, 2024 Discussed in #5932 · 1 comment
Closed

Compilation errors when building standalone on ios XCode16 #5933

slayderx3 opened this issue Oct 24, 2024 Discussed in #5932 · 1 comment

Comments

@slayderx3
Copy link

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?

@slayderx3 slayderx3 changed the title Trying whitelabeling RC and cannot compile for ios... Compilation errors when building standalone on ios XCode16 Oct 24, 2024
@diegolmello
Copy link
Member

Duplicated #5877

@diegolmello diegolmello closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants