Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using private handleEvent API #80

Closed
mandarin6b0 opened this issue Oct 6, 2022 · 10 comments
Closed

Using private handleEvent API #80

mandarin6b0 opened this issue Oct 6, 2022 · 10 comments
Labels
bug Something isn't working

Comments

@mandarin6b0
Copy link

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
@mandarin6b0 mandarin6b0 added the bug Something isn't working label Oct 6, 2022
@StefanNestorov
Copy link

I have the exact same issue

@freak4pc
Copy link
Member

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?

@mandarin6b0
Copy link
Author

@freak4pc sure

@freak4pc
Copy link
Member

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

@mandarin6b0
Copy link
Author

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

@freak4pc
Copy link
Member

freak4pc commented Oct 20, 2022 via email

@mandarin6b0
Copy link
Author

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 👍

@freak4pc
Copy link
Member

I'll merge it. THanks!

@freak4pc
Copy link
Member

Released in 0.4.1

@mandarin6b0
Copy link
Author

mandarin6b0 commented Oct 20, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants