semnyqu
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模式下,是可以正常获取到CPU信息,我看了下代码,top -n 1获取到的日志如上图,红框部分是重点,但是在release模式下,获取的格式不一样,而且当前APP的pid(myPID)在获取到的日志信息里面找不到,如下截图部分所示,红框部分 ———————————————————— release模式下日志 
 
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
 performSelector queue.sync: on_queue_fulfillmentToken 00selector: on_queue_fulfillmentToken 以上是调试的信息,出现on_queue_开头的方法,基本都会崩溃 崩溃位置如上图