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
Product name change is not reflected in project navigator in Xcode 9.4.1 (9F2000)
I have one project to build my SDK framework. This project has 4 targets (watch / noWatch / obfuscated / notObfuscated).
I need 4 different product names in order to map them correctly in my APP project (which uses the SDK project to build the…

PerfectGamesOnline.com
- 1,774
- 1
- 18
- 31
0
votes
1 answer
Value of type 'x' has no member 'lowercased
I'm try to implement search bar to my table view. But I am getting this error
Value of type 'getUserData' has no member 'lowercased' on this code
filteredDataBySearch = dataSourceArray.filter({ (data:String) -> Bool in
return…

Ricardo Milos
- 157
- 1
- 1
- 15
0
votes
1 answer
An issue with Swift + Objective C framework on XCode 9.4.1
I have some unique case when Objective C framework is integrated in a Swift framework. Everything seems to be fine when I make build. Also, when I use this new framework in the project that is written in Objective C I have no issues.
But when I use…

Boris
- 404
- 1
- 7
- 20
0
votes
1 answer
Adding Dlib to my Xcode project but no .h files are found
I'm trying to add Dlib to my Xcode project because I want to use facial landmark detection from the Dlib library. I'm completely new to this so I've followed the following article word for word in order to user Dlib-…

Hardy143
- 577
- 4
- 13
0
votes
1 answer
CIContext createCGImage memory leak?
I am encountering a memory leak. According to the Profiler (with allocations), it happens in the createCGImage function of CIContext. I've been looking and finding similar issues here on stackoverflow, but I havent found a solution yet. I tried to…

Tycho Pandelaar
- 7,367
- 8
- 44
- 70
0
votes
2 answers
Swift: using UIModalTransitionStyle.flipHorizontal shows a black view
I'm trying to implement UIModalTransitionStyle.flipHorizontal and it works but it shows just a black view. here is my code:
@IBAction func loadNextView(_ sender:UIButton){
let nextVC = NextViewController()
nextVC.modalTransitionStyle =…

user2924482
- 8,380
- 23
- 89
- 173
0
votes
1 answer
Xcode 9.4 crash when create a build file
When I am going to create a build for sharing in team at that time xcode going to crash
Following step are done for create a build:
Create a archive file
then click on export button
Select development from option
Select automatically managing…

Nirav Damania
- 129
- 1
- 6
0
votes
1 answer
Xcode 9.4 + Only Test-flight app crash
I reuploaded my app to TestFlight via Xcode 9.4 but it is continuously crash after splash screen on that test flight build in IOS 11 while same test flight working in IOS 10. While when running in the Adhoc build in the device, it is working fine…

Hindu
- 2,894
- 23
- 41
0
votes
1 answer
XCTest:verify view with tag is presented
I'm adding a view with a tag in viewDidAppear but I implementing an unit test to verify the view is present in the superview but is returning nil.
Here is my testCase:
func testVerifiedViewWithTagIsLoadIt() {
let sut = ViewController()
_ =…

user2924482
- 8,380
- 23
- 89
- 173
0
votes
2 answers
Simulator of Xcode Projects is blank
as mentioned above, during one of the courses I am taking, when I run my project, the simulator opens the app, which appears to be blank.
I already reviewed many posts from people who had the same problem of mine and I tried unsuccessfully their…

Alessio Longhi
- 19
- 1
- 4
0
votes
2 answers
Storyboard confusion: UITextView and UIView not visible, UITextFields not editable?
I feel like I’m overlooking something basic. I’ve laid out a UIViewController as follows.
I get no errors or warnings in Interface Builder, yet when I run the app in the simulator, the UITextView and red UIView do not appear. (Also, the…

Dylan
- 2,315
- 2
- 20
- 33
-1
votes
2 answers
Apple Mach-O Linker Warning, in xcode 9.4
I update xcode version 9.4 to 10.2.1, I have created a project on xcode 9.4, run it once on xcode 10.2.1 and then delete this version and switch back to xcode 9.4 due to some reasons ... when I tried to run project on xcode 9.4 it gives lot of…

M Nabeel Hussain
- 5
- 1
- 4
-1
votes
1 answer
Xcode project throws NSUnknownKeyException after starting project on Version 10.1
I have an Xcode project on my older Mac that I finished building (Xcode version 9.4.1). There it workes fine and it is ready for the upload in the AppStore. Because My Mac can't run macOS mojave I borrowed another Mac with the latest Xcode Version…

ManSe
- 81
- 1
- 7
-1
votes
1 answer
UITextView Slants in the DesignView and at RunTime
:
Situation:
As shown in the Image above, I have designed the layout using Xcode 9 and soon after the design was complete, I noticed a weird layout issue.
If you look closely, you can observe the UILabels are being "slant" or "tilted" towards the…

Ümañg ßürmån
- 9,695
- 4
- 24
- 41
-1
votes
1 answer
bridging header problem compiling project on Mac mini despite compiling and running perfectly on macBookPro
I am running this project on my MBP and works fine , upon pulling from the repo or even copying the entire project to my Mac mini the errors in the image happen .
I am sure it works (verified adding the bridging header correctly and setting the…

omar hassan
- 23
- 6