Questions tagged [build-settings]

154 questions
1
vote
1 answer

Other Linker Flags cannot set to -ObjC

I am having trouble setting Other Linkers Flags to -ObjC in Xcode. I am trying to add Admob into my app. The issue is that the setting is simply not there. The Other Linker Flags tab is there, but there is nothing beside it. Furthermore, all the…
zbz.lvlv
  • 3,597
  • 6
  • 34
  • 38
1
vote
0 answers

Product.app file red in xcode product folder

My product.app is red. When I try and run the app on an actual device with the scheme build configuration set to release I get the error "The application does not have a valid signature." It only runs without the error when the scheme build setting…
user2489946
  • 281
  • 3
  • 12
1
vote
0 answers

Xcode 5.0.1 User defined Build Settings won't work anymore

I'v got a problem with Xcode 5.0.1 and OSX 10.9Xcode 5.0.1 The User defined Build Settings won't work anymore Example declaration: QTDIR Debug Any Arch | Any iOS Simulator -> /Applications/Qt/5.dev/clang-ios-i386/ Any Arch | Any…
JPCOLCOM
  • 11
  • 1
1
vote
1 answer

Can't archive iOS Application (iOS App Archive)

I KNOW THAT MY QUESTION IS A LOT OF TIMES DISCUSSED, but no one solution helped me fully (SKIP_INSTALL, copy headers from public and private to Project section and etc.). What I have and what I did: So, I have a workspace in that I have some…
Vladimir
  • 388
  • 6
  • 13
1
vote
1 answer

Find Memory leaks in xcode with build settings

Is there any way to check/debug memory leaks and any memory related crash by changing few Build settings? It would be better if I get any memory warnings.
aparna
  • 353
  • 2
  • 3
  • 13
1
vote
2 answers

Will changing product name in build setting affect update?

I've changed the product name in the building settings of my app. It is an existing app, that I want to submit an update for soon. Will this affect how I submit the app?
drc
  • 1,905
  • 4
  • 22
  • 28
1
vote
0 answers

XCode - Validate Built Project

In my XCode project, I have 4 different Build Configurations: Production, Development, Staging, and Staging2. In my Build Settings, I noticed Validate Built Product is set to No for all configurations. If I switch them to Yes, I then get a warning…
djibouti33
  • 12,102
  • 9
  • 83
  • 116
0
votes
1 answer

Retrieve E-mail in In-app in iPhone

Currently my project is working perfectly on IOS development target 3.2 But as soon as i will do development target 4.0 or higher. It gives me error. Following is the error: Ld…
DShah
  • 9,768
  • 11
  • 71
  • 127
0
votes
1 answer

How do I adjust Unity build settings to ensure game compatibility across Android devices?

I just finished makeing an android 2D game (low graphics) but when I test it in my tab it shows - "Your device does not match the hardware requirement for this application." It's my first game that I am testing on android and I don't know how to set…
0
votes
1 answer

Xcode Missing build setting: BUILD_LIBRARY_FOR_DISTRIBUTION

When I was trying to build a framework, I found the build setting BUILD_LIBRARY_FOR_DISTRIBUTION is missing in my project. Thought may related to particular project, so I start a new one, but still not seen. To make sure, I download another project…
ChengEn
  • 91
  • 5
0
votes
0 answers

How to set a Other Linker Flags build setting with -ObjC and -force_load

I have a problem with xcode build setting. I'm trying to add Firebase Analytics to my project by using SPM. For now on, I'm using "-force_load" option for "Other Linker Flags" because I have to add some external frameworks and libraries in my…
0
votes
2 answers

Custom values in Qt Creator (CMake) build settings

I want to achieve the equivalent of C++ #define foo "bar" but I don't want the value "bar" to be part of my code repository, and the value will depend on whether the build is Debug or Release. How can I do this? NB: I like the idea of using the…
Paul Masri-Stone
  • 2,843
  • 3
  • 29
  • 51
0
votes
1 answer

Android: Debug and Release different language

Right now, I am building an Android app using Kotlin. This app supports multiple languages that I put my strings into strings.xml. I've been developed the app using Locale to change the language. This is my resources…
Rigsto
  • 128
  • 10
0
votes
1 answer

Why isn't "Swift Compiler - Custom Flags" setting showing up in build settings?

I am working on an Xcode project that uses a Calendar framework, here: https://github.com/mmick66/CalendarView. In the readme is says in order to use the Event system, you need to set custom swift compiler flags in the build settings. For some…
Gene
  • 104
  • 15
0
votes
1 answer

Flavouring Objective-C iOS app with Storyboard

I have a single-activity iOS app in Objective-C with Storyboard. The app has two build schemes, say Scheme 1 and Scheme 2. The View has just a couple of buttons. I want to differentiate the color of these button depending on the build scheme. I am…
MathMax
  • 571
  • 7
  • 22