Seems to be around 180 hours as of today. We got message saying we hit the limit and it resets on 1st of the month.
Post
Replies
Boosts
Views
Activity
In my case I needed to grant access to my private repos by clicking on "Grant" and proceeding the flow in GitHub.com as well.
I had the same error message, I recompiled the dependency in question to a XCFramework and it fixed the issue.
I'm pretty sure that is correct. 38 units / 0.2 = 190 total units.
Looks like this was 4 years ago but it is happening to me now. When I click on Activity tab, it just goes top the top page of the site (appstoreconnect.apple.com).
@GrayFeather, I retried many times, and I just tried now, it works!
This is also happening on my brand new app as well as my 10 year old app. It did work about a month ago. I tried logging out and logging back into my Apple ID but no luck. I didn't want to install any third party SDK like Firebase Crashlytics but I'm not gonna have any other option if Apple's native tool is not working. :(
I'm using Xcode 11.5.
Going to Settings.app in Simulator and re-authenticating my iCloud account fixed this issue for me.
I found a list of classes that are "generally considered to be thread-safe".
https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/ThreadSafetySummary.html
The following classes and functions are generally considered to be thread-safe. You can use the same instance from multiple threads without first acquiring a lock. NSArray
NSAssertionHandler
NSAttributedString
NSBundle
NSCalendar
NSCalendarDate
NSCharacterSet
NSConditionLock
NSConnection
NSData
NSDate
NSDateFormatter
NSDecimal functions
NSDecimalNumber
NSDecimalNumberHandler
NSDeserializer
NSDictionary
NSDistantObject
NSDistributedLock
NSDistributedNotificationCenter
NSException
NSFileManager
NSFormatter
NSHost
NSJSONSerialization
NSLock
NSLog/NSLogv
NSMethodSignature
NSNotification
NSNotificationCenter
NSNumber
NSNumberFormatter
NSObject
NSOrderedSet
NSPortCoder
NSPortMessage
NSPortNameServer
NSProgress
NSProtocolChecker
NSProxy
NSRecursiveLock
NSSet
NSString
NSThread
NSTimer
NSTimeZone
NSUserDefaults
NSValue
NSXMLParser
Object allocation and retain count functions
Zone and memory functions
Hi, thanks for your post Chad. I'm using the horizontalSizeClass because I want that rounded rectangle style in the list instead of looking like the traditional UITableView look.
This issue has been fixed in Xcode 12 beta and iOS 14 beta.
I never released my Recipe app that I mentioned in the initial post, but after 4 years, I'm back again with a new and completely different app and this time I didn't have to provide default data for everything. I just have better error handling and first time user experience than the Recipe app I created 4 years ago. I'm not sure if Apple's guideline changed.