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
8
votes
3 answers

How to change the iOS Simulator "window background color" (Full Screen, Xcode 10, Mojave, Dark Mode)

Mojave (macOS 10.14) is great. Xcode 10.0 (10A254a) is great. Dark Mode is great. What is not so great, unless I'm missing something, is this ugly gray background of the iOS simulator window (when in full screen): Any idea on how to change that…
backslash-f
  • 7,923
  • 7
  • 52
  • 80
8
votes
1 answer

Xcode 10 build 10A255 requires clean build folder for all changes

After updating Xcode 10 from AppStore, when i add something even one single line, it doesn't apply change to build while i clean project. Is there any trick to prevent this or is it bug. edit: i'm developing cocoapod, changes in Example app is…
Ali
  • 323
  • 3
  • 15
8
votes
2 answers

Scroll view problem with ios12, xcode10, cordova 7.1, cordova-ios 4.5.4 on keyboard closing

I built a cordova app for iOS with Framework7 v2.3.1, using: cordova@7.1 cordova-ios@4.5.4 cordova-plugin-wkwebview-engine@1.1.4 cordova-plugin-wkwebview-file-xhr@2.1.1 It works perfectly, but a few days ago I compiled the Cordova app for iOS with…
ciossi
  • 143
  • 1
  • 8
8
votes
2 answers

Xcode 10 GM libstdc++ error, can't run on simulator

I am trying to test my apps for iOS 12. I have a iPad only app that works fine under Xcode 9. When I try to compile it for the simulator with Xcode 10 GM, the following warning appears: URGENT: building for iOS Simulator simulator, but linking…
martin010
  • 407
  • 1
  • 5
  • 14
8
votes
3 answers

Xcode 10.0 GM - dyld: lazy symbol binding failed: can't resolve symbol ___cxa_guard_acquire crash. It was working fine before that

I used cocoa pods to install de TesseractOCR library. The app works fine when running on devices, including iOS12 devices. The crash only occurs on the iOS12 Simulator. I also installed the iOS 11.4 Simulator and it works fine on that one. I've been…
Iancu Tudor
  • 113
  • 1
  • 8
8
votes
1 answer

Minimum hardware and software requirements to install Xcode 10.0

What are the minimum hardware and software specifications to install Xcode 10.0 in a MAC mini and Macbook Pro? How much RAM is required? What processor is required?
Milan Rathod
  • 326
  • 1
  • 2
  • 16
8
votes
1 answer

Tool Pallet Missing in Xcode 10.0

I updated to XCode 10.0 and now I cannot find/display the control pallet. I have tried all the various tabs to see if it had moved. Any suggested workarounds?
RTB
  • 192
  • 1
  • 10
7
votes
0 answers

Swift: Quick/Nimble running async test shows error: 'InvalidNimbleAPIUsage', reason: 'expect(...).toEventually(...) can only run on the main thread.'

I'm implementing a test case using Quick/Nimble making network request (URLRequest) but I'm getting this error: *** Terminating app due to uncaught exception 'InvalidNimbleAPIUsage', reason: 'expect(...).toEventually(...) can only run on the main…
user2924482
  • 8,380
  • 23
  • 89
  • 173
7
votes
7 answers

Cannot open Xcode project after updating to Catalina

I've downloaded an Open Source Xcode project from GitHub, but I can't open it with Xcode ver 10 or ver 11 beta after updating my Mac to Catalina. I don’t have any problem making a new project though. I've already restarted my Mac few times but…
Youn
  • 93
  • 1
  • 1
  • 3
7
votes
2 answers

can`t open storyboard on stable version Xcode

I made a mistake by opening my project in a new beta version of xcode Now I can not open it with a stable version because The document “Main.storyboard” requires at least Xcode 11.0. This version does not support iOS 13.0 system colors. Open this…
Сева
  • 510
  • 1
  • 4
  • 15
7
votes
1 answer

Deep Link does not contain valid required params while clicking a dynamic link

i have setup my dynamic link as a documentation but while clicking a link it shows : Deep Link does not contain valid required params. URL params: { "_cpb" = 1; "_cpt" = cpit; "_fpb" = "CJsFEPcCGgVlbi1VUw=="; "_iumchkactval" = 1; "_iumenbl" =…
amir thapa
  • 103
  • 1
  • 1
  • 10
7
votes
1 answer

App freezes on launch screen when installed from xcode 10.1 to iOS 12+

When I install the applications from Xcode 10.1 to iPad(iOS 12.1), apps freeze on the launch screen. Applications work fine with the iPads which have iOS version lower than 12. I am facing this issue since i updated Xcode to 10. Does anyone know…
Sheraz
  • 567
  • 4
  • 22
7
votes
3 answers

Could not locate device support files: iOS

I am using Xcode 10.0 and running in 12.1.1(16C50). It was given below error. iOS 12.1.1 not supported by Xcode 10.0: Could not locate device support files
mouli
  • 85
  • 1
  • 9
7
votes
2 answers

How do you use file lists (.xcfilelist) within Xcode 10 script build phases?

Starting with Xcode 10, build script phases can use file lists (.xcfilelist) for input and output instead of specifying input/output files directly. Those files seem to support comments (the WWDC sample showed command line comments on top), blank…
Mecki
  • 125,244
  • 33
  • 244
  • 253
7
votes
4 answers

Run Script Phase after dSYM is generated with Xcode 10 (on build)

In the New Features section, it states: In the new build system, shell scripts can't rely on the state of build artifacts not listed in other build phases (for example, the Info.plist file or .dSYM files.) Add files the script build phase …
Maor Refaeli
  • 2,417
  • 2
  • 19
  • 33