CombineCommunity/CombineCocoa

Using private handleEvent API

mandarin6b0 opened this issue · 10 comments

Describe the bug
I get an error while trying to upload a binary to Testflight

The app references non-public selectors in Payload/XXX.app/Frameworks/CombineCocoa.framework/CombineCocoa: handleEvent

To Reproduce
Steps to reproduce the behavior:

  1. Include CombineCocoa (using cocoapods in my case)
  2. Archive and upload to Testflight

Expected behavior
No error when distributing

Device:

  • XCode 14.0.1
  • CombineCocoa version 0.4.0

I have the exact same issue

That's really interesting. handleEvent is the name of this method.

Could it be that Apple is confusing it with some private method?
@mandarin6b0 @StefanNestorov Will you be able testing a branch if I give you one?

Can you try the branch handleevent-change please? @mandarin6b0

@freak4pc I still get the problem. I found one more place with handleEvent. Should it be changed too?

Changed and apparently didn’t commit. Try now.

On 20 Oct 2022, 12:23 +0300, Tien Nguyen @.>, wrote: @freak4pc I still get the problem. I found one more place with handleEvent. Should it be changed too? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.>

It's working now 👍

I'll merge it. THanks!

Released in 0.4.1