문제

# 문제되는 코드 use_react_native!(:path => config["reactNativePath"])
해결방안

# before use_react_native!(:path => config["reactNativePath"]) # after use_react_native!(:path => config[:reactNativePath])
"reactNativePath"를 :reactNativePath으로 바꿔주면 된다.Podfile file: no implicit conversion of nil into String.