Questions tagged [xcode9.2]

Xcode 9.2 is the release of Xcode Tool. Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs.

205 questions
76
votes
31 answers

Xcode: "This app could not be installed at this time."

Working with my first application for learning purposes. It goes well but has met into a problem with Xcode. When I try to run the application on the iPhone simulator this message always pops up "This app could not be installed at this time." What…
JoakimSjo
  • 1,766
  • 1
  • 8
  • 15
31
votes
4 answers

"Failed to load Project , incompatible project version" pop up appears when I open from code of xcode 9.3 in xcode 9.2

I created a project in Xcode 9.3, and When I open the same project in Xcode 9.2, it shows "incompatible project version". - I changed deployment target version It asked to sign in with the team to run the project in Xcode 9.3. Without signing in,…
Suresh Mopidevi
  • 634
  • 1
  • 7
  • 18
16
votes
4 answers

Background Fetch at Specific Time

I am looking for solution to get data in background mode even app is terminated. There are lots of tutorials and answers available for this questions, but my questions is different than other. I haven't find any proper solution on stackoverflow, so…
Sagar Chauhan
  • 5,115
  • 2
  • 17
  • 48
14
votes
7 answers

Xcode 9 iOS Simulator becoming black screen after installing Xcode 10 beta

I know that so many people have asked this question earlier. But I think my situation is different. In my case Xcode 9.2 was already installed and I upgraded macOS from 10.13.2 to 10.13.5. Then I installed Xcode 10 beta. Now when I'm running any…
Poles
  • 3,307
  • 6
  • 38
  • 82
13
votes
7 answers

How to add simulator iPhone XS in Xcode 9.2 also iPhone XS max

I need to build my app on an XS device. I am using Xcode 9.2. How can I add the XS modal in my Xcode externally? In my simulator I have up to iPhone X. My machine Version: OS X version: 10.12.6 (16G29) Xcode version: 9.2
sejn
  • 911
  • 3
  • 11
  • 38
11
votes
2 answers

Xcode Playgrounds Showing "Empty Image"

I downloaded Xcode 9.2 today and, admittedly I haven't attempted to do so in a while, I tried to render a view in the playground and kept getting a "empty image" in the sidebar. Anyone know what's up?
10
votes
2 answers

Disable App Transport Security in Xcode 9.2?

I cannot disable App Transport Security (ATS) in Xcode 9.2. I have been (for years) disabling ATS when running builds against my local server environment like so: Transport security has blocked a cleartext…
chrismanderson
  • 4,053
  • 4
  • 27
  • 41
9
votes
1 answer

How to dockerize Xcode

For CI purposes I have a need to set up a cluster of build slaves capable of building iOS apps. For now I'm relying on a single MacMini -with the aim to deploy several more in the future- and I'd like to virtualize several slaves on top of it. Some…
Mig82
  • 3,665
  • 1
  • 30
  • 55
9
votes
2 answers

App iOS stuck on blank white screen when build release React Native

I'm setting up a new project using React Native like this tutorial: https://facebook.github.io/react-native/docs/getting-started.html and build iOS release but it does not work, the blank white screen showed after LaunchScreen run. The app works if…
bkit4u
  • 424
  • 1
  • 4
  • 15
9
votes
2 answers

Xcode 9.2 Simulator Debugging Broken; Could not attach to process id

Xcode 9.2 debugging on an iOS Simulator has completely broken for me. I worked on this for hours and tried a ton of suggestions short of completely wiping my hard drive and starting out with a fresh operating system install. I ended up filing a bug…
n8tr
  • 4,718
  • 2
  • 30
  • 32
8
votes
5 answers

Non-portable path to file yoga-prefix.pch, specified path differs in case. Corrupted file path with duplicated characters

I've created a project with react-native-cli and installed some pods via cocoapods but eveytime I try building the project in Xcode it gives me this strange error: Non-portable path to file /UUsersCcrysilDDesktopaapp-demoiiosPPodsTTarget Support…
crysil
  • 81
  • 1
  • 2
7
votes
1 answer

Xcode 9: Multiple Working Copies Git

I have Xcode 9.2 Version installed on my MacBook. Today when I tried to push new changes to my project, Git repo shows multiple working copies as shown in picture 1. First one the actual working copies I have been using and the second one is an…
Anand
  • 5,115
  • 5
  • 38
  • 56
7
votes
2 answers

Named color do not work prior to iOS 11.0

I have created some custom named colors for using in my project earlier it was working fine. When i install Xcode 9.2 it is showing me "Named color do not work prior to iOS 11.0". (My phone version is 11.1.1.)
S. Bharti
  • 616
  • 9
  • 21
7
votes
1 answer

Embedding an AVPlayerViewController into a UIView

I am trying to play a video inside a UIView, but the video player always appears outside of the UIView which I am embedding the AVPlayerViewController into. Below is what I have so far.... class ViewController: UIViewController { let…
fnisi
  • 1,089
  • 12
  • 21
6
votes
6 answers

iOS 11.2 beta released, but not a corresponding Xcode beta

I've just installed iOS 11.2 Beta and downloaded the latest Xcode (which is 9.1 - beta 2. 9B46). But when I try to run the app on the device it says it doesn't have the necessary support files. So how am I supposed to develop with 11.2 beta if…
Gruntcakes
  • 36,166
  • 41
  • 170
  • 346
1
2 3
13 14