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

White label application failing to build #5873

Closed
MisterCode415 opened this issue Sep 20, 2024 · 4 comments
Closed

White label application failing to build #5873

MisterCode415 opened this issue Sep 20, 2024 · 4 comments

Comments

@MisterCode415
Copy link

Description:

White Label IOS cannot compile, results in error:

`LIBCLANG FATAL ERROR: SmallVector unable to grow. Requested capacity (4294967296) is larger than maximum value for size type (4294967295)
** BUILD FAILED **

The following build commands failed:
ScanDependencies /Users/papaviking/Library/Developer/Xcode/DerivedData/RocketChatRN-dcegzihscxiegmguwonxpsvxvzsl/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/RNImageCropPicker.build/Objects-normal/arm64/ImageCropPicker.o /Users/papaviking/sites/single-server/node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNImageCropPicker' from project 'Pods')
SwiftCompile normal arm64 Compiling\ AppleAuthenticationButton.swift,\ AppleAuthenticationExceptions.swift,\ AppleAuthenticationModule.swift,\ AppleAuthenticationRequest.swift,\ AppleAuthenticationRequestOptions.swift,\ AppleAuthenticationUtils.swift,\ ButtonStyle.swift,\ ButtonType.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/AppleAuthenticationButton.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/AppleAuthenticationExceptions.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/AppleAuthenticationModule.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/AppleAuthenticationRequest.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/AppleAuthenticationRequestOptions.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/AppleAuthenticationUtils.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/ButtonStyle.swift /Users/papaviking/sites/single-server/node_modules/expo-apple-authentication/ios/ButtonType.swift (in target 'ExpoAppleAuthentication' from project 'Pods')
CompileSwift normal arm64 (in target 'ExpoAppleAuthentication' from project 'Pods')
Building workspace RocketChatRN with scheme RocketChatRN and configuration Debug
(4 failures)`

Environment Information:

M2 Chip on Sonoma, Xcode 16 (16A242d)
repo branch single-server at 5225e5edd

Steps to reproduce:

  1. run: yarn ios
@leonardo-mazzitelli
Copy link

I found the same problem with my old application of react-native, the pod is generated for xcode 13, but de xcode 16 fails...

@MisterCode415
Copy link
Author

I downgraded to Xcode 15.4 and it builds OK, so similar experience...

@niggeulimann
Copy link

Unfortunately it is not possible to use 15.4 with the latest MacOS, as it is not compatible any more...
So please have a look at this!

@niggeulimann
Copy link

there are already two other related tickets: #5886 & #5877
Please upvote for more attention!

@diegolmello diegolmello closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 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

4 participants