Martin Albrecht

Results 12 comments of Martin Albrecht

Maybe a bit late, but: Try to specify a name for the package inside your Package.swift: ``` dependencies: [ .package(name: "SwiftSMTP", url: "https://github.com/Kitura/Swift-SMTP", .upToNextMinor(from: "5.1.0")), ], ``` After specifying the...

Having the same problem: IntelliJ IDEA 2017.2.5 Build #IU-172.4343.14, built on September 26, 2017 Licensed to Digital Media Hub GmbH / Martin Albrecht Subscription is active until February 15, 2018...

@itsthisjustin This error usually occurs when a library or framework has not been added to "Frameworks, Libraries, and Embedded Content" inside the "General" tab in your project's target and to...

I can test this tomorrow on a macOS 14 device. However, it sounds more like an issue with Xcode, as it seems to be losing the reference to the library....

I tried several combinations but, unfortunately, I cannot reproduce your issue. I still suspect that your Xcode might be causing the problem. Perhaps removing and re-adding the package could help....

The changes between versions 0.8.0 and 0.9.0 mainly focus on the drag gesture. 🤔 @gferrara8596 @itsthisjustin do you use the library via SPM or CocoaPods?

@jparismorgan As I'm still waiting for the Vision's release in the EU, I haven't had a chance to test it on a real device. However, I had no issues inside...

@jparismorgan I can confirm that the library is running fine on VisionOS natively and in iPad mode.

Could you provide more information? It sounds like your packages are not loaded correctly. Did you try reloading / updating your packages inside XCode?

@wfs498121294 Thank you for the screenshots and information. It looks like you forgot to add the package to your target when you added it. Please make sure that SimpleToast is...