Questions tagged [xcode13.3]
23 questions
1
vote
0 answers
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 found that the number of output errors or…

Crulex
- 1,030
- 9
- 16
0
votes
0 answers
'NTLM' authentication is not supported (-1) Xcode 13.3
After upgrading to Xcode 13.3+ i started receiving an error when pushing my code to git in TFS as the below meaning that my credentials are rejected:
'NTLM' authentication is not supported (-1) Xcode
I asked the question on Apple Developer Forums,…

AaoIi
- 8,288
- 6
- 45
- 87
0
votes
1 answer
Navigation Controller can not been embedded in
I have been using XCode Version 13.3 (13E113)for 3 months. Had no any problem about it but today when I tried to add navigation controller, I encountered the following situation (Picture 1).
Picture1
When I try to arrange view, this happens.…

Mehmet S.
- 27
- 4
0
votes
2 answers
Build phase in Xcode 13.3 started failing
I have a build phase that calls some python scripts.
This has been working fine for well over 2 years, but after recently updating to Xcode 13.3 it now fails.
the error I started receiving…

daredevil1234
- 1,303
- 1
- 10
- 34
0
votes
1 answer
How to force Xcode to use Proxy Settings for source control?
My mac at work requires a proxy to access the web. I have managed to use git global http to define proxy settings and it work just fine through the terminal.
However, It does not seem to work when using Xcode source control feature. Xcode version…

rob
- 715
- 2
- 6
- 20
0
votes
0 answers
Should I select "Show merge commits in per-file log" in Xcode Source Control?
Is it better to "Show merge commits in per-file log", or not. I'm trying to decide what to choose in Xcode Source Control. I'm not sure what that means. Xcode help doesn't give an answer, and instead gives me a link to search the web. I am the only…

daniel
- 1,446
- 3
- 29
- 65
0
votes
1 answer
Error: Ads SDK was initialized without an application ID
Error Xcode13.3 Ads SDK
without an application ID
0
votes
1 answer
iOS app crashes with Symbol Not Found HKVerifiableClinicalRecordQuery in xcode 13.3
I have an app that runs fine on iPhone iOS 15 but crashes on simulator iOS 13. The
call to HKVerifiableClinicalRecordQuery is wrapped in a #available block but the library tries to be uploaded at launch time:
Referenced from:…

carlos_ms
- 838
- 9
- 15