The app references non-public selector in id (Facebook SDK iOS)

This problem happens because of the Facebook SDK for iOS. Application Loader forbids the use of the variable “id” from any FBGraphUser related class (maybe others variables too, didn’t test) – e.g. : id<FBGraphUser> friend id<FBGraphUserExtraFields>user Facebook is informed about this problem as of january 2013 : Bug Report The workaround for the moment is … Read more

Application Loader stuck at “Authenticating with the iTunes store” when uploading an iOS app

This only started happening to me today (May 2017) and no answers in this thread solved my issue. The resolution for me was from here; https://forums.developer.apple.com/thread/76803 Open Terminal. Change to home directory, cd ~ Move the current transporter directory, mv .itmstransporter/ .old_itmstransporter/ Invoke the following file to let Transporter update itself. “/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter” Wait till … Read more