Ian Bytchek
Ian Bytchek
Mine was too. Happening with the Sparkle appcast file trying to parse to JSON and build back into XML: ```xml Example en ``` Works perfectly fine with the latest v3....
Just to stress out, this concerns all nested apps, agents and XPC services that make use of the AppCenter. If a single app contains 5 embedded executables with the AppCenter...
I just want to use a custom location for each App Center folder. In this particular case I want it to live under the app-named directory, something along these lines:...
I use App Center both with the sandboxed and old school architectures. True, it's way more organic with sandboxed apps, but sandboxing an app is a radical move and not...
@hamswan But we're anticipating the feature, not the request… 😄 @jaelim-ms mentioned the data migration challenges. I'm guessing this is the blocker as it puts all the pressure on you...
Just run into the same issue. A detailed error message could have saved lots of debugging time. Like @papley suggests, printing the stderr output instead of the generic `Shell command...
Having exactly the same issue with numeric indexes – works perfect with text, but when it comes to numbers, values are inaccessible. @dylantack you're are the man! It's the ugly...
@EsterYtterbrink have you figured it out yet? It seems like standard thing when upgrading Xcode, simply recompile all carthage dependencies with `carthage build`.
Actually, even with `public` schema prepended it fails at a later stage with the same error… 🤔
Hey Rasmus, hope you've been well! Thanks a bunch for the quick response. Alrighty, I narrowed this down to 2.5 issues. Some context how I ended up here: 1. I...