From 8092a77e07b0aa4b48f2ed679619e962fe69373d Mon Sep 17 00:00:00 2001 From: "smparkes@smparkes.net" Date: Thu, 28 Apr 2011 18:43:34 +0000 Subject: [PATCH] xc4 tweaks git-svn-id: https://zxing.googlecode.com/svn/trunk@1750 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- iphone/README | 3 ++- iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/iphone/README b/iphone/README index 26336fc51..87e22acc2 100644 --- a/iphone/README +++ b/iphone/README @@ -66,4 +66,5 @@ Known issues for above steps to include: the exact command line instruction that is ran and fails. You can then make sure that the Header search path you specified is there, and you can also copy/paste this line into your terminal and try to see if you can reproduce/fix the error by adding the right path to the compiler. Once is is fixed, you should have an idea of what's the problem and accordingly modify your Header Search Path. - \ No newline at end of file + + - You could have issue of building AdHoc or release build in Xc4 with "No Packager exists for the type of archive" message - see http://stackoverflow.com/questions/5271496/xcode4-ios-4-3-no-packager-exists-for-the-type-of-archive/5322743#5322743 diff --git a/iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj b/iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj index f26153c4e..8d26f6350 100644 --- a/iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj +++ b/iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj @@ -1200,6 +1200,7 @@ INSTALL_PATH = /usr/local/lib; PRODUCT_NAME = ZXingWidget; SDKROOT = iphoneos; + SKIP_INSTALL = YES; }; name = Release; };