Try to activate hotspot on the iPhone. It helped me.
Post
Replies
Boosts
Views
Activity
Looks like model asks FeatureProvider for a feature only once. That means that features are hashed and threre is no sence in optimising the FeatureProvider.
So you recommend to use zlib for "gz" and handle "tar" with my own code?
Same problem. Trying to create invisible cells in empty sections when a drag & drop session starts.
Hm, "condition inducer" may stay for Network Link Conditioner feature of the developer mode.
I think the CHaririson's answer isn't complete. We should present the View Controller (vc) somewhere. It's provided to authenticateHandler in order to give user chance to sign in.
Same error.
I have this error on my Mac Catalyst game (debug mode).
Second - this forum contains only the opinions of developers and you can never get certainty that your app will be approved.
By the way I noticed some users have apple sign near their nickname. I suppose they are developers hired by Apple and acting here as official support. May be I'm not right.
If you don't check "Preserve Vector Data" in the assets catalog, XCode will generate 3 PNG files from the PNG. So, not much difference in terms of build size.
I would prefer PNG, because, otherwise, creation of PNGs will take time on the designer's side. Automatic job is cheaper then human job.
Also, it's easier to track changes in vector. It could even be staged by Git. Easier to maintain, when it comes to updating images.
*3 PNG files from the PDF
*I would prefer PDF, gosh!
For those who still struggle, you need to "star" the project on GitHub, then it will appear in the Xcode packages list.
I have the same problem. But I'm using Swift PM, not Cocoapods... Cannot specify versions for the packages.
The error is caused by Firebase. Removing the package and uploading successfully.
Resolved! I removed all auxilary Firebase products, including Crashlytics, only FirebaseAnalytics left. And it uploads!
Similar solution, but without UIKit, using just CIContext: https://gist.github.com/Tantas/7fc01803d6b559da48d6