在 Xcode 版本 7.3 (7D175) 中处理符号文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/37804228/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Processing Symbol Files in Xcode Version 7.3 (7D175)
提问by dev_shanghai
When I try to run my Xcode project on my iPhone device, it gives me this pop up.
iPhone is busy: Processing symbol files. If caused for more than 3 quarters of an hour, but nothing got in working state, even the progress bar is still!
当我尝试在我的 iPhone 设备上运行我的 Xcode 项目时,它给了我这个弹出窗口。iPhone 很忙:处理符号文件。如果造成超过三刻钟,但没有进入工作状态,甚至进度条都还在!
采纳答案by Vladyslav Panchenko
Try this:
尝试这个:
- Clean Project
- Remove this folder Library/Developer/Xcode/DerivedData/ModuleCache
- Find your project folder in Library/Developer/Xcode/DerivedData/ and remove
- Restart Xcode
- 清洁工程
- 删除这个文件夹 Library/Developer/Xcode/DerivedData/ModuleCache
- 在 Library/Developer/Xcode/DerivedData/ 中找到您的项目文件夹并删除
- 重启Xcode
回答by Jugal K Balara
1.First restart your iPhone and mac
1.首先重启你的iPhone和mac
2.Try to use another cable or USB port
2.尝试使用其他电缆或USB端口
回答by Dilip Bhuva
close xcode and start again and its done
关闭 xcode 并重新开始并完成