skip to Main Content

After installing react-native-firebase/app it's Build will failed in react-native ios – React native

After installing react-native-firebase/[email protected] with react-native-0.68.1 using use_frameworks! and remove flipperin the podfile of the project , but when i ran npx react-native run-ios it's Build failed The following build commands failed: Ld /Users/userName/Library/Developer/Xcode/DerivedData/-gvnovwrlbjvxedcquaumtvgvdgmn/Build/Products/Debug-iphonesimulator/react-native-razorpay/react_native_razorpay.framework/react_native_razorpay normal (in target 'react-native-razorpay' from project 'Pods')…

VIEW QUESTION

UIStackView overlaps in z-direction – Ios swift

I'm going to make a numPad using stackView this is my code private func setKeypadButton(num: Int) -> UIButton { let button = UIButton() button.setTitle(String(num), for: .normal) button.titleLabel?.font = .systemFont(ofSize: 50) button.setTitleColor(.black, for: .normal) button.frame.size = CGSize(width: 60, height: 60) button.tapPublisher…

VIEW QUESTION
Back To Top
Search