Questions tagged [build-settings]

154 questions
0
votes
1 answer

Unity Game Preview Far Too Pixelated, Aspect Ratio Options Missing

I am developing an Android/iOS application which will always be viewed in the "horizontal left" orientation. Originally I was developing on Unity 2019.2.9f1, but switched to 2019.2.14f1 when I encountered this issue. Sadly it is present on both…
A.Crane
  • 435
  • 1
  • 3
  • 12
0
votes
1 answer

Xcode 11 use Framework in AppExtension

I want to create an app with multiple SiriKit-Intents. Some of those need a 3rd party framework which, sadly, I cannot install using spm so I did it quick and dirty and downloaded the latest release and manually imported it into Xcode. And…
0
votes
1 answer

Exclude a file form project at compile time swift3.2 - xcode

I have one file which reference I have added in xcode main project target and test case both. This file reference needs to be added to main project only when test cases are running. I don't want to include it when I create main project build since…
srus2017
  • 394
  • 2
  • 14
0
votes
2 answers

Frameworks File not found

I'm converting my old(32 bit) project to new (64 bit). I'm facing this issue for past one day. Still I'm not able to resolve the issue. I used RestKit project, FacebookSDK & Opentok frameworks. I added those frameworks into my project directory. My…
Senthilkumar
  • 2,471
  • 4
  • 30
  • 50
0
votes
1 answer

Xcode: Two frameworks that needs two different c++ Standard Library

I'm working on an app where I need to use two c++ based frameworks and I can't find how to configure build settings so they both build. One of them works with C++ Standard Library libc++, the other one, with libstdc++. Is there a way to specify a…
0
votes
1 answer

How do I load previous levels individually in the build settings in unity3d

Scene 05 , Scene 03 , MEP_Desert , Snow_Scene_01, Demo . I need go back to those levels when the player dies. What code is back to the previous level I have in the build settings . I need to do a repeat of this again with other levels How would I…
Freddy
  • 23
  • 1
  • 7
0
votes
0 answers

PC,linux and Mac module not loaded in unity build settings

I have encountered a problem that PC, Linux and Mac module is not loaded in Unity. I have installed the whole Unity3D engine and now I have to load the PC and Linux module. Is there any solution for this?
Ashnil
  • 15
  • 1
  • 7
0
votes
0 answers

In xcode, how to use angle brackets import with a specified search path?

I put some third-party source files in my project's "Third party" folder, and dragged that folder into my project. In xcode build settings, I specified Header search paths to "$(SRCROOT)/Third party/". But xcode still doesn't know where the #import…
longbow
  • 362
  • 2
  • 14
0
votes
0 answers

Target and project settings in xcode

I wanted to know if the project settings will override the target settings in xcode. So when i click on project i can click on build settings but also when i click on target settings i can select its build settings. So when i choose the build…
Esko918
  • 1,397
  • 1
  • 12
  • 25
0
votes
1 answer

typeof() does not work and throws error while compiling

I need to work with old project. And somehow it does not allow me to compile with next line: __weak typeof(self) weakSelf = self; Though __typeof works. Build settings allows this feature. Where I need to check it?
Ossir
  • 3,109
  • 1
  • 34
  • 52
0
votes
1 answer

Xcode Warnings: What is "Unused Labels"

In Xcode if you go to project build settings, under warnings there is entry for "Unused labels". What is meant by the term "Labels"? I understand what is meant by unused (for example, "unused variable")
Lneuner
  • 1,090
  • 1
  • 9
  • 19
0
votes
2 answers

Can't find androidmanifest.xml

I am working on a Visual Studio Cordova project which works on Windows, iOS and Android, and looking for AndroidManifest.xml or a build settings file and couldn't find any. I tried building it with no errors, but still couldn't find the file. Any…
0
votes
1 answer

Differnece between build configuration in ios project

We have got legacy code base from an organization to maintain. Its huge project developed using objective C and Cocoa touch. It has 10-12 build configurations, like staging, dev, prod etc.. Other than this I see many other build configurations,…
ManjunathK
  • 377
  • 3
  • 13
0
votes
5 answers

Xcode is not building the Binary

Xcode is doing something bizzare which I at one point in time fixed but now for the life of me I can't figure out what's wrong. Xcode is building my project fine - no errors on a clean-all build. All my product names and info.plists agree, all the…
Stephen Furlani
  • 6,794
  • 4
  • 31
  • 60
0
votes
1 answer

What relative variable to use, to reference the Xcode frameworks path?

I'm looking to reach this folder, with a relative path: /Applications/Xcode.app/Contents/Developer/Library/Frameworks With something like this: $(EXAMPLE) or this: $(EXAMPLE)/Frameworks or this: $(EXAMPLE)/Library/Frameworks Is there such…
nmdias
  • 3,888
  • 5
  • 36
  • 59