From 972fa4dd15040b099de2d850337929fcac040de7 Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Thu, 16 May 2013 15:45:29 +0200 Subject: [PATCH] CoreGraphics is required --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c870fba..897399c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,10 @@ To integrate the QR Code Encoder static library with your iOS application, follo 4. Switch to the Build Settings page, go down to the Search Paths section. (if you have trouble finding it, type "header search" in the search field) Add the absolute path to the source code directory to the path list. - - 5. Build the project and you are good to go! + + 5. Add "CoreGraphics" framework to frameworks + + 6. Build the project and you are good to go! How to Use =========================