Xcode 9.4 is the latest stable release of Xcode. 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.4]
109 questions
0
votes
1 answer
How to do 'page' object design in XCUITest
I'm new to XCUITest. I would like to get some suggestions on how to design 'page' (actually more like screen) object XCUITest.
Is there any open-source project that give samples to reference?
I'm thinking to create a screen folder to put all the…

user10252638
- 111
- 4
0
votes
0 answers
dyld: Library not loaded: image not found(Library path issue) using Xcode(9.4.1)
I am getting this issue when I copy project(compressed file) from other machine, Don't know whether the problem with the pods,simulator or library path(using 9.4.1 Xcode). I have tried all the possible solutions which are asked before in stack…

NGB
- 71
- 1
- 15
0
votes
1 answer
Previously deleted constraints show up as conflict in Xcode 9.4
I have an issue where previously deleted constraints seem to show up as conflicted. I am working in a custom xib file, messed around with constraints a bit and decided to start over by using Clear constraints for All Views in Container. I then added…

jp1987
- 121
- 15
0
votes
0 answers
i can't find .entitlements file in xcode 9.4
Prepare your Xcode project
Add the NFC capability key to your .entitlements file
com.apple.developer.nfc.readersession.formats
NDEF

Mohamed Amine MAAROUFI
- 351
- 2
- 6
0
votes
1 answer
Build error in FBSDKLoginButton.m file after updating FacebookLogin Cocoapods
I just updated my FacebookCore and FacebookLogin Cocoapods, am using XCode 9.4.1, and Swift 4.1, and I'm now getting a build error in my FBSDKLoginButton.m file.
I tried updating and installing all pods again, without any dependency issues. But I…

robinyapockets
- 363
- 5
- 21
0
votes
1 answer
Swift: App crashes when accessing NULL value from SQLite.swift
i just started learning Swift4. I have read all the suggestions for stack overflow duplicate questions, but I could not solve or understand my problem.
I am fetching Data from a SQLite.swift database:
ViewController.swift:
import Foundation
import…

Tyrus Rechs
- 73
- 2
- 12
0
votes
0 answers
How to pass argument value from Xcode Bot to UI test code
I am using Xcode 9.4.1, trying to set up Xcode server and bots. During the process, I am facing one issue where I am not able to pass Environment variable value to UI test code.
Could anyone please guide me to achieve solutions.
Thanks,
Selva

Rudra
- 1
- 2
0
votes
2 answers
Could not load NIB in bundle - Bundle not yet loaded
Just hit a problem where I need to work with a external framework and bundle.
While the frame is imported and its functions can be called just fine, one of it's methods tries to load a nib from the accompanying bundle, which ends in a…

Thiago Jordani
- 1
- 4
0
votes
1 answer
ios - Xcode 9.4.1 stuck loading in main.storyboard
I am using Xcode 9.4.1. Xcode working perfectly in all project but one of my latest project. When i am trying add any type of UIView in Main.Storyboard then Xcode stared hangup and after forced quit xcode hangup in project loading. And also i…

Sakir Sherasiya
- 1,562
- 1
- 17
- 31
0
votes
2 answers
function testSuiteWillStart under XCTestObservation is getting called when running tests from Xcode
I am using Xcode version - Version 9.4.1 (9F2000).
I am trying to create custom logs for tests running with XCUITest by overwriting XCTestObservation class and registering it with test class.
Observer class: TestObserver
class TestObserver :…

Jinesh
- 60
- 6
0
votes
3 answers
many errors after updating xcode
After updating to Xcode 9.4, I started to receive some errors and I cannot even build it now. The errors are Apple Mach-o link error, dsymutil error, ditto error. The details of dysmutil error are below;
GenerateDSYMFile…

D3sT
- 11
- 8
0
votes
0 answers
how to work on In-App-Purchase in ios objective c?
I am trying to add In-App-Purchare in application. With the help of some YouTube videos and other tutorials I have performed some code in my project. But there is no response on tapping the button. Here is my code which i have integrated in my…

Charishma Rao
- 21
- 6
0
votes
1 answer
NO accounts with iTunes Connect access have been found for the team "xyz".itunes Connect access is required for App Store distribution
I am able to login with Xcode under preference but when I try to upload my app I am getting above error.
I have tried many options like reopen Xcode and login many time with a developer account,
but I couldn't succeed. can anyone help me out this?

sunil kalwani
- 636
- 2
- 11
- 24
0
votes
1 answer
Cannot do network programming in XCode anymore
Until recently, the following code worked perfectly in my project. But since a few days ago, it no longer works. I can replace the NSLog statements with printf statements, replace the other Obj-C style statements and compile with g++ in terminal…

Peter Schury
- 55
- 9
0
votes
2 answers
ld: framework not found GoogleMapsCore clang: error: linker command failed with exit code 1 (use -v to see invocation)
I don't know why I have this error("linker command failed with exit code 1 (use -v to see invocation)") on my IOS app.

Aamir Khan
- 1
- 2