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
0
votes
1 answer

Xcode 10 Not supporting Subversion **[SVN]**

I have updated the XCode 10 on two days before (19 sep'17) before. Its not showing the Source Control in my all project. Its working fine in Xcode 9.4 and old. Any help
Ammaiappan
  • 539
  • 3
  • 22
0
votes
0 answers

Xcode 10 can't show subclass's name completely

[] It is like the picture shows. I can't get complete name of subclass. Please help me fix it.
0
votes
2 answers

Xcode 10 Migration Errors

I am getting build errors after migrating to Xcode 10 (Multiple commands produce...). How do I resolve them? Showing All Messages :-1: Multiple commands produce '/Users/deepaksharma/Library/Developer/Xcode/DerivedData/MyProject- …
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
0
votes
0 answers

How to force CI to use the latest pods after project was moved to Xcode 10 and latest wift 4.2?

The question is because we see an error after moving project to the latest Xcode 10 and Swift 4.2: My fastfile looks like: before_all do xcversion(version: "10.0") end lane :test do scan(scheme: SCHEME_NAME, code_coverage: true,…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
0
votes
1 answer

Xcode10.0 (10A255) import intent xx.h occur mistakes

Each time the Xcode will crash while I import header files(xx.h), I cannot use it. pod version: 1.6.0.beta.1 mac os version:10.13.6 (17G65)
Dwyane
  • 23
  • 2
0
votes
1 answer

topViewController in iOS 12 / Xcode 10

So, I've updated to Xcode 10 and iOS 12 today and now I'm getting the following error message when I call topViewController from UINavigationController: Ambiguous use of 'topViewController' if let myVC = navigationController.topViewController as?…
edmoks
  • 27
  • 7
0
votes
0 answers

Can't subclass UIButton in release Xcode 10.0

Using Swift 4.0 with Xcode 10 releases , if I subclass UIButton I get a fatal error at compile time :0: error: fatal error encountered while reading from module 'Target_name'; please file a bug report with your project and the…
Zero G
  • 36
  • 3
0
votes
3 answers

Uninstalling Xcode 9.4.1 before installing Xcode 10 GM?

My disk is full, and I have tried everything to try and free it up. Xcode 9.4.1 is taking up 5.54 GB on disk and I can't unzip Xcode 10 GM without it failing because of disk space available. Is it safe to uninstall/delete the current Xcode app…
Ryan
  • 155
  • 1
  • 14
0
votes
1 answer

Unknown class and NSUnknownKeyException in Xcode 10 GM

I have downloaded the Xcode 10 GM and my app crashes immediately when running in Simulator. Xcode says: 
 Unknown class _TtC7App-Name14ViewController in Interface Builder file. Terminating app due to uncaught exception 'NSUnknownKeyException',…
olegtop
  • 3
  • 3
0
votes
1 answer

How to install iOS 12 simulator in the Xcode 10 beta?

I have a fresh install of Xcode 10.0 beta 6 (10L232m) on macOS Mojave 10.14 beta (18A353d). When I go into Xcode -> Preferences -> Components I only see iOS 8.x through 11.x, the like for tvOS, and watchOS 2.x - 4.x. Everything I have read makes me…
jamie young
  • 1,857
  • 1
  • 14
  • 12
0
votes
1 answer

Getting an error regarding the depreciation of API 'set value for key on a NSObject'

Getting an error regarding the depreciation of API 'set value for key on a NSObject' I am upgrading my code to Swift 4.2 . While upgrading in runtime the code is crashing at this point. object.setValue(valueToSet, forKey: key)
paresh
  • 130
  • 9
0
votes
1 answer

Can't build a project with Chilkat library

Can't build a project with Chilkat library in Xcode10, compilation fails with error: library not found for -lstdc++.6 Apple Forum shows: libstdc++ was deprecated about 5 years ago (note that it hasn't been available in tvOS nor watchOS). …
Dmitry Klimkin
  • 445
  • 3
  • 15
0
votes
0 answers

Linker Command failed with exit code 1 Error in Xcode 10

I got linker error when application running in Xcode 10. But application successfully running in Xcode…
kiran
  • 4,285
  • 7
  • 53
  • 98
0
votes
2 answers

Assign orignal Image instead of taking UIImage in string

In swift 4 or even in previous version we can get the complete image though this code ProfileImg.Image = marker.png etc but In swift 4.2, we can only have UIimage.init(named: "marker") Is it a version mistake or removed by own.???
Zain Shahzad
  • 74
  • 1
  • 4
0
votes
0 answers

Use rawEmbeddedThumbnailPhotoFormat when building Xcode 9.4.1

iOS 12 introduces a new property on AVCapturePhotoSettings where you specify the embedded thumbnail format for a RAW capture: AVCapturePhotoSettings.rawEmbeddedThumbnailPhotoFormat In iOS 11 AVCapturePhotoSettings.embeddedThumbnailPhotoFormat is…
Glavid
  • 1,071
  • 9
  • 19