Questions tagged [xcode10]

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.

976 questions
7
votes
0 answers

Getting error compiling framework SDK in Xcode 10

I am getting the following while trying to compile a framework SDK in Xcode 10. unable to load standard library for target 'armv7s-apple-ios8.0-simulator' unable to load standard library for target 'armv7-apple-ios8.0-simulator' unable to load…
jaumevn
  • 439
  • 1
  • 5
  • 14
7
votes
0 answers

Class AXAccessQueue is implemented in both...and...One of the two will be used

Xcode10 runs a blank project. I select Simulator iPhoneXR. The console prints as follows Class AXAccessQueue is implemented in both...and...One of the two will be used. Class AXAccessQueueTimer is implemented in both...and...One of the two will be…
jing
  • 81
  • 3
7
votes
3 answers

Xcode 10 - How to refresh localization of a Siri shortcut intent definition file?

I have an intent definition file for a Siri shortcut. When I click on localize Xcode does very well create a localization file, each string beeing used is present with an ID. But how do I refresh this if I added a new intent in the same file or…
Muxor
  • 161
  • 7
7
votes
2 answers

How to set initial controller programmatically from storyboard in Cocoa using Swift 4 Xcode 10?

Introduction: I want to create an app that displays some "user guide" on its first launch, I've already finished the part that detects if the app is first launch, but when it comes to the setting view controller part, I can't figure out how to do…
AgentBilly
  • 756
  • 5
  • 20
7
votes
1 answer

swift 4.2 Enum case ' ' not found in type '?' Requirement in switch statement to redundantly unwrap an implicitly unwrapped optional

I have the following enum: enum ExampleEnum { case one case two case three case four } And the following property definition: var exampleProperty: ExampleEnum! prior to swift 4.2 I was using the following switch statement: switch…
alionthego
  • 8,508
  • 9
  • 52
  • 125
7
votes
1 answer

String.hashValue not unique after reset app when build in Xcode 10

I have a "get hash of string by String.hashValue" code, that I added it below. This code worked well in Xcode 9.4.1. Worked well means that whenever I close app and re-open it, the result of hashValue is same (unique) private func cacheName(of url:…
Quoc Nguyen
  • 2,839
  • 6
  • 23
  • 28
7
votes
0 answers

Xcode 10 - interface builder document

I'm unable to change the Interface Builder Document version to Xcode 10.0 for my existing storyboards. It always revert back to Xcode 9.0 after selecting Xcode 10.0, Save and Close when prompt, and re-opening my storyboards. Even when creating new…
bvh
  • 443
  • 4
  • 10
7
votes
1 answer

Xcode10 random popup "The bundle identifier for XCode10Project.app couldn’t be read."

I've created a project in XCode10 Beta6. I closed the project and opened another project from XCode 9.2 At random points throughout working on another project, I get alert popup saying. How do I resolve "The bundle identifier for…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
7
votes
2 answers

Get old Xcode Object Library style from Xcode 10

is it possible to get the old Xcode 9 object library style at the bottom right in the right tab. Im using Xcode 10 beta 6
SwiftiSwift
  • 7,528
  • 9
  • 56
  • 96
7
votes
4 answers

Xcode 10 doesn't support SVN (Subversion)

Installed new Xcode 10 beta version, Couldn't see the option for SVN in Xcode->Preferences->Source Control, I could see Git alone. I guess Xcode 10 removed the SVN GUI, instead it supports only Git. Or I miss something in configuration. Thanks.
RJV Kumar
  • 2,408
  • 1
  • 19
  • 28
7
votes
0 answers

Xcode 10 asset catalog Preserve Vector Data not working

My app uses PDF vector assets. Found asset get pixelated scaling in my UIImageView when building my app in Xcode 10 (targetting iOS 11) but when I build same exact app in Xcode 9.4 I do not see this issue and image looks sharp. Any ideas for fix in…
Vlad
  • 5,727
  • 3
  • 38
  • 59
7
votes
1 answer

Xcode 9 / 10 resets project navigator state

Usually Xcode project navigator saves open/closed state of the project navigator folders, so when you open the project you always see the same state as before. However it's not the case in one of my projects in Xcode 9. Every time I open it Xcode…
Alexander Vasenin
  • 11,437
  • 4
  • 42
  • 70
7
votes
2 answers

Force Xcode to provide code folding?

I'm testing on OS X. I've got a source file that's heavy with preprocessor macros and tests. I'm trying to collapse the code so I can determine why a particular symbol is not being defined. According to Apple's Folding and Unfolding Source Code, I…
jww
  • 97,681
  • 90
  • 411
  • 885
6
votes
2 answers

Workspace integrity, couldn't load project. After upgrading to MACOS Catalina

Please need a help, I just upgraded macos to catalina, after that I updated xcode to 11.5, i also have xcode 10.1. Now my older project when opened with xcode 10.1 the below screenshot error is getting. I updated my cocoapod also. Still it…
Mahesh Mohan
  • 291
  • 2
  • 5
6
votes
0 answers

iOS 13 emojis are in gray color showing

In ios12 emojis are showing perfect but I updated my Xcode and in iOS 13 all emojis turns to gray any one please help me how can be able to fix this. In code I have written like this //Show pop up let otherAlert = UIAlertController(title:…
shashi Gupta
  • 141
  • 1
  • 11