Closed funkenstrahlen closed 2 years ago
Same problem for me, same version of Eureka and Xcode. Unable to publish an important upgrade of the app.
Looks like this has something todo with this code from Eureka:
Honestly I tend to think this is an issue on Apple's side. I tried to modify the Eureka code to reach compatibility with App Store Connect like this:
See this commit in my fork: https://github.com/xmartlabs/Eureka/commit/d55c713fd83e594f3e30683b5fac651c2c6daf8d
However building with this change caused the same warning error from App Store Connect.
Everything looks like a perfect match to the official documentation on how to react to value changed events for a UIDatePicker: https://developer.apple.com/documentation/uikit/uidatepicker
Maybe a workaround is using Xcode 13 to build the app. I will try that now.
Unable to publish an important upgrade of the app.
@AsiaMartini At what point in publishing the app to the App Store did your build get rejected because of the warning?
I just did a build with Xcode 13.4.1. When I upload that build App Store Connect does not create the warning error.
So as long as you are not required to build with Xcode 14 a valid workaround is to build with Xcode 13.4.1.
Unable to publish an important upgrade of the app.
@AsiaMartini At what point in publishing the app to the App Store did your build get rejected because of the warning?
I was wrong. Even after archiving this error message was shown, the archive has been successfully uploaded. So, this error doesn't actually prevent me to publish.
Same here
I have the same problem.
The app references non-public selectors in
Payload/***/Frameworks/Eureka.framework/Eureka: datePickerValueChanged:, valueChanged
I am building with Xcode Version 14.0 (14A309)
Hi everyone!
Try with this Eureka version (using the branch payloadWarning):
pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka', :branch => 'payloadWarning'
The warning should not be shown anymore.
This was fixed in #2231 and is available in master
now
Since the release of iOS 16 and building my app with Xcode 14 I get an App Store Connect Operation error when I upload my final build to App Store Connect containing Eureka framework.
This seems to be related to the usage of
DatePickerRow
.Steps to reproduce the behavior:
DatePickerRow
Expected: No error warnings from App Store Connect about references to non-public selectors.
Versions
Workaround Build the app with Xcode 13.4.1