This tag should only be used for questions specific to the usage and features of Xcode 10. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific xcode tag. Use tags appropriate for the OS such as ios or macos.
Questions tagged [xcode10]
976 questions
0
votes
1 answer
Customizing the UIImage View
How to programmatically change the borderWidth of a Image view which is on a UIView and present inside a prototypeCell
I have tried changing the borderWidth in interface Builder, but it is not working.1
looking forward for a better solution.2

Shubhashree Bhat
- 9
- 3
0
votes
1 answer
Xcode 10 iOS 12 iPhone Simulator haven't boot in each device
I update Xcode 10 iOS 12.0 in apple developer website the last few days.I download .zip unpackage to use.I want to use iPhone Simulator,but it's not work.All the time,it pause start up page screen.This Xcode isn't beta.Who can help me or tell me…

Jaeda
- 32
- 4
0
votes
1 answer
dyld: Library not loaded: /usr/lib/libstdc++.6.dylib
Just installed Xcode 10, and got tis run time error. Do you have any idea what is wrong?
dyld: Library not loaded: /usr/lib/libstdc++.6.dylib
Referenced from:…

János
- 32,867
- 38
- 193
- 353
0
votes
0 answers
Xcode 10 loses support for Subversion. Is there any free alternative?
Relese Notes
So in the release note, Apple says that they have removed support for Subversion but I want to know there is any free alternative to use subversion tool freely.
I already heard about Versions, SmartSVN, and Xversion etc but this tools…

Simran Kour
- 73
- 9
0
votes
1 answer
Error to upload my app: App Sore Connect Operation Error
I tried to upload my new app to App Store using Xcode 10, It's showing this error
Just use:
pod 'Alamofire'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'HTHorizontalSelectionList', '~> 0.7.4'
pod 'Google-Mobile-Ads-SDK'
What is "Aspera…

Almudhafar
- 887
- 1
- 12
- 26
0
votes
1 answer
UITableView error: use of undeclared type 'Foundation'
I have a UITableView in which I'm fetching image URL from API and converting it into sn image. Following is the code:
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let url = URL(string:…

Matt
- 315
- 2
- 6
- 20
0
votes
1 answer
Xcode 10 visual recognition problem with swift 4.2
After Xcode upgrade to 10, my app is not working anymore and I get this error:
Module compiled with Swift 4.1 cannot be imported by the Swift 4.2.
If I update Carthage I pass the build but my app crashes with this error:
Incompatible Swift…

Mihai Manea
- 11
- 5
0
votes
0 answers
Xcode 10 Text bug
I was wondering if anyone else was having an issue where the text is faded or not there in Xcode version 10? I played around in Preferences to see if changing the text font/color would fix it but no luck. Ex. Screenshot of the text not being in…
0
votes
0 answers
Xcode 10 update fails to find header file despite correct path in 'Header Search Paths'
Xcode 10 was released 5 days ago and now our code fails to compile (compiled without issue before the update).
The first Cocoa file that gets built in our project fails to find a header despite the correct path in Header Search Paths.
I've stared at…

spartygw
- 3,289
- 2
- 27
- 51
0
votes
1 answer
Xcode 10 Archived App Doesn't Run on Macs with Xcode 9 or Earlier Installed: DYLD, [0x4] Symbol missing?
The crash log begins like so:
Termination Reason: DYLD, [0x4] Symbol missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Symbol not found: __T0SiN
Referenced from:…

Metric Scantlings
- 712
- 6
- 17
0
votes
3 answers
Flutter build fails for iOS Xcode 10
I upgraded Flutter to latest. Following is the doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.8.2, on Mac OS X 10.14 18A326h, locale en-US)
[✓] Android toolchain - develop for Android devices…

Harshad Kale
- 17,446
- 7
- 30
- 44
0
votes
2 answers
While archiving my application I'm getting Error for Realm
I archive my application and now want upload to app store.
When I validate it or upload this error occurred :
Code signing "Realm.framework" failed

Jay Raval
- 11
- 4
0
votes
1 answer
converting String Type to phoneNumber
I have a string that is actually a phone number. This string is stored as variable PhoneNumber in my database.
I want to convert this to a type phoneNumber() and then format it using the PhoneNumberKit and then put it back into a label as a…

Pradnya Achari
- 9
- 1
- 6
0
votes
1 answer
UITextField, textRect, Xcode Version 10.0, Deployment Target 12.0, Swift 4.2
I was using this code scope previously:
override func textRect(forBounds bounds: CGRect) -> CGRect {
super.textRect(forBounds: bounds)
return UIEdgeInsetsInsetRect(bounds, UIEdgeInsets(top: 0,left: 10, bottom: 0, right: 10))
}
But it gives…

mannyCalavera
- 593
- 1
- 4
- 23
0
votes
1 answer
Not able to build my project in simulator, Xcode 10
I am facing a strange issue:
I updated Texture to 2.7 in Pods
And I am using Xcode 10.
The issue is that I am able to build the project successfully in iPhone real device.
But its not building in simulator. The following error is…

Nishu_Priya
- 1,251
- 1
- 10
- 23