2
創建JSON如何創建從一個核心數據實體和1 NSJSONSerialization
一個JSON
對象:米以下兒童?從核心數據
當試圖輸出其轉換爲JSON
前的讀取請求的NSDictionary
,我得到一個平坦的NSDictionary
沒有設定propertiesToFetch
當任何關係或我的應用程序崩潰的關係。
這是我的代碼:
NSFetchRequest *request = [NSFetchRequest
fetchRequestWithEntityName:@"ContrSector"];
request.resultType = NSDictionaryResultType;
request.propertiesToFetch = @[@"industries"];
NSError *error;
NSArray *result = [self.managedObjectContext
executeFetchRequest:request error:&error];
什麼是正確的方式做到這一點?
它崩潰與'無效一對多的關係((),姓名等行業,isOptional 1,isTransient 0,實體ContrSector,renamingIdentifier行業...' –
AlexR
什麼是崩潰時,只是用「行業「 – wattson12
' - [NSSQLToMany foreignEntityKey]:無法識別的選擇發送到實例0x100185460' – AlexR