Today when I attempted to upload the binary for my app I recieved an "Invalid Binary" message.
Non-public API usage:
The app contains or inherits from non-public classes in cbe-mobile: Reachability
I had been using Reachbility 3.0, but with the error I upgraded to Reachability 3.5 as found at https://developer.apple.com/library/ios/samplecode/Reachability/Introduction/Intro.html
Upon resubmission the error persists (addiontally the Xcode Validation system does not detect any issues). What private API is being used and how can I change it?