[XCode] Generating dSYM file 超慢超久
最近手上的專案有點龐大
因此在 iOS Build 版本的時候比較耗時
尤其是在 Generating dSYM file 時特別久
如果想加速的話,可以調整設定:
Build Settings => Build Options => Debug Information Format
將 DWARF with dSYM file 改為 DWARF
這樣就可以加速了!不過相對一些 debug 資訊就不會包進去了
所以最終版本記得要調回來就好!
歡迎您留言與分享!(Welcome for comments or sharing!)
- [Web] 超完整的網站分析平台 SimilarWeb
- [C#] Newtonsoft Json DateTime Serialize Format