-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
I found the same problem with my old application of react-native, the pod is generated for xcode 13, but de xcode 16 fails... |
I downgraded to Xcode 15.4 and it builds OK, so similar experience... |
Unfortunately it is not possible to use 15.4 with the latest MacOS, as it is not compatible any more... |
This was referenced Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
at5225e5edd
Steps to reproduce:
The text was updated successfully, but these errors were encountered: