Wojciech Kulik
Wojciech Kulik
Possible explanation: https://stackoverflow.com/questions/38200738/firebase-additional-permissions-is-user-asked-for-acceptance/38229715
@Woit thanks for the workaround! I've already reported this issue to Apple: FB13684602 It happens even if you just reset `xcodeproj` in your external git client :). So it's not...
@emmericp thank you! Any advice on how can I quickly verify it? I see that there is no new release yet and I can't find any information how to build...
> but since my patch is lua only you can just apply it to your existing installation what did you mean by that? I installed LuaLS from Homebrew, so I've...
I think I solved the problem by setting in `.luarc.json`: ``` { "workspace.library": ["${3rd}/luassert/library"], "workspace.checkThirdParty": false, "diagnostics.libraryFiles": "Disable", } ``` Specifically: ``` "diagnostics.libraryFiles": "Disable", ```
Hmm, the plugin relies on `.xcscheme` files inside `xcodeproj`. It looks like Xcode doesn't autogenerate all schemes at once. Clicking on `Edit Scheme...` and switching between all schemes should generate...
Ahhh, so there could be schemes also in `.swiftpm/xcode/xcschemes`. I didn't know about this path.
I will need to investigate it, for now I'm reverting the improvement to find schemes based on generated files. Let me know if it resolves your issue.
I had to revert yesterday's changes because they break other things as now there is no build configuration selection. I missed yesterday that this problem is generally about SPM packages,...
Currently, tests are supported only via test plans, so if you configure a test plan in your main app that runs tests from specific module you should be able to...