代码区分"真机"和"模拟器"!

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了代码区分"真机"和"模拟器"!相关的知识,希望对你有一定的参考价值。

在做直播的时候, PLPlayer的解码涉及到硬解和软解, 需要不用的配置, 就需要在使用真机和模拟器的时候进行区分, 下面方法完美解决!

#if TARGET_IPHONE_SIMULATOR

    NSLog(@"模拟器");

#elif TARGET_OS_IPHONE//真机

    NSLog(@"真机");

#endif

以上是关于代码区分"真机"和"模拟器"!的主要内容,如果未能解决你的问题,请参考以下文章

真机调试报错error ==Error Domain=NSURLErrorDomain Code=-1009 "似乎已断开与互联网的连接。"

真机调试中"There was an internal API error"错误解决方法

Xcode真机调试中"There was an internal API error"错误解决方法

Xcode真机调试中"There was an internal API error"错误解决方法

"No target device found."——Android Studio真机测试中遇到的问题

微信小程序工具真机调试提示page "xxx/xxx/xxx" is not found