Aditya Atul Tirodkar

Results 105 comments of Aditya Atul Tirodkar

We initially thought it was the binding stub as well. Can you see any particular reason why other symbols are not affected by this?

I tried the code above, without the constructor, however we still seem to get the issue. The way I tried was by using rebind_symbols directly in a viewDidLoad or in...

Also, we are using the latest Xcode with a freshly created app with no changes whatsoever except the above ones.

@grp Is there any plan for adding any of the suggested fixes? It would be incredibly advantageous for users trying to debug with sanitizers and fishhook.

> A dirty hack that seems to work is: > > ``` > static void _rebind_symbols_for_image(const struct mach_header *header, > intptr_t slide) { > uint32_t c = _dyld_image_count(); > for...

@grp are there plans to merge these PR's? https://github.com/google/EarlGrey/issues/1641

@AlbertWang0116 could look into it. CocoaPods support is unfortunately best effort at the moment. We'll try to get this prioritized.

We've checked this for tvOS, but not WatchOS. There's a lot of UIKit code in EarlGrey which is iOS Only. I have a feeling that defining it out would allow...

Thanks a lot for this issue. We'll take a look - we are trying to add SwiftUI support at the moment.