Andrew McKnight

Results 173 comments of Andrew McKnight

You might be able to work around this by removing your carthage build directory and rerunning carthage build so SwiftyJSON builds with the new toolchain, assuming your `xcode-select` is pointing...

Just hit this as well. I wrote a quick script to just remove all build settings after generating the pbxproj: ```shell #!/usr/bin/env bash xcode_project="${1}" pbxproj_file="${xcode_project}/project.pbxproj" perl -0pe 's/buildSettings = \{[^}]*\};/buildSettings...

Try adding `link: true` under the SPM package dependency for your target, like so: ``` target: myTarget dependencies: - package: mySPM_Dependency link: true ```

Would this be a good place to look for implementation? Either in this function body, or at a caller of this function? https://github.com/yonaskolb/XcodeGen/blob/10fb43137b3d1f44e2d1d4fafa772a946bafb8c7/Sources/XcodeGenKit/PBXProjGenerator.swift#L708

Hi @mrtnrst, I'm just looking for some clarification on how you have your project set up (and per https://github.com/getsentry/sentry-cocoa/pull/1726#issuecomment-1183546409, I think it would be helpful to have a MVP that...

What is the rationale to do this client side vs server side?

We can put this behind a separate makefile task like `make init-samples`

πŸ‘πŸ» FWIW, I tried this for the first time, which doesn't pre-populate the issue template 😞 : Guess I won't use that again πŸ˜… Or I can look at if...

Added it to the current benchmarking update omnibus PR πŸ˜„