mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -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
|
@ -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
|
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,
|
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 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;
|
INSTALL_PATH = /usr/local/lib;
|
||||||
PRODUCT_NAME = ZXingWidget;
|
PRODUCT_NAME = ZXingWidget;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
|
SKIP_INSTALL = YES;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue