semnyqu

Results 25 issues of semnyqu

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react-native npm ERR! react-native@"0.61.3" from...

Hook UIView frame not work

Android 11, Android10,华为,Oppo都测试过 debug模式下日志 ![debug](https://user-images.githubusercontent.com/14885293/150741491-478e6f58-3bd6-45ce-bb0c-62f6aad15715.png) debug模式下,是可以正常获取到CPU信息,我看了下代码,top -n 1获取到的日志如上图,红框部分是重点,但是在release模式下,获取的格式不一样,而且当前APP的pid(myPID)在获取到的日志信息里面找不到,如下截图部分所示,红框部分 ———————————————————— release模式下日志 ![release](https://user-images.githubusercontent.com/14885293/150741549-a6463be6-f600-4dce-9378-81dfeeed4ced.png)

![image](https://user-images.githubusercontent.com/14885293/41339853-80a88584-6f28-11e8-8c76-d720add8d5cc.png) ![image](https://user-images.githubusercontent.com/14885293/41339869-8d7c225c-6f28-11e8-8037-838a81322403.png)

why? actionHandler from ^(LGAlertView *alertView, NSString *title, NSUInteger index) to ^(LGAlertView *alertView, NSUInteger index, NSString *title) ; So unreasonable!!!

#import "XAAppDelegate.h" #import "XAspect.h" #define AtAspect AnalyticsAppDelegate #define AtAspectOfClass XAAppDelegate @classpatchfield(XAAppDelegate) AspectPatch(-, BOOL, application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions) { NSLog(@"成功加载友盟统计"); return XAMessageForward(application:application didFinishLaunchingWithOptions:launchOptions); } @EnD #undef AtAspectOfClass #undef AtAspect 在自己的项目中,加入如上代码,debug中,没有进入AspectPatch的代码块中,"成功加载友盟统计"日志未打印

ScrollView: Calling `getNode()` on the ref of an Animated component is no longer necessary. You can now directly use the ref instead. This method will be removed in a future...

[!] Unable to satisfy the following requirements: - `TSMessages (~> 0.9.13)` required by `Podfile` None of your spec sources contain a spec satisfying the dependency: `TSMessages (~> 0.9.13)`. You have...

can't set the space of titlelabel

![image](https://user-images.githubusercontent.com/14885293/57507806-5d286c00-7332-11e9-8c02-0f023cbda44f.png) performSelector queue.sync: on_queue_fulfillmentToken 00selector: on_queue_fulfillmentToken 以上是调试的信息,出现on_queue_开头的方法,基本都会崩溃 崩溃位置如上图