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:
|
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.
Xcode 15.0.1
macOS 13.5.1
I updated library version to
3.6.9and 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:
zxingify-objc/Package.swift
Lines 69 to 71 in 510db5f
Library is linked with the exact version.
I know there are some workarounds like providing commit hash but it doesn't cut it for me.