App Store Connect Operation Error?? non-public selectors

I'm trying to send an app out via test flight and when uploading to app-store connect I receive this error. the other post have just a post saying its fixed app support is saying it has to be a TSI. Is there any reference to start looking for a solution?

Thanks.

The app references non-public selectors in "APPNAME": getAuthorizationStatus:, isPassthrough, newSocketQueueForConnectionFromAddress:onSocket:, onSuccess:, removeValuesForKeys:completion:, socket:didAcceptNewSocket:, socket:didConnectToHost:port:, socket:didConnectToUrl:, socket:didReadData:withTag:, socket:didReadPartialDataOfLength:tag:, socket:didReceiveTrust:completionHandler:, socket:didWriteDataWithTag:, socket:didWritePartialDataOfLength:tag:, socket:shouldTimeoutReadWithTag:elapsed:bytesDone:, socket:shouldTimeoutWriteWithTag:elapsed:bytesDone:, socketDidCloseReadStream:, socketDidDisconnect:withError:, socketDidSecure:

I have the same error too

Looks like i was missing a permission in my plist, try checking email from apple

I have the same issue. I am using React Native, Socket IO y Xcode 14.0. Any idea?

This happens to me too Xcode 14.0 React Native V65

Im still stuck on this too I didn't get any email @ceddyx curious what the plist permission was?

I have the same error too 

Accepted Answer

In my case I was missing the

  • NSCameraUsageDescription
  • NSBluetoothPeripheralUsageDescription

The warning should still be sending it to App Store connect it was the the missing plist strings that caused my actual problem.

NLDR: the error is a warning and something like plist strings is the real problem.

P.S. Thank to apple support

i change target to 11.0 that work.

The app references non-public selectors in ... getAuthorizationStatus:, isPassthrough, newSocketQueueForConnectionFromAddress:onSocket:, onSuccess:, removeValuesForKeys:completion:, socket:didAcceptNewSocket:, socket:didConnectToHost:port:, socket:didConnectToUrl:, socket:didReadData:withTag:, socket:didReadPartialDataOfLength:tag:, socket:didReceiveTrust:completionHandler:, socket:didWriteDataWithTag:, socket:didWritePartialDataOfLength:tag:, socket:shouldTimeoutReadWithTag:elapsed:bytesDone:, socket:shouldTimeoutWriteWithTag:elapsed:bytesDone:, socketDidCloseReadStream:, socketDidDisconnect:withError:, socketDidSecure:

xcode: 14.1

I get this with the updated facebook sdk (react-native-fbsdk-next) on Expo 45. Changing target below 13.0 will not work because this lib requires 13.0 as a minimum

App Store Connect Operation Error?? non-public selectors
 
 
Q