草庐IT

bucket_selector

全部标签

ios - 更新 FacobookLogin Pod,出现错误 : No known class method for selector 'objectForJSONString:error:'

最近我更新了在我的应用程序中实现的FacebookLogin按钮的下面提到的podpod'FacebookCore'pod'FacebookLogin'两个pod的版本都是0.7.0我已经使用命令更新了podpodupdate更新完我建项目的时候路径有错Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m:163:60:Noknownclassmethodforselector'objectForJSONString:error:'这两个错误都发生在同一个类的两个地方Nokno

ios - 更新 FacobookLogin Pod,出现错误 : No known class method for selector 'objectForJSONString:error:'

最近我更新了在我的应用程序中实现的FacebookLogin按钮的下面提到的podpod'FacebookCore'pod'FacebookLogin'两个pod的版本都是0.7.0我已经使用命令更新了podpodupdate更新完我建项目的时候路径有错Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/Internal/FBSDKLoginManagerLogger.m:163:60:Noknownclassmethodforselector'objectForJSONString:error:'这两个错误都发生在同一个类的两个地方Nokno

ios - -[_SwiftValue encodeWithCoder :]: unrecognized selector sent to instance

尝试使用NSCoder时出现错误Player.swift:classPlayer:NSObject,NSCoding{privatevar_playerName:String!privatevar_playerScore:Int!privatevar_playerColor:PlayerColor!//PlayerColorisanenumvarplayerName:String{get{return_playerName}set{_playerName=newValue}}varplayerScore:Int{get{return_playerScore}set{_playerSco

ios - -[_SwiftValue encodeWithCoder :]: unrecognized selector sent to instance

尝试使用NSCoder时出现错误Player.swift:classPlayer:NSObject,NSCoding{privatevar_playerName:String!privatevar_playerScore:Int!privatevar_playerColor:PlayerColor!//PlayerColorisanenumvarplayerName:String{get{return_playerName}set{_playerName=newValue}}varplayerScore:Int{get{return_playerScore}set{_playerSco

ios - [LAContext biometryType] : unrecognized selector on iOS 11. 0.0

我在fabric中看到了数十次崩溃FatalException:NSInvalidArgumentException-[LAContextbiometryType]:unrecognizedselectorsenttoinstance0x1c066aa00这很奇怪,因为我只在iOS11+的LAContext上调用了biometryType。代码:privatestaticvarbiometryType:BiometryType?{letcontext=LAContext()guardcontext.canEvaluatePolicy(.deviceOwnerAuthentication

ios - [LAContext biometryType] : unrecognized selector on iOS 11. 0.0

我在fabric中看到了数十次崩溃FatalException:NSInvalidArgumentException-[LAContextbiometryType]:unrecognizedselectorsenttoinstance0x1c066aa00这很奇怪,因为我只在iOS11+的LAContext上调用了biometryType。代码:privatestaticvarbiometryType:BiometryType?{letcontext=LAContext()guardcontext.canEvaluatePolicy(.deviceOwnerAuthentication

ios - 无法从 Swift 继承 NSInputStream(initWithData : unrecognizer selector)

我似乎无法弄清楚我做错了什么会产生以下错误:2015-02-0212:48:17.029InputStreams[14816:221224]-[InputStreams.CustomStreaminitWithData:]:unrecognizedselectorsenttoinstance0x7fda2e1aac30这是我的CustomStream子类。importFoundationclassCustomStream:NSInputStream{letstreamName="MyCustomStream"overrideinit(data:NSData){super.init(da

ios - 无法从 Swift 继承 NSInputStream(initWithData : unrecognizer selector)

我似乎无法弄清楚我做错了什么会产生以下错误:2015-02-0212:48:17.029InputStreams[14816:221224]-[InputStreams.CustomStreaminitWithData:]:unrecognizedselectorsenttoinstance0x7fda2e1aac30这是我的CustomStream子类。importFoundationclassCustomStream:NSInputStream{letstreamName="MyCustomStream"overrideinit(data:NSData){super.init(da

ios - Swift 应用程序在 CLLocationManager 上崩溃并显示 `unrecognized selector sent to instance`

与StackOverflow上的许多其他问题类似,在运行我的应用程序时,我遇到了unrecognizedselectorsenttoinstance错误。让我的案例与众不同(我认为)的是它是用Swift编写的,而常见的原因不是这里的原因。在this问题解决方案是在身份检查器中将该View的“自定义类”设置为响应类。我检查了一下,情况确实如此(请注意,我确实在某个时候重命名了该类,但现在它肯定设置为“ViewController”)。我包括下面的堆栈跟踪以及ViewController.swift的代码。您还可以找到所有代码here.我通过重新开始设法避免了这个问题,这使我能够解决我的e

ios - Swift 应用程序在 CLLocationManager 上崩溃并显示 `unrecognized selector sent to instance`

与StackOverflow上的许多其他问题类似,在运行我的应用程序时,我遇到了unrecognizedselectorsenttoinstance错误。让我的案例与众不同(我认为)的是它是用Swift编写的,而常见的原因不是这里的原因。在this问题解决方案是在身份检查器中将该View的“自定义类”设置为响应类。我检查了一下,情况确实如此(请注意,我确实在某个时候重命名了该类,但现在它肯定设置为“ViewController”)。我包括下面的堆栈跟踪以及ViewController.swift的代码。您还可以找到所有代码here.我通过重新开始设法避免了这个问题,这使我能够解决我的e