Posts

Post not yet marked as solved
2 Replies
981 Views
Trying to upload an app update but getting the error "No accounts with iTunes Connect access have been found for the team (my company name). iTunes Connect access is required for App Store distribution. Issue: No iTunes Connect access for the team." I've tried uploading with Xcode 9.1, Xcode 9.2, Application Loader 3 and nothing works. I'm listed as the administrator for the account and I've been uploading apps for many years and even uploaded a build this morning. I have no problem logging into the iTunes connect website. I've recreated all my certs too and that didn't fix anything. Anyone else seeing this issue?
Posted
by iTodd.
Last updated
.
Post not yet marked as solved
10 Replies
1.7k Views
My app crashes because we used a class name of "Event" and Apple introduced this class in iOS 11 Beta in the SymptomAnalytics private framework. I'm hoping Apple may fix this by renaming their object. I mean "Event" is a pretty common name and this might cause a lot of App Store developers problems.Our line of code:_events = [NSKeyedUnarchiver unarchiveObjectWithFile:@"events.plist"]];Which unarchives our an array of Event object causes this error to be thrown:objc[1002]: Class Event is implemented in both /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics (0x1b1fac1d0) and /var/containers/Bundle/Application/XXXXXX/XXXXX.app. One of the two will be used. Which one is undefined.
Posted
by iTodd.
Last updated
.