小编Bru*_*iro的帖子

IntelliJ IDEA插件开发 - 从插件内部进行日志记录

如何在IntelliJ插件中记录某些内容以进行调试?(我没有使用Community Edition)

java logging intellij-idea intellij-plugin

16
推荐指数
1
解决办法
2718
查看次数

无法编译生成的注册商代码-MT4109

在iOS中构建Xamarin.Forms应用程序,出现以下错误

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets (_CompileToNative target) ->

MTOUCH: error MT4109: Failed to compile the generated registrar code. Please file a bug report at http://bugzilla.xamarin.com

 6 Warning(s)
 1 Error(s)
Run Code Online (Sandbox Code Playgroud)

时间已过00:00:51.5040280

obj/iPhone/Debug/build-iphone8.1-10.1.1/mtouch-cache/registrar.m:6806:74: error: expected a type
            -(BOOL) gestureRecognizer:(UIGestureRecognizer *)p0 shouldReceivePress:(UIPress *)p1;
                                                                                    ^ 
    /obj/iPhone/Debug/build-iphone8.1-10.1.1/mtouch-cache/registrar.m:6848:74: error: expected a type
            -(BOOL) gestureRecognizer:(UIGestureRecognizer *)p0 shouldReceivePress:(UIPress *)p1
                                                                                    ^ 
    obj/iPhone/Debug/build-iphone8.1-10.1.1/mtouch-cache/registrar.m:6851:10: error: no matching function for call to 'native_to_managed_trampoline_37'
                    return native_to_managed_trampoline_37 (self, _cmd, &managed_method, p0, p1, "UIKit.UIGestureRecognizer, Xamarin.iOS", "UIKit.UIPress, Xamarin.iOS", "UIKit.UIGestureRecognizer+_UIGestureRecognizerDelegate, Xamarin.iOS", "ShouldReceivePress");

obj/iPhone/Debug/build-iphone8.1-10.1.1/mtouch-cache/registrar.m:1705:13: note: candidate function not viable: no known …
Run Code Online (Sandbox Code Playgroud)

xamarin.ios xamarin.forms

1
推荐指数
1
解决办法
1733
查看次数