Remove duplicate CoreData.framework entry, add note about linker flags

This commit is contained in:
Blake Watters
2012-09-26 14:34:28 -04:00
parent 6d16dbb7bb
commit 0ff61e53f4

View File

@@ -441,7 +441,11 @@ The following Cocoa frameworks must be linked into the application target for pr
1. **CoreData.framework**
1. **Security.framework**
1. **MobileCoreServices.framework** on iOS or **CoreServices.framework** on OS X
1. **CoreData.framework** (if using Core Data)
And the following linker flags must be set:
1. **-ObjC**
1. **-all_load**
### ARC