build-settings Questions

6

Solved

Whenever I build my Xcode project, after compiling all my code, it takes forever to finish "signing product." (I believe it's because the project includes about 200 MB of resources that need signin...
Vaporescence asked 25/6, 2015 at 0:54

12

Solved

Until Xcode 11, I used a script that reads the current app version (for the AppStore) and help me change the LaunchScreen since we can't use swift for that. sourceFilePath="$PROJECT_DIR/$PROJECT_N...
Redaredact asked 23/6, 2019 at 9:41

5

I am trying to exclude some .swift and .storyboard files from my project (Xcode9) for release build using EXCLUDED_SOURCE_FILE_NAMES. But its not working for me. Is it possible to give any folder ...
Plasticizer asked 16/3, 2018 at 18:17

4

Using Amplify I'm having difficulty deploying a React application which I believe is due to the build settings. When trying to deploy the default build settings provided are shown below: I know t...

3

Solved

I am unable to figure out how to change default build/compile settings. The little default checkbox in the lower left of the project options dialog is gone. The documentation states: The Default c...
Plafond asked 13/4, 2012 at 2:53

1

What's the difference between these Xcode Build Phases: Headers & Copy Files? When I add a Cocoa Touch Static Library (iOS) to my project, it comes with a Copy Files build phase, whereas when ...
Baseler asked 21/10, 2017 at 16:54

6

Solved

I have an xcconfig file which contains a configuration for which server my app should hit. In debug mode, this will be a different server than for release builds. The problem I have is that a URL ...
Flavory asked 23/1, 2014 at 19:42

2

Solved

I want to automate my build process and need to pass an environment variable to run some of the commands in the Dockerfile. I was wondering if there was any way to do this in Dockerhub. I know dock...
Reef asked 24/7, 2017 at 9:40

2

I've been struggling with this issue for days now :( When building my iOS app in the simulator it works fine (debug build), but as soon as I'm trying to build to my iPhone 11 (v 14.5.1) my build fa...
Athletics asked 15/6, 2021 at 13:38

1

Solved

I am using Xcode 12, iOS 14, everything builds correctly, but when I am installed on the device and about to run, I get a message saying "dylib: Library not loaded:" dyld: Library not loa...
Paleozoology asked 20/9, 2020 at 8:52

7

Solved

I have created several user-defined build settings in Xcode 4.3.1. I no longer need these settings and want to delete them, but there doesn't seem to be a way to delete them! I am aware that these...
Imparadise asked 16/4, 2012 at 7:51

1

Solved

This post How to set CURRENT_PROJECT_VERSION in xcode 8 says that setting is defined in the Build Settings, but how would I tell the name of the macro, such as CURRENT_PROJECT_VERSION from the Buil...
Anglesey asked 29/1, 2019 at 16:34

4

Solved

I trying to run my app on a device with xcode, it's an ionic app, with xcode 9, I had no problem but since I have updated to xcode 10 I keep getting this error message every time: The entitlement...

2

Solved

I have been given a dynamic framework from a third party which does not compile on X86_64 based archs at linker stage due missing symbols, I have asked them repeatedly bundle this architecture with...
Heimdall asked 3/11, 2016 at 11:13

1

Solved

I'm using Xcode 10.1. Even when using the search function in my target's Build Settings, I can't find a "Metal Compiler" or anything related Metal. Described here, there are Metal settings that ca...
Abbyabbye asked 23/1, 2019 at 22:8

2

In the Build Settings is it possible to treat Specific warnings as Error instead of Treating all warnings are Errors. This is a simple Switch statement checker in xcode : GCC_WARN_CHECK_SWITCH_ST...
Triphthong asked 5/6, 2014 at 11:57

3

Solved

I cannot find Add Custom Build Rule option on Version 5.0 (5A1413). Does anyone noticed it? Has it been moved somewhere else? As a work around I am clicking "Copy to Target" on any build rule and ...
Tellurate asked 23/9, 2013 at 15:13

7

Solved

Ever since I've updated to Xcode 8.2 (GM seed, from the App Store), I have been stuck at the following error: Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured cor...
Andrew asked 15/12, 2016 at 6:36

2

If I create a new application project, the build settings look something like this: It claims to be using a build dir build/Debug-iphoneos. I assume this is relative to the project directory? In...
Banjermasin asked 19/4, 2015 at 15:31

3

Is there an easy way to have per-configuration app group entitlement strings in Xcode projects? We're trying to share settings between an iOS application and today extension using an "app group" e...
Fidelis asked 30/8, 2014 at 20:44

2

I need to add some Objective-C files of a library to my project, and I created the MyProject-Bridging-Header.h file myself. But now I'm not able to set its path because in the project's Build Setti...
Ingratiating asked 1/5, 2017 at 14:23

3

After I upgraded to Xcode 8, I am unable to debug on the device due to the following error: App installation failed. No code signature found. My setup, observations and what I've tried so far: ...
Wagonette asked 18/9, 2016 at 13:34

1

Solved

What's the difference between Build Phases -> Link Binary with Libraries or Build Settings -> Linker Flags? The former does not seem to allow you to specify between Debug vs Release, and the frame...
Zymogenesis asked 7/2, 2017 at 21:39

1

Recently, I observed section named Text-based API in Xcode build settings. In Xcode 7.X it's under Linking section. But now with Xcode 8.X, it's separated out as another section in Xcode build sett...
Coefficient asked 14/2, 2017 at 9:26

1

In my iOS Project, I have set the Generate Debug Symbols to be Yes, but the .dYSM file is not created in DerivedData folder. I am running this application on my iPhone. Because I need it to map it ...
Greensboro asked 1/8, 2016 at 10:10

© 2022 - 2024 — McMap. All rights reserved.