Ernesto Cambuston
Ernesto Cambuston
Support ObjC stubs: > [lld-macho] Add support for objc_msgSend stubs > > Apple Clang in Xcode 14 introduced a new feature for reducing the > overhead of objc_msgSend calls by...
Getting `Assertion failed: (got_idx != -1), function get_got_addr, file mold.h, line 1017.` > "/usr/local/bin/ld64.mold" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.1.6/lib/darwin/libclang_rt.profile_iossim.a -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch arm64 -bundle -bundle_loader /Users/myuser/DerivedData/Projects/Build/Products/Debug-iphonesimulator/MockApp.app/MockApp -dead_strip -platform_version ios-simulator 14.0.0 15.5 -syslibroot...
Using 3.0.0-rc1 When attempting to import `facebook-ios-sdk` static framework, using `apple_static_xcframework_import`, it's giving the following error: ``` Sources/HelloWorld.swift:1:8: error: failed to build module 'FBSDKLoginKit'; this SDK is not supported by...
Running into this issue consistently on macOS. Is there some configuration I should set to make it work correctly? I'm not seeing this error with the docker image. ``` runtime/cgo:...
I've been playing with the idea of allowing automocks of some core components of iOS applications. For example: ```swift protocol MyAwesomeViewControllerType: UIViewController, Automockable { init(myImportantParameter: Bool) func someUsefulFunction() } ```...
Relates to: https://github.com/yonaskolb/XcodeGen/pull/1468 Since the buildableReference passed to the test action macroExpansion param is literally the first buildable reference, there's a chance that buildable reference is not part of the...
There are cases where it's useful to specify an alternate target as macro expansion for tests instead of the default which it's currently the first buildable reference.
## Issue When using Carthage to install [Google's Recaptcha xcframework 18.7.0](https://dl.google.com/recaptchaenterprise/v18.7.0/RecaptchaEnterprise_iOS_xcframework/recaptcha-xcframework.xcframework.zip), I'm getting the following error: ``` Unable to determine framework Swift version: No architectures found in dSYM ``` The...