Xcode – Terminal refusing to "pod update"
I searched all over but the closest answer is here Can't update pods to the latest version. However it did not work for me because I have no deprecated pods. And i cant leave a comment to ask someone about…
I searched all over but the closest answer is here Can't update pods to the latest version. However it did not work for me because I have no deprecated pods. And i cant leave a comment to ask someone about…
I am having problems since the IoS 14 update. At first it was the deployment target 8.0 and it could temporalily fixed by updating GoogleInfoPlist every time I pulled from our repo in Git. but after a while this temporary…
I have a flutter application that I am trying to generate release for IOS out of it, but I am facing this error: sent 29 bytes received 20 bytes 98.00 bytes/sec total size is 0 speedup is 0.00 rsync error:…
I just want to generate a ipa file.I have no real ios device.Please suggest a solution. I tried adding ->react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle --platform ios ->sudo react-native run-ios But it is telling me to install pod…
I am creating a quiz app as a school project, but when I am creating the questions there was a problem that occurred. The quiz itself works, but as soon as I added constraints to the buttons on the storyboard,…
Tell me please. I am making a website that can be logged in both from a browser and my application on ios 14 (webview is used internally). How can I make a check on a safe area. #block { width:…
I have a compatibility issue with Safari and all iOS devices. I created this jQuery code (see the link below ) for a project but I don't understand why it doesn't work with Safari. With the Chrome, Firefox, Android it…
Iv created a quiz app, that tracks the user's score till the user gets to the end. There is an if statement - when it reaches the end of the quiz, a results View controller pops up. My Question is…
ld: warning: directory not found for option '-L/Users/kh/Library/Developer/Xcode/DerivedData/om-euxqzibzllbcmndwqrgthdeotiro/Build/Products/Debug-iphonesimulator/AFNetworking' ld: warning: directory not found for option '-L/Users/kh/Library/Developer/Xcode/DerivedData/om-euxqzibzllbcmndwqrgthdeotiro/Build/Products/Debug-iphonesimulator/JSONModel' ld: warning: directory not found for option '-L/Users/kh/Library/Developer/Xcode/DerivedData/om-euxqzibzllbcmndwqrgthdeotiro/Build/Products/Debug-iphonesimulator/ReactiveCocoa' ld: warning: directory not found for option '-L/Users/kh/Library/Developer/Xcode/DerivedData/om-euxqzibzllbcmndwqrgthdeotiro/Build/Products/Debug-iphonesimulator/Realm' ld: warning: directory not found for option '-L/Users/kh/Library/Developer/Xcode/DerivedData/dom-euxqzibzllbcmndwqrgthdeotiro/Build/Products/Debug-iphonesimulator/SAMKeychain'…
I'm investigating real user issues through Crashes report in Xcode Organizer. Xcode tells the error line but don't give any information which value exactly caused the exception. There are many candidates to investigate. I think it is not difficult work…