當前位置:
首頁 >
问题记录
發布時間:2025/7/25
24
豆豆
iOS端
工程打包的時候出現 linker command failed with exit code 1 (use -v to see invocation) 的問題
現在用的Xcode7中,解決辦法為:選中項目->雙擊->target->buildSeting->搜索BITCODE,默認是yes,修改成no。 重新運行 BitCode是啥
——————————————————————————————————————————————————
服務器端
問題:nginx啟動的時候會報丟失pid的錯誤
nginx: [error] open() “/usr/local/var/run/nginx.pid” failed
解決方案:
sudo nginx -c /usr/local/etc/nginx/nginx.conf
sudo nginx -s reload
總結
- 上一篇: Numpy求均值、中位数、众数的方法
- 下一篇: 面试官问:能否模拟实现JS的new操作符