Antoine Marcadet
Antoine Marcadet
Unfortunately this is private project, all I can do is extract a small chunk of code like above or create a sample project if that can help. I might have...
I assume that you have figured out a solution to your problem. Nevertheless, could you explain me what was the "old XMLReader" you were referring to? I've looked through the...
Hi, sorry for the delay. I assume that you have found a solution by now. Would you mind to share it or open a PR with it? I am trying...
After few more tests it occurs that this bug only happens when you dismiss the keyboard with the first touch on the text field and drag down from that point....
Hi again, We have "solved" the issue with the simple trick explained above. ``` objc static SimpleAuthProvider *__currentProvider = nil; static SimpleAuthRequestHandler __currentCompletion = nil; ... // Keep reference to...
Is it still not planned to support linux? It would be great to run some part of tuist on cheaper machine or in docker.
Sorry for the delayed answer, I would like to run `fetch` or `generate` but, as I deep dive into Tuist, I figured that it use `xcodebuild` under the hood so...
same here with [Youtube iOS Player Helper](https://github.com/youtube/youtube-ios-player-helper) and other libs ``` [Application Loader Error Output]: ERROR: [ContentDelivery.Uploader] Asset validation failed (90542) Invalid CFBundleSupportedPlatforms value. The CFBundleSupportedPlatforms key in the Info.plist...
Based on this issue https://github.com/tuist/tuist/issues/4286, I have updated the script to the new cache path used by Tuist 4 and added a test to allow script execution over already cleaned...
+1 for that feature Would be great to have a way to configure custom macros that be recognized along with standard `NSLocalizedString*` macros.