gpt4 book ai didi

iphone - iPad:我可以使用编译器指令来区分模拟器和设备吗?

转载 作者:行者123 更新时间:2023-12-03 19:06:14 25 4
gpt4 key购买 nike

我希望在 Objective-C 类中有一个编译器(预编译器)指令来区分模拟器构建和设备构建。

#if SIMULATORcall testModule();#elsecall productionModule();#endif

iPad/iPhone 的 X 代码中有这样的 #directive 吗?

最佳答案

#if TARGET_IPHONE_SIMULATOR
// simulator code
#else
//device code
#endif

关于iphone - iPad:我可以使用编译器指令来区分模拟器和设备吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3453615/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com