xcode - IOS开发需要经常用真机调试吗
黄舟
黄舟 2017-04-18 09:49:12
0
7
297

它的兼容性问题好像没安卓那么麻烦,看上去写出来的程序是这样就是这样,没必要大部分机型都去测一下的样子

所以是不是在XCode上调试就足够了,不需要动不动就真机调试呢

大家经常用真机调试吗,又或是主要都用模拟器调试,快发布了才用真机试一下?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(7)
伊谢尔伦

There are two benefits of real machine debugging: first, debugging is more efficient, and second, you can get a real operating experience (after all, the screen on the computer does not support touch screen)

Real machine debugging of standardized commercial projects is still necessary.

阿神

It depends on your own situation. Not every time you need to debug on a real machine, most of them can still be done on the simulator. Unless there are special circumstances. It's fine on the simulator, but it's problematic on the phone.
For example, yesterday I encountered a problem, and it was fine in the simulator. There is a problem on the phone.
So it is necessary to debug on a real machine instead of debugging on a real machine every time

Ty80

Subject to the real machine.

伊谢尔伦

A real machine can be understood as a formal test environment.

大家讲道理

When making the interface, I basically debug it on a real machine. Data binding, use the simulator to debug when writing logic.

黄舟

This depends on the needs of your project; if you are developing a pure app application and do not need to communicate with other hardware devices, then it will be no problem to directly use the simulator to develop and debug your project throughout the process. But if you develop applications for smart hardware, you need real machine debugging. For example, if you want to develop a Bluetooth speaker APP, then you will inevitably need to communicate with the speaker through Bluetooth BLE; and the simulator does not have Bluetooth function, so it needs to be run on a real machine for debugging. Hope this helps!

刘奇

Decided according to your project needs

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!