Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Same problem here: SettingsError: noExecutablePath(<IDESwiftPackageStaticLibraryProductBuildable:ObjectIdentifier(0x000060002acb5aa0):'CLibreSSL'>) This time it's even a library that does not get used at all on Apple platforms, since it's conditional in Package.swift:             dependencies: [                 .product(name: "CLibreSSL", package: "CLibreSSL", condition: .when(platforms: [.linux])),             ],
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Reply to send udp socket multicast address in network framework iOS 17 version
Do you have the multicast networking entitlement?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Same problem here: SettingsError: noExecutablePath(<IDESwiftPackageStaticLibraryProductBuildable:ObjectIdentifier(0x000060002acb5aa0):'CLibreSSL'>) This time it's even a library that does not get used at all on Apple platforms, since it's conditional in Package.swift:             dependencies: [                 .product(name: "CLibreSSL", package: "CLibreSSL", condition: .when(platforms: [.linux])),             ],
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 12 can't resolve private SPM packages
Having the same problem now with Xcode 13. The github access token has all privileges and although I even add the ssh://git@github… address, Xcode 13 seems to try to check it out via HTTP. Yet, in the github account settings I also have [SSH] selected.
Replies
Boosts
Views
Activity
Oct ’21