zxingify / zxingify-objc

An Objective-C Port of ZXing
Apache License 2.0
3.07k stars 753 forks source link

Fix Xcode warnings ("Skipping duplicate build file...") #518

Closed alexmanzer closed 1 year ago

alexmanzer commented 3 years ago

The change in the default subspec All will prevent that the symbolic links for the headers in ZXingObjC/inlcude will be added twice to the Headers build phase.

Additional, Xcode12 resp. cocoapods will warn, if a pod has min deployment target < 9.0.

alexmanzer commented 3 years ago

This will fix the Issue: https://github.com/zxingify/zxingify-objc/issues/509

benjohnde commented 1 year ago

Fixed in current master