-
[react-native] iOS 빌드 에러: Undefined symbols for architecture armv7javascript/react-native 2018. 12. 9. 23:29
[react-native Trouble Shooting]
Problem
> iOS 빌드 에러: Undefined symbols for architecture armv7Solution
> CxxBridge, DoubleConversion, Folly, GLog를 PodFile에 추가
예시)
1234567891011121314151617181920# Uncomment the next line to define a global platform for your projectplatform :ios, '9.0'target 'reactTest' do#Uncomment the next line if you're using Swift or would like to use dynamic frameworks#use_frameworks!#Pod react-nativereact_native = "../node_modules/react-native"pod 'React', :path => react_native, :subspecies => ['Core','CxxBridge','DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43'RCTText','RCTNetwork','RCTWebSocket', # needed for debugging]#Pod yoga support for react-nativepod 'yoga', :path => "#{react_native}/ReactCommon/yoga"endcs 'javascript > react-native' 카테고리의 다른 글
댓글