Questions tagged [xcode-new-build-system]

2 questions
1
vote
1 answer

How to set newbuild system of xcode in cmake?

Am trying to upgrade my project to new build system. I have to set the -UseModernBuildSystem=YES in the cmakelists.txt file. How can I do that? My project is builded using the terminal
1
vote
0 answers

Modify Application Transport Security using PlistBuddy through New Build System

I have a script added as a run script in Build Phases that tries to modify the Application Transport Security configuration. The script seems not working with the Xcode New Build System. In particular, when I executed the app in Simulator…
Lorenzo B
  • 33,216
  • 24
  • 116
  • 190