How to uninstall downloaded Xcode simulator? [duplicate]

This question already has answers here: Xcode Simulator: how to remove older unneeded devices? (20 answers) Closed 2 years ago. How to uninstall one of the downloaded Xcode simulators? My iOS 7 Simulator won’t boot (Unable to boot the iOS Simulator). I want to completely reinstall it. I tried: Deleting ~/Library/Caches/com.apple.dt.Xcode Deleting Xcode and downloading … Read more

Submit to App Store issues: Unsupported Architecture x86

So I am trying to use the Shopify API. When I archive the app and validate it then there are no issues but when I submit it to the app store then it gives me the following issues. ERROR ITMS-90087: “Unsupported Architecture. Your executable contains unsupported architecture ‘[x86_64, i386]’.” ERROR ITMS-90209: “Invalid segment Alignment. The … Read more

Error Domain=NSURLErrorDomain Code=-1005 “The network connection was lost.”

I have an application which works fine on Xcode6-Beta1 and Xcode6-Beta2 with both iOS7 and iOS8. But with Xcode6-Beta3, Beta4, Beta5 I’m facing network issues with iOS8 but everything works fine on iOS7. I get the error “The network connection was lost.”. The error is as follows: Error: Error Domain=NSURLErrorDomain Code=-1005 “The network connection was … Read more

How can I programmatically determine if my app is running in the iphone simulator?

As the question states, I would mainly like to know whether or not my code is running in the simulator, but would also be interested in knowing the specific iphone version that is running or being simulated. EDIT: I added the word ‘programmatically’ to the question name. The point of my question is to be … Read more

Adding images or videos to iPhone Simulator

I am trying to use UIImagePickerController with UIImagePickerControllerSourceTypePhotoLibrary, but it says, “No photos”. Where does the simulator get the images from? Where should I copy the images so that they are displayed in the simulator? 35 Answers 35 Explain step by step of Airsource Ltd’s answer for adding image to simulator: Drag it to simulator, … Read more

The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1

I’m getting this below warning message in my Xcode 10.1. The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. My simulator os in 12.1 Xcode 10.1 And I updated my pod file. My deployment target is 9.0 In my target … Read more