-
infer --version
Infer version v1.1.0-7fb6d4011
Copyright 2009 - present Facebook. All Rights …
-
Error :
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_ESPTouchTask", referenced from:
objc-class-ref in homeVC.o
"_OBJC_CLASS_$_ESPTools", referenced from:
objc-cla…
-
Hi,
I'm currently exploring the use of Bazel to build and distribute our internal SDK but running into an issue where the `apple_xcframework` action fails while i try to build a swift_library due t…
-
Thank you for this amazing library! The iOS screen recording detection, isCaptured is deprecated from iOS 18 onwards, and has been replaced by sceneCaptureState https://developer.apple.com/documentati…
-
### What problem or need do you have?
We currently don't generate resource bundle accessors for internal targets that purely include Objective C sources.
We used to do that but had to revert that …
-
Full Error:
-- The C compiler identification is AppleClang 15.0.0.15000309
-- The CXX compiler identification is AppleClang 15.0.0.15000309
-- Detecting C compiler ABI info
-- Detecting C compil…
-
i install this lib and run xcode got error like
163 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
i have check #108…
-
Hi, i've a project mixed swift/objc.
I using CoreStore in my Swift classes but I cannot understand how to mix the objc classes.
I need to import the CoreStore in my classes and after call the swift …
-
Hi,
I'm currently exploring the use of Bazel to build and distribute our internal SDK but running into an issue where the `apple_xcframework` action fails while i try to build a swift_library due t…
-
**What is the feature you'd like to have?**
When binary ninja analyses a binary, it creates a __objc_stubs section. It would be nice if the method stubs would be named after the methods they call.
…