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
3
votes
1 answer
Unable to lookup service com.apple.CoreSimulator.host_support: 0x3
I am using Xcode 9.2 and 9.4 and not able to run any application on simulator. It always gives me this error Unable to lookup service com.apple.CoreSimulator.host_support: 0x3. I have reinstall both xcode but still same problem. also installed…

Muhammad Murtaza
- 59
- 1
- 6
3
votes
2 answers
Xcode 9.3 crashes on exporting build
Xcode v9.3 crashes when I try exporting the IPA from the archive, whereas IPA successfully exported from Xcode v9.2.

Nitin Biltoria
- 151
- 1
- 6
3
votes
2 answers
Sorry Something Went Wrong this build is using a beta version of XCode and cant be submitted
I uploaded a build and sent it to an external team in test flight a day ago. I fixed a few bugs QA found and sent another build today, but when I went to send to an external team I got this error message and was blocked from deploying it to test…

self.name
- 2,341
- 2
- 17
- 18
3
votes
0 answers
Xcode 9 : Command failed due to signal: Abort trap: 6
I am not able to build in xcode 9. It says Command failed due to signal: Abort trap: 6. I have tried solutions mentioned in stackoverflow, but none of them worked. As its mentioned, overriding description var gives this error. This is done in third…

rishu1992
- 1,414
- 3
- 14
- 33
3
votes
1 answer
Xcode 9.2 is not showing Swift 4.1
Apple compatibility documentation is mentioning that:
Swift 4.1, the default version of Swift that’s included in Xcode 9.2.
Yet, using Xcode Version 9.2 (9C40b), the choice of Swift Language Version that I have are 3.2 and 4.0:
Is it a mistake in…

Cœur
- 37,241
- 25
- 195
- 267
3
votes
1 answer
There is a way to do a "long" Swipe Left gesture to delete an element in XCUITest
I'm trying to delete an element doing swipe left over it. This option exist in two ways in my application.
Do short swipe left and the delete button appears, then you can press it. No problem here.
Do long swipe left and the element will be…

Michel Camarotta
- 31
- 4
3
votes
0 answers
MySQL Connector/C++ in Xcode 9.2 via Homebrew usage problems
I've successfully installed MySQL, Boost and mysql-connector-c++ on my macOS High Sierra 10.13.3 via Homebrew, but i've ran into problems with using those libs in Xcode.
So, my boost and connector libs are located at /usr/local/Cellar/. So i just…

endlessborland
- 59
- 6
3
votes
0 answers
Enable bitcode for static framework iOS
ERROR ITMS-90635: "Invalid Mach-O Format. The Mach-O in bundle
"APP_NAME.app/Frameworks/WowzaGoCoderSDK.framework" isn’t consistent
with the Mach-O in the main bundle. The main bundle Mach-O contains
armv7(bitcode) and arm64(bitcode), while…

devang bhatt
- 460
- 2
- 15
3
votes
0 answers
Generate *.app file with only Command Line Tools and Terminal(without Xcode)
I have searched a bit about this but didn't find anything useful. The file bundle *.app is generate by Xcode after I run the project with the 'Debug' or 'Release' mode in the scheme configuration in the following paths:…

Gianni
- 41
- 1
- 6
3
votes
4 answers
XC UI Testing with AWS device farm giving error "Setup Test skipped: Not enough suites found to execute"?
Archive the project and created the IPA file with development profile after that followed the following link to create the UITest IPA
http://docs.aws.amazon.com/devicefarm/latest/developerguide/test-types-ios-xctest-ui.html
also to reconfirm…

Chowdhury Md Rajib Sarwar
- 1,787
- 2
- 23
- 30
3
votes
0 answers
Xcode 9.2 doesn't allow to select/change team
I have a few teams available for selection in Xcode 'Signing' section.
'Automatic signing' is on and I have one team selected by default when I open project.
Once I try to select another team from a list, my choice is reverted back to initial team.…

antiplayer
- 323
- 7
- 15
3
votes
4 answers
Xcode 9.2 Storyboard not displaying properly
This is in relation to this question, which didn't help me solve my problem, also I checked this ~/Library/Logs/DiagnosticReports and got IBDesignablesAgentCocoaTouch_*.crash file, On checking it shows this
At present my storyboard looks like this…

niravdesai21
- 4,818
- 3
- 22
- 33
2
votes
1 answer
NSNumberFormatter.number for currency format not working in Device but works in simulator
I've been trying to implement currency format based on passing my custom language identifier.
Below is my code
func currencyFormatter(language:String, amount:String) -> String {
let nsFormatter = NumberFormatter()
nsFormatter.numberStyle…

Steve Gear
- 757
- 2
- 16
- 44
2
votes
1 answer
Xcode 9 Autocomplete Not Working properly
auto compete is not working properly like when i try to type some function like print it is showing autocomplete which is not regular.it is happing in every function. it was working fine couple of days before and suddenly it stop showing that auto…

Naqeeb
- 1,121
- 8
- 25
2
votes
3 answers
Swift 4 Alamofire multipart upload not working
I am using alamofire 4.7 and swift 4
I need to upload image and json to server.
I am using the following code below for uploading bu I am getting result failure but data is inserting in server but not getting response, showing some serialization…

Justin Mathews
- 512
- 4
- 18