xcode 執行出現類似-[__NSCFString objectForKey:]: unrecognized selector sent to instance的除錯方法
1.在程式中任意的.m檔案(最好在特定的檔案中,如為解決此類問題單獨建一個統一的.m檔案)中新增類似以下程式碼
@implementation NSString (NSStringDebug)
-(void) objectForKey:(NSString*) str {
assert(NO); // 這裡的assert(NO)是必須的,不允許該函式正常執行
}
@end
2.然後將斷點打在assert(NO)之前即可
3.除錯完記得刪除這些程式碼段點
相關推薦
xcode 執行出現類似-[__NSCFString objectForKey:]: unrecognized selector sent to instance的除錯方法
1.在程式中任意的.m檔案(最好在特定的檔案中,如為解決此類問題單獨建一個統一的.m檔案)中新增類似以下程式碼 @implementation NSString (NSStringDebug) -(void) objectForKey:(NSString*) str
unrecognized selector sent to instance出現的原因和解決方案
造成unrecognized selector sent to instance iphone,大部分情況下是因為物件被提前release了,在你心裡不希望他release的情況下,指標還在,物件已經不在了。很多時候,是因為init初始化函式中,對屬性賦值沒有使用self
出現“unrecognized selector sent to instance”問題原因之一及解決方法。
對於iPhone開發初學者來說,很想實現自己在iPhone上的第一個小程式,準備工作就緒侯就信心滿滿的開始了!一般來說大家可能都是從Hello World做起吧。 反正我是的,:),如果按照文件上的說明去做,一般也不會出現什麼問題。也建議初學者這樣開始,畢竟會增強我們自己的
[UIApplication openURL:options:completionHandler:]: unrecognized selector sent to instance
有用 lec ica value selector sent har div option 最近看日誌發現有用戶點擊跳轉閃退的問題,查了一下原因是下面的方法是在ios 10系統以後才支持的,如果用戶是ios 10以下系統會崩潰 [[UIApplication shared
【IOS】無法識別類別拓展方法unrecognized selector sent to instance的解決方法
有時在開發中會發現無法識別拓展類別的新增方法,總是識別原檔案的方法,而原檔案中是沒有新添方法的,於是在動態呼叫拓展方法時丟出了unrecognized selector sent to instance的錯誤。 解決方法是在Xcode的Build Settings下Othe
-[AVComposition URL]: unrecognized selector sent to instance
[manager requestAVAssetForVideo:PHAsset options:videoRequestOptions resultHandler:^(AVAss
NSCFType unrecognized selector sent to instance等問題
看到這些問題,其實列印的很清楚,就是NSCFType找不到某個方法,但瞬間又疑惑了,NSCFType是什麼鬼,自己也沒呼叫這個類,後來網上查了一下,大部分的資料是說,也就是說,instance物件過早的釋放掉了,指標雖然還是指向那塊記憶體地址,但記憶體實際已經被釋放掉了,自然
問題人生[20160330] -[NSCFString containsString:]: unrecognized selector sent to instance 0x7f9902724da0
進行字串搜尋比對時用到的方法 containsString,在iOS7中執行時發生崩潰: -[NSCFString containsString:]: unrecognized selector sent to instance 0x7f9902724da0 查詢API
-[__NSCFConstantString size]: unrecognized selector sent to instance 0xce18c0
原[btn setImage:@"iconfont-liaotian" forState:UIControlStateNormal]; 改[btn setImage:[UIImage imageName
-[__NSArrayI addObject:]: unrecognized selector sent to instance 0x1744523c0
出現這種報錯,我之前也很疑惑,但看一下錯誤資訊後明白了,我的可變陣列被改成不可變陣列了,不能使用addobject來新增資料,所以我就找程式碼中哪裡別修改了,發現對陣列做去重處理的時候被改變的讓後改成這樣就好了,mutablecopy方法是將就不可變陣列轉換為可變陣列,然後就
[UIImageView setImageWithURL:]: unrecognized selector sent to instance解決辦法
Common Problems Using dynamic image size with UITableViewCell UITableView determins the size of the image by the first image set for a cell. If your rem
unrecognized selector sent to instance
問題原因是:我的storyboard中的介面class中沒有關聯自己的類:FendianTBV,關聯好後傳值就再無問題了 ios 開發中我從一個介面往另一個storyboard介面傳值時出現了這個問題
使用Masonry報unrecognized selector sent to instance的錯
問題的來源: 現在我公司有兩個專案,A專案(使用xcode的版本比較舊),B專案(使用最新的xcode版本); B專案是使用cocoaPods管理第三方庫,並加了一些第三方庫。
unrecognized selector sent to instance問題原因之一及解決方法。
1. 自己遇到的問題: 2015-05-28 15:46:53.046 test[5298:146142] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
iOS呼叫分類時異常unrecognized selector sent to class
執行程式時寫的分類拋異常,也沒看懂異常是什麼意思,後來在分類中再新增新方法時發現.m檔案取不到.h檔案中的方法名,原來是分類檔案建立的有問題,具體原因還不知道。對unrecognized selector sent t
將dylib庫嵌入macOS應用後執行出現dyld: can't resolve symbol _xxx的解決方法
在製作macOS應用程式時,將庫放入xcode工程後連線成功但是執行會報dyld: can't resolve symbol _xxx in /xxx/xxx/... because dependent dylib #N could not be leaded的原因有兩個: 1:必須將
objective-c-常見問題-encodeWithCoder -unrecognized selector sent
-[XXXXXXX(你定義的類) encodeWithCoder:]: unrecognized selector sent to instance 0x8ec89e0' 這個問題字面意思,就是你定義的的類的encodeWithCoder:方法找不到 既然是出現了
Argument of '#selector' refers to instance method 'changeScale(byReactingTo:)' that is not exposed t
swfit 4 的新特性, 今天編譯程式碼發現了這個問題,查了下,修正很簡單在相關類前加: @objcMembers! As of Swift 4 you'll start seeing the error "Argument of '#selector' ref
Swift-Xcode真機執行出現Reason: image not found錯誤
在用swift開發時,使用真機報錯,出現 dyld`dyld_fatal_error: -> 0x120099088 <+0>: brk #0x3 或者 Reason: image not found 兩個辦法 一、網上基本都是這個,但是我使用的時候沒
react-native 在新版Xcode(10+)中執行出現的問題: node_modules/react-native/third-party/glog-0.3.4 , C compiler ca
解決方法是: github 問題地址 https://github.com/facebook/react-native/issues/19774 I had the same issue bu