React-native - Build failed due to double-conversion

纵然是瞬间 提交于 2019-12-04 03:31:54

Got the solution from jerry han here: The life saver

Hi Bala, As you can see the error log, That error was from ‘WhiteSpace’ on your working path.

Real Path : /Users/sumit/Desktop/React\ Native/
On cd cmd log : /Users/sumit/Desktop/React:
You should rename your working path to ‘/Users/sumit/Desktop/react_native’.

That will be helpful for you.

With developing or operation work, you may be better not to use ‘space’ on the path.

For me, what worked was just updating the Code Signing preference in Xcode to something different and back again.

E.g. I have Automatically manage signing originally turned on. Turning that off and back on again seems to resolve this issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!