zxingify / zxingify-objc

An Objective-C Port of ZXing
Apache License 2.0
3.06k stars 752 forks source link

Xcode 14.X bitcode problem #576

Closed seiyashun closed 1 year ago

seiyashun commented 1 year ago

I got a problem with carthage when building.

1/. The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'iOS Framework' from project 'ZXingObjC')

2/. Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode. (in target 'iOS Framework' from project 'ZXingObjC')

So i don't know how to fix above errors. Please help me, thank! Deprecations Because bitcode is now deprecated, builds for iOS, tvOS, and watchOS no longer include bitcode by default. (87590506)