You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
For example, when integrate Siren package, which use Bundle.modulehere, the linker step will produce error:
Undefined symbols for architecture arm64:
"static (extension in Siren):__C.NSBundle.module : __C.NSBundle", referenced from:
function signature specialization <Arg[1] = Dead> of static (extension in Siren):__C.NSBundle.(sirenForcedBundlePath in _9C775CF4CEC7A5F21E625F58C71BDF22)(forceLanguageLocalization: Siren.Localization.Language) -> Swift.String? in libSiren_a_file.a(BundleExtension.swift.o)
function signature specialization <Arg[2] = Dead> of static (extension in Siren):__C.NSBundle.localizedString(forKey: Swift.String, andForceLocalization: Siren.Localization.Language?) -> Swift.String in libSiren_a_file.a(BundleExtension.swift.o)
"one-time initialization function for module", referenced from:
function signature specialization <Arg[1] = Dead> of static (extension in Siren):__C.NSBundle.(sirenForcedBundlePath in _9C775CF4CEC7A5F21E625F58C71BDF22)(forceLanguageLocalization: Siren.Localization.Language) -> Swift.String? in libSiren_a_file.a(BundleExtension.swift.o)
function signature specialization <Arg[2] = Dead> of static (extension in Siren):__C.NSBundle.localizedString(forKey: Swift.String, andForceLocalization: Siren.Localization.Language?) -> Swift.String in libSiren_a_file.a(BundleExtension.swift.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
When integrate 2 of my Swift packages which both use Bundle.module, it produces the same error. I have little knowledge about Bazel and just trying to migrate to using it, so I can only report this much information. Please tell me if you need more info.
For example, when integrate
Siren
package, which useBundle.module
here, the linker step will produce error:When integrate 2 of my Swift packages which both use
Bundle.module
, it produces the same error. I have little knowledge about Bazel and just trying to migrate to using it, so I can only report this much information. Please tell me if you need more info.WORKSPACE
:BUILD
:The text was updated successfully, but these errors were encountered: