Hello, i yarn install and pod install with no error
This is my package.json
"dependencies": { "@react-native-community/cli-doctor": "^18.0.0", "@react-navigation/native": "^7.1.8", "@react-navigation/native-stack": "^7.3.12", "react": "19.0.0", "react-native": "0.79.2", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "^4.10.0", "react-native-vision-camera": "4.5.1", "react-native-vision-camera-text-recognition": "^3.1.1", "react-native-worklets-core": "1.3.3" },
But when i run app with XCode, i saw the error below :
Undefined symbol: _GULLogBasic
Undefined symbol: OBJC_CLASS$_GDTCORTransport
Undefined symbol: OBJC_CLASS$_GTMLogMininumLevelFilter
Undefined symbol: OBJC_CLASS$_GTMLogger
Undefined symbol: OBJC_CLASS$_GTMSessionCookieStorage
Undefined symbol: OBJC_CLASS$_GTMSessionFetcher
Undefined symbol: OBJC_CLASS$_GTMSessionFetcherService
Undefined symbol: OBJC_CLASS$_GTMStringEncoding
Undefined symbol: OBJC_CLASS$_GULAppEnvironmentUtil
Undefined symbol: OBJC_CLASS$_GULCCComponent
Undefined symbol: OBJC_CLASS$_GULCCComponentContainer
Undefined symbol: OBJC_CLASS$_GULCCComponentType
Undefined symbol: OBJC_CLASS$_GULUserDefaults
Undefined symbol: OBJC_CLASS$_RCTAppDelegate
Undefined symbol: OBJC_CLASS$_RCTBundleURLProvider
Undefined symbol: OBJC_CLASS$_SSZipArchive
Undefined symbol: OBJC_METACLASS$_GTMLogger
Undefined symbol: OBJC_METACLASS$_RCTAppDelegate
Undefined symbol: _kGTMSessionFetcherStatusDomain
Undefined symbol: _unzClose
Undefined symbol: _unzCloseCurrentFile
Undefined symbol: _unzGetCurrentFileInfo
Undefined symbol: _unzGetGlobalInfo
Undefined symbol: _unzGoToNextFile
Undefined symbol: _unzOpen
Undefined symbol: _unzOpenCurrentFile
Undefined symbol: _unzReadCurrentFile
I try many way but can not find the solution
Hello, i yarn install and pod install with no error
This is my package.json
"dependencies": { "@react-native-community/cli-doctor": "^18.0.0", "@react-navigation/native": "^7.1.8", "@react-navigation/native-stack": "^7.3.12", "react": "19.0.0", "react-native": "0.79.2", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "^4.10.0", "react-native-vision-camera": "4.5.1", "react-native-vision-camera-text-recognition": "^3.1.1", "react-native-worklets-core": "1.3.3" },But when i run app with XCode, i saw the error below :
Undefined symbol: _GULLogBasic
Undefined symbol: OBJC_CLASS$_GDTCORTransport
Undefined symbol: OBJC_CLASS$_GTMLogMininumLevelFilter
Undefined symbol: OBJC_CLASS$_GTMLogger
Undefined symbol: OBJC_CLASS$_GTMSessionCookieStorage
Undefined symbol: OBJC_CLASS$_GTMSessionFetcher
Undefined symbol: OBJC_CLASS$_GTMSessionFetcherService
Undefined symbol: OBJC_CLASS$_GTMStringEncoding
Undefined symbol: OBJC_CLASS$_GULAppEnvironmentUtil
Undefined symbol: OBJC_CLASS$_GULCCComponent
Undefined symbol: OBJC_CLASS$_GULCCComponentContainer
Undefined symbol: OBJC_CLASS$_GULCCComponentType
Undefined symbol: OBJC_CLASS$_GULUserDefaults
Undefined symbol: OBJC_CLASS$_RCTAppDelegate
Undefined symbol: OBJC_CLASS$_RCTBundleURLProvider
Undefined symbol: OBJC_CLASS$_SSZipArchive
Undefined symbol: OBJC_METACLASS$_GTMLogger
Undefined symbol: OBJC_METACLASS$_RCTAppDelegate
Undefined symbol: _kGTMSessionFetcherStatusDomain
Undefined symbol: _unzClose
Undefined symbol: _unzCloseCurrentFile
Undefined symbol: _unzGetCurrentFileInfo
Undefined symbol: _unzGetGlobalInfo
Undefined symbol: _unzGoToNextFile
Undefined symbol: _unzOpen
Undefined symbol: _unzOpenCurrentFile
Undefined symbol: _unzReadCurrentFile
I try many way but can not find the solution