skip to Main Content

Firebase – How to install x86/64 architecture pod on m1

I know that its been 2 years, but I've tried to install some package dependencies, they weren't working with SPM for some reason. I get this error: in /Users/***/Desktop/Quick-Chat/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector(FIRConnectorUtils_846058ed7a2963be49dce7d04c860170.o), building for iOS Simulator, but linking in object file built for…

VIEW QUESTION

Can't hide the top and bottom lines in custom searchBar – Ios swift

I´ve tried to change background color inside class SearchBarView: UIView {}: searchBar.searchTextField.backgroundColor = .clear searchBar.backgroundColor = .clear and tryed something like that inside MainViewController: searchBar.searchTextField.backgroundColor = .clear searchBar.backgroundColor = .clear searchBar.layer.backgroundColor = UIColor.clear.cgColor but, unfortunately I still see this lines…

VIEW QUESTION
Back To Top
Search