Created
February 8, 2014 17:29
-
-
Save semireg/8887163 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ apportable load | |
| Building with TARGET_ARCH_ABI:armeabi ARM_NEON:False | |
| Building to /Users/i/.apportable/SDK/Build/android-armeabi-debug | |
| Loading configuration. | |
| Finished parsing configuration. | |
| scons: Building targets ... | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/CoreDataTVC.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDASLLogger.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDFileLogger.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/CoreDataTVC.m:20:40: error: no visible @interface for 'NSManagedObjectContext' declares the selector | |
| 'performBlockAndWait:' | |
| [self.frc.managedObjectContext performBlockAndWait:^{ | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/CoreDataTVC.m:198:42: error: no visible @interface for 'NSManagedObjectContext' declares the selector | |
| 'performBlockAndWait:' | |
| [self.searchFRC.managedObjectContext performBlockAndWait:^{ | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| 2 errors generated. | |
| In file included from /Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDASLLogger.m:1: | |
| /Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDASLLogger.h:2:9: fatal error: 'asl.h' file not found | |
| #import <asl.h> | |
| ^ | |
| 1 error generated. | |
| /Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDFileLogger.m:4:9: fatal error: 'sys/attr.h' file not found | |
| #import <sys/attr.h> | |
| ^ | |
| 1 error generated. | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:114:5: error: use of undeclared | |
| identifier 'NSExpressionDescription' | |
| NSExpressionDescription *ed = [[NSExpressionDescription alloc] init]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:114:30: error: use of undeclared | |
| identifier 'ed' | |
| NSExpressionDescription *ed = [[NSExpressionDescription alloc] init]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:114:37: error: use of undeclared | |
| identifier 'NSExpressionDescription' | |
| NSExpressionDescription *ed = [[NSExpressionDescription alloc] init]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:115:6: error: use of undeclared | |
| identifier 'ed' | |
| [ed setName:@"result"]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:116:6: error: use of undeclared | |
| identifier 'ed' | |
| [ed setExpression:ex]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:120:6: error: use of undeclared | |
| identifier 'ed' | |
| [ed setExpressionResultType:[attributeDescription attributeType]]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m:121:52: error: use of undeclared | |
| identifier 'ed' | |
| NSArray *properties = [NSArray arrayWithObject:ed]; | |
| ^ | |
| 7 errors generated. | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m:29:14: error: no visible @interface for | |
| 'NSManagedObjectContext' declares the selector 'performBlockAndWait:' | |
| [context performBlockAndWait:^{ | |
| ~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m:187:43: error: no visible @interface for | |
| 'NSManagedObjectContext' declares the selector 'existingObjectWithID:error:' | |
| NSManagedObject *inContext = [context existingObjectWithID:[self objectID] error:&error]; | |
| ~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m:259:48: error: no visible @interface for | |
| 'NSManagedObjectContext' declares the selector 'existingObjectWithID:error:' | |
| NSManagedObject *inContext = [otherContext existingObjectWithID:[self objectID] error:&error]; | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| 3 errors generated. | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m:53:11: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'performBlock:' | |
| [self performBlock:^{ | |
| ~~~~ ^~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m:96:37: error: use of | |
| undeclared identifier 'NSPersistentStoreDidImportUbiquitousContentChangesNotification' | |
| name:NSPersistentStoreDidImportUbiquitousContentChangesNotification | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m:106:40: error: use of | |
| undeclared identifier 'NSPersistentStoreDidImportUbiquitousContentChangesNotification' | |
| name:NSPersistentStoreDidImportUbiquitousContentChangesNotification | |
| ^ | |
| 3 errors generated. | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:52:46: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'parentContext' | |
| while ((currentContext = [currentContext parentContext])); | |
| ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:139:39: error: use of | |
| undeclared identifier 'NSMergeByPropertyObjectTrumpMergePolicy' | |
| [rootSavingContext setMergePolicy:NSMergeByPropertyObjectTrumpMergePolicy]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:154:25: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'setParentContext:' | |
| [defaultContext setParentContext:rootContext]; | |
| ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m:86:49: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'parentContext' | |
| if (saveParentContexts && [self parentContext]) { | |
| ~~~~ ^~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m:87:28: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'parentContext' | |
| [[self parentContext] MR_saveWithOptions:mask completion:completion]; | |
| ~~~~ ^~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m:104:15: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'performBlockAndWait:' | |
| [self performBlockAndWait:saveBlock]; | |
| ~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m:106:15: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'performBlock:' | |
| [self performBlock:saveBlock]; | |
| ~~~~ ^~~~~~~~~~~~ | |
| 4 errors generated. | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:169:77: error: use of | |
| undeclared identifier 'NSPrivateQueueConcurrencyType' | |
| NSManagedObjectContext *context = [[self alloc] initWithConcurrencyType:NSPrivateQueueConcurrencyType]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:175:77: error: use of | |
| undeclared identifier 'NSPrivateQueueConcurrencyType' | |
| NSManagedObjectContext *context = [[self alloc] initWithConcurrencyType:NSPrivateQueueConcurrencyType]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:176:14: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'setParentContext:' | |
| [context setParentContext:[self MR_defaultContext]]; | |
| ~~~~~~~ ^~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:183:14: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'setParentContext:' | |
| [context setParentContext:parentContext]; | |
| ~~~~~~~ ^~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:190:77: error: use of | |
| undeclared identifier 'NSMainQueueConcurrencyType' | |
| NSManagedObjectContext *context = [[self alloc] initWithConcurrencyType:NSMainQueueConcurrencyType]; | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:201:18: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'performBlockAndWait:' | |
| [context performBlockAndWait:^{ | |
| ~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:239:12: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'userInfo' | |
| [[self userInfo] setObject:workingName forKey:kMagicalRecordNSManagedObjectContextWorkingName]; | |
| ~~~~ ^~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m:244:36: error: no visible | |
| @interface for 'NSManagedObjectContext' declares the selector 'userInfo' | |
| NSString *workingName = [[self userInfo] objectForKey:kMagicalRecordNSManagedObjectContextWorkingName]; | |
| ~~~~ ^~~~~~~~ | |
| 11 errors generated. | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+iCloud.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m:40:85: error: cast of C pointer type 'CFStringRef' | |
| (aka 'const struct __CFString *') to Objective-C pointer type 'NSString *' requires a bridged cast | |
| NSString *applicationName = [[[NSBundle mainBundle] infoDictionary] valueForKey:(NSString *)kCFBundleNameKey]; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m:40:86: note: use __bridge to convert directly | |
| (no change in ownership) | |
| NSString *applicationName = [[[NSBundle mainBundle] infoDictionary] valueForKey:(NSString *)kCFBundleNameKey]; | |
| ^ | |
| __bridge | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m:40:97: note: use CFBridgingRelease call to transfer | |
| ownership of a +1 'CFStringRef' (aka 'const struct __CFString *') into ARC | |
| NSString *applicationName = [[[NSBundle mainBundle] infoDictionary] valueForKey:(NSString *)kCFBundleNameKey]; | |
| ^ | |
| CFBridgingRelease( ) | |
| 1 error generated. | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m:82:55: error: use of undeclared identifier | |
| 'NSPersistentStoreIncompatibleVersionHashError' | |
| BOOL isMigrationError = (([error code] == NSPersistentStoreIncompatibleVersionHashError) || ([error code] == NSMigrationMissingSourceModelError)); | |
| ^ | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/Model/Instructor.m | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m:82:122: error: use of undeclared identifier | |
| 'NSMigrationMissingSourceModelError' | |
| BOOL isMigrationError = (([error code] == NSPersistentStoreIncompatibleVersionHashError) || ([error code] == NSMigrationMissingSourceModelError)); | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m:26:19: error: no visible @interface for 'NSManagedObjectContext' | |
| declares the selector 'performBlock:' | |
| [localContext performBlock:^{ | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m:39:19: error: no visible @interface for 'NSManagedObjectContext' | |
| declares the selector 'performBlock:' | |
| [localContext performBlock:^{ | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m:56:19: error: no visible @interface for 'NSManagedObjectContext' | |
| declares the selector 'performBlockAndWait:' | |
| [localContext performBlockAndWait:^{ | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m:69:19: error: no visible @interface for 'NSManagedObjectContext' | |
| declares the selector 'performBlockAndWait:' | |
| [localContext performBlockAndWait:^{ | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m:94:19: error: no visible @interface for 'NSManagedObjectContext' | |
| declares the selector 'performBlock:' | |
| [localContext performBlock:^{ | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m:113:19: error: no visible @interface for 'NSManagedObjectContext' | |
| declares the selector 'performBlock:' | |
| [localContext performBlock:^{ | |
| ~~~~~~~~~~~~ ^~~~~~~~~~~~ | |
| 6 errors generated. | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m:140:45: error: use of undeclared identifier | |
| 'NSSQLitePragmasOption' | |
| sqliteOptions, NSSQLitePragmasOption, | |
| ^ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m:213:60: error: use of undeclared identifier | |
| 'NSPersistentStoreUbiquitousContentNameKey' | |
| contentNameKey, NSPersistentStoreUbiquitousContentNameKey, | |
| ^ | |
| 4 errors generated. | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/Model/PerformedTrack.m | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/CoreDataTVC.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDASLLogger.m.o] Error 1 | |
| Compiling /Users/i/dev/Xcode/My Journal/My Journal/Model/Releases.m | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/Lumberjack/DDFileLogger.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+Actions.m.o] Error 1 | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m.o] Error 1 | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+iCloud.m:34:85: error: cast of C pointer type 'CFStringRef' | |
| (aka 'const struct __CFString *') to Objective-C pointer type 'id' requires a bridged cast | |
| NSString *contentNameKey = [[[NSBundle mainBundle] infoDictionary] objectForKey:(id)kCFBundleIdentifierKey]; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+iCloud.m:34:86: note: use __bridge to convert directly (no change in ownership) | |
| NSString *contentNameKey = [[[NSBundle mainBundle] infoDictionary] objectForKey:(id)kCFBundleIdentifierKey]; | |
| ^ | |
| __bridge | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+iCloud.m:34:89: note: use CFBridgingRelease call to transfer ownership of a +1 | |
| 'CFStringRef' (aka 'const struct __CFString *') into ARC | |
| NSString *contentNameKey = [[[NSBundle mainBundle] infoDictionary] objectForKey:(id)kCFBundleIdentifierKey]; | |
| ^ | |
| CFBridgingRelease( ) | |
| 1 error generated. | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord+iCloud.m.o] Error 1 | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord.m:66:105: error: no visible @interface for 'NSManagedObjectModel' declares the | |
| selector 'entityVersionHashesByName' | |
| [status appendFormat:@"Model: %@\n", [[NSManagedObjectModel MR_defaultManagedObjectModel] entityVersionHashesByName]]; | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord.m:90:81: error: cast of C pointer type 'CFStringRef' | |
| (aka 'const struct __CFString *') to Objective-C pointer type 'id' requires a bridged cast | |
| NSString *defaultName = [[[NSBundle mainBundle] infoDictionary] valueForKey:(id)kCFBundleNameKey]; | |
| ^~~~~~~~~~~~~~~~~~~~ | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord.m:90:82: note: use __bridge to convert directly (no change in ownership) | |
| NSString *defaultName = [[[NSBundle mainBundle] infoDictionary] valueForKey:(id)kCFBundleNameKey]; | |
| ^ | |
| __bridge | |
| /Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord.m:90:85: note: use CFBridgingRelease call to transfer ownership of a +1 | |
| 'CFStringRef' (aka 'const struct __CFString *') into ARC | |
| NSString *defaultName = [[[NSBundle mainBundle] infoDictionary] valueForKey:(id)kCFBundleNameKey]; | |
| ^ | |
| CFBridgingRelease( ) | |
| 2 errors generated. | |
| scons: *** [Build/android-armeabi-debug/com.Semireg.My_Journal/Users/i/dev/Xcode/My Journal/My Journal/MagicalRecord/Core/MagicalRecord.m.o] Error 1 | |
| scons: building terminated because of errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment