Results 8 issues of Conan

我想知道 `YYClassPropertyInfo` 在初始化的时候,对 `type encoding` 为什么使用 `按位或`的操作,为什么不直接对 `type` 赋值,这样做有什么好处吗? ``` YYEncodingType type = 0; case 'R': { type |= YYEncodingTypePropertyReadonly; } break; case 'C': { type |= YYEncodingTypePropertyCopy; } break;...

在YTKBatchReqeust.h 有一个属性,是readonly的,如下: /// All the requests are stored in this array. @property (nonatomic, strong, readonly) NSArray *requestArray; 但是在.m里面好多地方都有访问或者赋值 _requestArray; 这个是怎么做到的?

i installed all dependencies throw MacPorts,and clone ifuse to local,then make it sucessed,but all dependencies used by .dyld now, i want make it use static library, how to modify the...

使用文件服务的时候,会启动下面的服务 start_service(LockdownService.MobileHouseArrest),然后就会抛出MuxServiceError: MissingValue异常 手机系统:iOS 15.7.6

Remove any following parts if does not have details about **Describe the bug** **To Reproduce** Steps to reproduce the behaviour: 1. connect iOS device 2. disconnect iOS device **AirtestIDE version:**...

iPados系统 13.1.3 报下面错误,视频前几帧看着像慢放 AURemoteIO.cpp:1590:Start: AUIOClient_StartIO failed (-66637) Error: code: -66637, desription: 未能完成操作。(OSStatus错误-66637。)

## stacks ``` Thread 0 Crashed: 0 libsystem_platform.dylib 0x00000001a8c3b4dc 0x1a8c36000 + 21724 1 Demo 0x0000000103b69184 +[KSCrash sharedInstance] (in Demo) (KSCrash.m:136) 2 Demo 0x0000000103b701d4 setEnabled (in Demo) (KSCrashMonitor_NSException.m:138) 3 Demo 0x0000000103b6da60...

``` { "report": { "version": "3.3.0", "id": "40D12BDC-CC13-4B1C-8780-229A49A3D451", "process_name": "CrashDemo", "timestamp": 1675929338194321, "type": "standard" }, "process": {}, "system": { "system_name": "iOS", "system_version": "12.1", "machine": "iPhone11,6", "model": "D331pAP", "kernel_version": "Darwin Kernel...