Roger Oba

Results 294 comments of Roger Oba

Yeah it's not, Xcode 13 min req is Big Sur: https://developer.apple.com/support/xcode/ To answer your question, though: not sure if I installed while on Big Sur or Monterey. Right now I'm...

Interesting @gbrhaz, that's not what I'm observing. I installed Xcode 13.3 and got the right version. Which concludes that this issue is not the same for everyone, so it might...

Hey @grantjbutler 👋 Thank you for your report! I feel your frustration, especially since it caused so many undesired side effects outside of the installation of Xcode 12.5 😱 Would...

I agree! And I think we can skip/prevent the multiple-gigabyte download if the requirement for the Xcode version is simply hardcoded in the codebase. Although this might not scale, I...

Ahh that looks awesome! I didn't know about it. If this was an official Apple API, I'd go all in. However, since it isn't, and there's a non-zero chance that...

Nope @PycKamil sorry.

@benpious that code errors out during runtime for me 😞 ``` Fatal error: Can't unsafeBitCast between types of different sizes: file /Library/Caches/com.apple.xbs/Binaries/SwiftPrebuiltSDKModules_macOS/install/TempContent/Objects/EmbeddedProjects/CrossTrain_macOS_SDK/macOS_SDK/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/swift/Swift.swiftmodule/x86_64.swiftinterface, line 2910 ``` Passing in a simple struct...

We also keep the app version and build number in a separate file, but SwiftInfo could do this heavy lifting for the user probably. In our case, we use an...

@joeboyscout04 are you using static frameworks? @rockbruno I'm also confused by your definition. Our project points out 7 dependencies, but we're easily `import`ing over 40 dependencies (from Pods) as well...

They're mostly precompiled, yes! We use https://github.com/leavez/cocoapods-binary, which precompiles all pods upon installing them. If we exclude all the precompiled ones (which probably include the native ones - right?), I...