xcode-build-settings Questions

7

Solved

I have an iOS Xcode project with 3 targets - AppTarget, Lib1 and Lib2. Hierarchy: AppTarget is dependent on Lib1 and Lib2. It has no code (SceneDelegate, AppDelegate etc. is moved to Lib1). Lib1 i...
Melt asked 3/11, 2022 at 8:17

0

About Our Asset catalog was moved from the App target to swift package resource. Afterward the App's existing storyboard/xibs can no longer render those assets unless the asset catalog is copied vi...

3

Solved

I’m in the middle of moving my iOS app’s Firebase dependency from CocoaPods to Swift Package Manager. Firebase’s Crashlytics requires a script to be executed while the app is building (using the Ru...

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

2

Solved

I just updated to Xcode 12.0.1 from AppStore opened my old project and after build got an error. Here is an image for error: as I research on SO for a solution some answered mentioned changing arc...
Condense asked 1/10, 2020 at 10:0

4

Solved

In Objective-C it was sometimes useful to use static string constants to define alternate API keys (for example to differentiate between RELEASE and DEBUG keys for analytics packages, like MixPanel...
Procrastinate asked 7/8, 2016 at 11:58

3

Solved

In my Xcode project, I have 4 different schemes (prod, dev, staging, staging2) which changes the bundle identifier of the app that gets installed to the phone. That way I can have all 4 versions in...

2

Solved

I have a shell script that I would like to run at the end of my target's build phase. However, I would like this script to only run when I build with the release configuration. How can this be done...
Finery asked 31/8, 2010 at 23:43

1

Solved

I have a code base that I need to build out to two different targets. The only difference is they read different config.plists, config-1.plist for target #1 and config-2.plist for target #2. What d...
Helbonnas asked 15/4, 2011 at 21:13
1

© 2022 - 2024 — McMap. All rights reserved.