swiftpm Questions
2
I have a local swift package Foo which provides two different libraries Foo and FooB. Now I would like to use them in another local package Bar. I am only able to get the whole package by path decl...
Chartography asked 14/12, 2022 at 13:25
2
I'm getting this warning from SPM (I think) since upgrading to Xcode 12.5 and I have two questions:
What does it mean?
What can I do to solve/hide it?
Would be thankful for any responses. I found...
0
I have a custom swift package I am building that has as one of its dependencies a package (Bugfender) that is an xcframework and is iOS only (and Mac Catalyst). Understandably, when I try to compil...
0
I have a framework with two targets (A and B) with the following file structure:
FooFramework
|__ A
|__ Foo.swift
|__ Bar.swift
|__ Foobar.swift
|__ B
|__ Barfoo.swift
B basically has a subset...
Epenthesis asked 11/5, 2021 at 20:24
1
TL;DR
I am getting the following error for a local Swift package dependency when attempting to use it within an iOS project in Xcode:
The package product 'DlibWrapper' cannot be used as a dependenc...
1
© 2022 - 2024 — McMap. All rights reserved.