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.
Questions tagged [xcode9.2]
206 questions
1
vote
1 answer
Xcode 9.2 hanging issue for storyboard only
My Xcode 9.2 is hanging when ever tried to open Storyboard. I have tried reinstalling the Xcode 3-4 times but not working for me, hanging is only happens for storyboard. Other part is working fine.

Niteesh Sharma
- 13
- 2
1
vote
1 answer
Thread 1: EXC_BAD_ACCESS (code=1, address=0x200)
Couldn't trace, where the exact Exception occurs. there is no reason for crash in output screen.
New image with back trace

Tahir Pasha
- 361
- 3
- 14
1
vote
0 answers
UIButton actions triggered by all touch events on iOS simulator 5s
I'm having this strange problem in the iOS simulator 5s that the button actions are triggered by all touch events on the screen (other simulators on Xcode 9.2 works fine though).
The actions are declared in this manner:
[aButton addTarget:self…

turingtested
- 6,356
- 7
- 32
- 47
1
vote
1 answer
How to read Audio from Firebase,swift?
Here is my response:
Heritage Point1: [
Audio: "https://firebasestorage.googleapis.com/v0/b/sweetwalk-192506.appspot.com/o/Heritage%20Point1%2FAudios%2Fsmstreet1.mp3?alt=media&token=a3224b55-6039-4c6f-ac4e-78b9cf818c89"
…

Mohammed Fazil
- 31
- 1
- 4
1
vote
1 answer
Xcode 9.2 Shell Script Invocation Error
I am facing Shell Script Invocation Error only when I am trying to Archive my project. But my project was running good in Simulator and in Real Device. How to solve this issue? I am using Xcode 9.2 in MacOS High Sierra.

Kavin Kumar Arumugam
- 1,792
- 3
- 28
- 47
1
vote
0 answers
iTunes Store Operation Failed: 731488
While uploading app on store, I am getting below error..
I am using Xcode 9.2 to upload my app to iTunes.
Few days back I already uploaded one version of my app and didn't get such error while uploading. Now I had modified very small things such as…

iGatiTech
- 2,306
- 1
- 21
- 45
1
vote
1 answer
App thinning issue on Xcode 9.2
Am trying to do app thinning in Xcode 9.2 where I have third party frameworks where some are installed through pods while others manually , am trying to test this so had an ad-hoc distribution profile , now I try exporting through this profile ,…

Ghanashyam Murali
- 11
- 4
1
vote
1 answer
How can I play video in Swift 4 remotely with playerViewController?
It shows my just like this:
let myURL = "http://example.come/package=07e9a825-7be4-4ce7-8a6ec78b"
let videoURL = URL(string: myURL)
let player = AVPlayer(url: videoURL!)
let playerViewController = AVPlayerViewController()
…

masil
- 33
- 4
1
vote
2 answers
App installation failed : This application does not support this device’s CPU type
I get an error when I try to load my application on iPhone7 in Xcode9.2. version of Iphone7 is ios11.0.
thanks for your help.

Halil Çifteci
- 11
- 4
1
vote
0 answers
ERROR: Can't find /Users/ios/AppIcon.appiconset/icon57.png
ERROR: Can't find /Users//ios/AppIcon.appiconset/icon57.png Command
/Applications/Xcode.app/Contents/Developer/usr/bin/copypng failed with
exit code 1
I am using xCode 9.2. I don't know suddenly what happened but I am getting this error…

Mihir Oza
- 2,768
- 3
- 35
- 61
1
vote
2 answers
Custom CocoaPod Framework with Other Cocoapods
There is so many things written about it but still I am unable to figure it out.
So here what I am doing:
I have create a Cocoapod Test Framework with code borrowed from some tutorial here and there. Repo
Podfile
platform :ios, '9.0'
target…

user3677365
- 95
- 2
- 13
1
vote
1 answer
Type 'UILayoutPriority' has no member 'defaultHigh'
When using this code in our app, we run into an error:
let value = UILayoutPriority.defaultHigh // Error: Type 'UILayoutPriority' has no member 'defaultHigh'.
which is super wired because according to the documentation, it is obviously there. And…

Yuchen
- 30,852
- 26
- 164
- 234
1
vote
1 answer
iOS page with scrollView randomly not loading contentView correctly
I have a page that has been working fine prior to Xcode 9.2. After updating to 9.2 the page will randomly not load correctly. See images below. The one on the left is how the page should look, but sometimes I get the page on the right.
Image of…

Jason
- 81
- 3
1
vote
0 answers
Xcode 9.2 stucks on adding accounts after update of High Sierra
After updating to High Sierra, I am unable to add accounts to xcode. It stucks on add accounts and keeps on loading to infinity.I have two versions of xcode i;e, 8.3.3 and 9.2 and both are having same problem.

Tabish Sohail
- 1,040
- 2
- 9
- 22
1
vote
0 answers
Xcode 9.2 changed the storyboard when I import the project which was developed in Xcode 9.0.
I have a project which I developed in Xcode 9.0. Now after installing 9.2 I imported the same project and I found so many constraint error in my storyboard. I thought last time I did any mistake in my storyboard. So I discard all the changes and…

Mobile Dev
- 315
- 2
- 10