-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Description
Xcode 15.0.1
macOS 13.5.1
I updated library version to 3.6.9 and got the following error when building the project:
❌ the target 'ZXingObjC' in product 'ZXingObjC' contains unsafe build flags.
I believe this issue was introduced in PR #569 by those changes:
Lines 69 to 71 in 510db5f
| linkerSettings: [ | |
| .unsafeFlags(["-fprofile-instr-generate"]) | |
| ] |
Library is linked with the exact version.
.package(
url: "https://github.com/zxingify/zxingify-objc",
exact: "3.6.9"
)I know there are some workarounds like providing commit hash but it doesn't cut it for me.
freeworld1995, lnj0945, valeriy-kolodiy, im-jersh, rychhr and 5 morelnj0945, cutmail and SXDgit
Metadata
Metadata
Assignees
Labels
No labels