Christopher Prince

Results 48 comments of Christopher Prince

This should resolve: https://github.com/Vidhyadharan24/SideMenu/issues/5

Happy to answer any questions you might have about this PR. I'm actively using my changed fork of your repo in https://apps.apple.com/us/app/neebla/id1244482164 (and see https://github.com/SyncServerII/Neebla/). Would be happy to switch...

Hmmm. There are other issues I'm having too with this change away from allowing the caller to have their own `NavigationView`. Two other issues: 1) I used to be able...

I'm getting a similar problem. In my case, even if manually insert the library into the project I still cannot get it to work. The left nav bar button does...

Actually, I have it working now. But, I am having to manually insert the library into the project. My problem, when I had the library inserted manually before, seemed to...

I'd rather have this working as an actual Cocoapod. Ideas?

Hey-- Thanks! I've got this working with SPM now. This is probably difficult but in one of my SPM dependencies, in its Package.swift, I make use of conditional dependencies: ```...

It looks like this path `$CONFIGURATION_BUILD_DIR/../../../SourcePackages/checkouts` doesn't work when archiving with Xcode. I get: ``` Showing All Messages Error: Invalid source path: /Users/chris/Library/Developer/Xcode/DerivedData/Neebla-aybzuiaoyytaypbvqtqeummvcssh/Build/Intermediates.noindex/ArchiveIntermediates/Neebla/BuildProductsPath/Release-iphoneos/../../../SourcePackages/checkouts Command PhaseScriptExecution failed with a nonzero exit...

An update on this issue. I am getting some failures with an issue that seems directly connected to the above SSL usage with my Kitura-based server. When I run the...

Further update. I've now tried this with a CA Authority signed SSL certificate (from https://letsencrypt.org). The same basic issue occurs. When I'm doing multiple successive of these in a row,...