Post

Replies

Boosts

Views

Activity

Reply to Multiple errors, potentially from Firebase pods?
I was able to resolve this; I believe the error was due to a corrupted pod, but I'm not sure how that happened. Either way, the following process is how I resolved it, at least temporarily: Delete the Pods folder Delete the Pod file Rebuild your project (it will crash, since pod dependencies are expected, but can't be fulfilled) pod install clean build folder rebuild again, and then this should get you in a semi-working state. Hope this helps! If there is a more concrete solution, it will help as well.
Jun ’20
Reply to Storing Images and Videos
Firebase is an easy to implement option. Just note that some of the things with firebase are out of date. For example, if you use firebase and follow their process, you'll put the code for Firebase.configure() inside AppDelegate.swift. Last time I used firebase that was slightly out of date. Alternatively, other database vendors exist. You could use CloudKit which is native to Apple, or use something like Vapor and set it up yourself. There's a load of different database vendors you could use for a backend. However, Firebase or CloudKit are probably the two easiest to use in terms of extensibility in swift.
Jun ’21
Reply to YouTube Bug iOS 14.6 iPad
This is again, probably something more for YouTube feedback, and not for the developer forums. The developer forums are where developers ask questions to one another, not necessarily give feedback on non apple made apps. I recommend you direct this to YouTube support or go through feedback assistant.
Jun ’21