mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
instructions to weak link AVFF
git-svn-id: https://zxing.googlecode.com/svn/trunk@2301 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
27e9d28f8f
commit
dccbd28954
|
@ -39,8 +39,10 @@ How to include ZXingWidget in a easy and clean way (in XCode4):
|
||||||
d. CoreMedia
|
d. CoreMedia
|
||||||
e. libiconv
|
e. libiconv
|
||||||
f. AddressBook
|
f. AddressBook
|
||||||
g. AddressBookUI
|
g. AddressBookUI
|
||||||
This must be done by adding them in the 'Link Libraries with Binary' just like step 2.c.
|
This must be done by adding them in the 'Link Libraries with Binary' just like step 2.c. If you are
|
||||||
|
supporting iOS 4, for AVFoundation, you must select 'Optional' in the pull down to the right in order to
|
||||||
|
weak link the framework. (Some symbols used in ZXing didn't exist before iOS 5.)
|
||||||
|
|
||||||
7. You're almost ready to go ..
|
7. You're almost ready to go ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue