croesus

Results 4 comments of croesus

I added this line at the top of my Podfile, just below the platform statement and it fixed the duplicate assets problem `install! 'cocoapods', :disable_input_output_paths => true` See https://stackoverflow.com/questions/57740477/cant-assign-xcassets-to-the-main-target-on-xcode-11 for...

I got EXC_BAD_ACCESS from that fix when the method is invoked. Following this advice from StackOverflow (http://stackoverflow.com/questions/2650190/objective-c-and-use-of-sel-imp) seems to have fixed it: ``` // Old code //id (*typed_msgSend)(id, SEL, bool)...

PS made a fork/pull req with this fix

Thank you! We'll investigate further. Indexing a proprietary API, even a simple one, requires work specific to that platform and will delay it being included in our catalog. Please would...