Questions tagged [xcode-scheme]

Xcode schemes helps to setup different environments for different builds. Xcode schemes help to specify different environment variables for Running, Debugging, Releasing, Profiling and Archiving.

Xcode schemes helps to setup different environments for different builds. Xcode schemes help to specify different environment variables for Running, Debugging, Releasing, Profiling and Archiving.

37 questions
0
votes
0 answers

Tests cannot be run because the test plan “xxx” could not be read

In Xcode(14.3.1), I suddenly get this error when trying to run test today, and it is working fine yesterday. Check this file in Finder, it is exist. And also presented in Xcode. Run in command line get the same error. Please advice, what could cause…
Zhou Haibo
  • 1,681
  • 1
  • 12
  • 32
0
votes
0 answers

RCTBundleURLProvider sharedSettings jsBundleURLForBundleRoot:@"index" is nil

I have a debug and release configuration. I've duplicated debug scheme and configuration, and set the new (duplicate of debug) scheme to the duplicate of debug configuration. I've had to manually set DEBUG=1 to the new configuration too (for some…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
1 answer

Cannot build Flutter project through command line after adding Flavor/Xcode Scheme

I followed along with this tutorial to add Flavors to my Flutter project: https://sebastien-arbogast.com/2022/05/02/multi-environment-flutter-projects-with-flavors/ oddly enough - I am able to run the app through Xcode, but when I try to run the app…
Michael Jajou
  • 312
  • 2
  • 13
0
votes
1 answer

Xcode - Load a specific config file based on the build configuration

I am trying to use a specific file based on the Xcode build configuration (Debug / Release). The script is running, but it always uses the else condition even though I am using the "dev.debug" OR "dev.release" build configuration... The project's…
hugger
  • 426
  • 4
  • 19
0
votes
1 answer

`Executed 0 tests, with 0 failures (0 unexpected)` when running individual test cases in Xcode

When I run tests in Xcode, as long as I run all the tests collectively they execute normally. However, if I run only one individual test class or one individual test function within a test class, it doesn't execute any tests at all and…
0
votes
1 answer

XPC Process Crashes in older macOS due to lack of Sanitizers

When I take a Debug Build of my macOS app, built in Xcode 9.1, and move it to a Mac running macOS 10.11 or 10.12 for testing, I find that my app's XPC process crashes on load, and the crash report indicates the cause is that the system cannot find…
0
votes
1 answer

XCode 5.1 -> Xcode schemes not visible on another machine

I created two schemes in a project. Live and staging and it's working fine for my xcode 5.0. But then I updated my xcode to 5.1. Now xcode shows schemes only on my system and when I send code to another machine in zip-format. It opens with only…
Abid Hussain
  • 1,529
  • 1
  • 15
  • 33
1 2
3