Questions tagged [build-settings]

154 questions
1
vote
1 answer

Remove Framework Maintained by Carthage Build Settings

I am trying to remove and delete the Mapbox Framework added through Carthage which was crashing. I followed these instructions. After doing all of the above, however and searching for carthage in Find as instructed, I found the following reference…
user1904273
  • 4,562
  • 11
  • 45
  • 96
1
vote
1 answer

Swift Vapor Sample Not compiling

I'm trying to get my feet wet with server side swift, and specifically Swift Vapor by trying the Ray Wenderlich HelloVapor tutorial. Basically performed the following steps so far using (my swift -version on Apple command prompt is Apple Swift…
1
vote
3 answers

dyld: Library not loaded: @rpath/libswiftCore.dylib issue persists on simulator only

I have a swift framework integrated with my project and it works fine on a real device no problem at all. But when I try to run the the same project on simulator then I am getting the issue. dyld: Library not loaded: @rpath/libswiftCore.dylib …
Shankar Naik
  • 401
  • 5
  • 16
1
vote
0 answers

In Xcode changing the value from build settings in xcconfig is not working

I have my project and my appConfig.xcconfig file. I would like to change the Debug_Information_Format value in the build settings. What I did is DEBUG_INFORMATION_FORMAT = dwarf-with-dsym I am using one single xcconfig for both Debug and Release,…
bolizhou
  • 1,208
  • 1
  • 13
  • 31
1
vote
1 answer

Why am i getting a NullReferenceException when i switch platform to Android in Unity?

The steps i did: Assets>Import package>Environment Assets>Import package>custom package>GoogleVRForUnity_1.120.0.unitypackage GameObject> 3D object> Terrain Save Scene Build Settings> add open scene Build Settings> Switch platform -…
1
vote
1 answer

Archive contains linked static library

I have a project containing multiple static library projects inside it. All the libraries compiles fine and App is also working fine on tablet. But while creating an archive on Xcode 9, static libraries that were linked in Build phase are getting…
DRK
  • 191
  • 9
1
vote
4 answers

Is there is any way to create a IOS app as build for another app?

I have an IOS app which holds lot of Configuration settings to use the app and also this app is used in 5 warehouses, settings will be differ from one warehouse to another warehouse. So it becomes more painful for the users using this app.. Even…
Nithya
  • 1,029
  • 2
  • 14
  • 27
1
vote
0 answers

Migrating ios codebase with multiple targets from swift 2.3 to swift 3 latest version

I have recently started migrating my ios app from swift 2.3 codebase to swift 3 latest version. My app has 3 different targets. When I tried converting the swift sources in all 3 targets together, the diff showed more than 100 file changes. I follow…
anshul
  • 846
  • 1
  • 14
  • 32
1
vote
0 answers

Xcode 8 default build settings are broken

With Xcode 7 everything was working perfectly. For example I was able to successfully build and test Socket Rocket project. After a made an update to Xcode 8.1 all my projects stop building since default build settings have been altered or…
Marek R
  • 32,568
  • 6
  • 55
  • 140
1
vote
1 answer

Requires Full Screen is not working

In Xcode project, it enters full screen view only after entering the below code and not by simply enable Requires full screen.Why? And, am i missing anything? public override bool PrefersStatusBarHidden() { return true; }
Gobi M
  • 3,243
  • 5
  • 32
  • 47
1
vote
1 answer

Can't access build setting

Here's an entry in my config file... This gets picked up correctly in build settings... I've referenced the setting in both Info.plist files for the project... But upon execution of the test target, the value isn't there... Any ideas?
Ian Warburton
  • 15,170
  • 23
  • 107
  • 189
1
vote
2 answers

How can I set position independent build setting using xcodebuild from the command line?

I'm working with some third party tools that generate xcode project files for a few subcomponents. Their tools generate the project files with Generate Position-Dependent Code set to YES (potentially because the tool generates project files for OS…
Joey Carson
  • 2,973
  • 7
  • 36
  • 60
1
vote
1 answer

Xcode 6 running custom shell scripts

When I build my target, in the information tab I can see the scheme building and the target building. At the end of the process it runs 2 custom shell scripts. I can't find where the target or project is running these 2 custom shell scrips. I've…
harmeet07
  • 501
  • 1
  • 5
  • 11
1
vote
0 answers

Gradle build variants and flavors, how could i put this into practice?

I have searched and researched and I have performed a lot of tests but I am still stuck. Because an image is better than an explication, i'm stuck on this one.... "Demo" and "main" have a different sourcetree (main -> release, demo -> demo). I want…
1
vote
2 answers

IOS linking with missing architecture i386 (AdSupport.framework)

I had this question going on, but now I am a little further: I added this framework to my…
Michael
  • 815
  • 1
  • 6
  • 23