python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to ensure consistent xcodebuild results when the new build system is used?
We are using a homemade script that builds a couple of projects using xcodebuild and analyzes the returned number of build errors and warnings.
When the new build system was introduced in Xcode, I've ...
Crulex
Votes: 0
Answers: 0
Cocoapods EXCLUDED_ARCHS flag not being set during build
I am trying to build my project but kept getting 'No Module Found' when deploying to the simulator but not to an actual device. After digging around, I found I should add the arm64 to the Excluded Ar...
user-44651
Votes: 0
Answers: 1
What is the COMPILER_INDEX_STORE_ENABLE xcode build settings default value?
There is Default, YES, NO, but what is the Default value? is YES or NO?
https://xcodebuildsettings.com/#compiler_index_store_enable
Won
Votes: 0
Answers: 1
The parent bundle has the same identifier (bundle.identifier) as sub-bundle
So I just recently added a POD to my project which then required me to use/load workspaces instead of the individual project. That's all fine and dandy but now the build script that we use to ultimate...
etinum
Votes: 0
Answers: 0