mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
xc4 tweaks
git-svn-id: https://zxing.googlecode.com/svn/trunk@1750 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
4a90f1ad81
commit
8092a77e07
|
@ -67,3 +67,4 @@ Known issues for above steps to include:
|
|||
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.
|
||||
|
||||
- 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
|
||||
|
|
|
@ -1200,6 +1200,7 @@
|
|||
INSTALL_PATH = /usr/local/lib;
|
||||
PRODUCT_NAME = ZXingWidget;
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue