Questions tagged [xcode12.5]
57 questions
57
votes
2 answers
Xcode doesn’t support iOS 15.0
I updated my iPhone to iOS 15.0 yesterday and I wanted to build in Xcode (version 12.5.1).
But in Xcode it is showing 'iPhone (unsupported OS version)' and when I try to build (command + R) then I get the error:
Xcode doesn’t support iPhone’s iOS…

Yongstephi
- 695
- 1
- 4
- 6
41
votes
5 answers
React Native / iOS SDK. No matching function for call to 'RCTBridgeModuleNameForClass' after update iOS SDK to 14.5
I have updated the iOS SDK platform to version 14.5. The Xcode version is now 12.5. After updating, I cannot launch the application on my device. And the compiler throws an error:
No matching function for call to 'RCTBridgeModuleNameForClass'
I…

Tomas
- 1,567
- 3
- 21
- 38
9
votes
3 answers
Xcode 13 - The project at '/Users/test.xcodeproj' cannot be opened because it is in a future Xcode project file format
When opening in Xcode 12.5 a project created with Xcode13, I get this error message:
"The project at '/Users/[...].xcodeproj' cannot be opened because it is in a future Xcode project file format. Adjust the project format using a compatible version…

multitudes
- 2,898
- 2
- 22
- 29
9
votes
1 answer
Migrating to xcframwork Xcode 12.5, dyld: Library not loaded
Environment
MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
Big sur 11.3.1
Xcode 12.5
Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)
Target: x86_64-apple-darwin20.4.0
Problem
Up until Xcode 12.4, we used this workaround to…

infinity_coding7
- 434
- 5
- 16
9
votes
1 answer
The version of the CoreSimulator framework installed on this Mac is out-of-date and not supported by this version of Xcode
When running ui tests via cli/fastlane on macOS Big Sur 12.3.0, Xcode 12.5.0
xcodebuild -showBuildSettings -workspace ./MyWorkspace.xcworkspace -scheme MyScheme-UITests
xcodebuild[88311:3500544] DVTErrorPresenter: Unable to load simulator…

Ted
- 22,696
- 11
- 95
- 109
7
votes
0 answers
Building on M1, error Could not find module ... for target x86_64-apple-ios-simulator
Attempting to build project with Swift module. Xcode 12.5.1. Builds fine on Intel machine.
Builds fine on M1 machine if building for iOS device.
Does not build on M1 machine if building for simulator.
Error: Could not find module xxx for target…

David
- 2,770
- 5
- 35
- 43
6
votes
2 answers
Xcode with Apple M1 error: Class is implemented in both /usr/lib/libauthinstall.dylib and /System/Library/PrivateFrameworks/MobileDevice.framework
In Terminal getting the following message running code using gfortran. Seems to be an Xcode 12.5 on Big Sur and M1 chip:
objc[1554]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f2022c10) and…

techwizard1000
- 71
- 1
- 2
5
votes
1 answer
xcode Firebase Crashlytics Command PhaseScriptExecution failed with a nonzero exit code
I have an application that I wrote with swift. I want to see crash reports of the app after the release. I want to add Firebase Crashlytics for this. I do everything in this link. but during compilation i get the following error:
/bin/sh:…

ursan526
- 485
- 3
- 10
5
votes
2 answers
How to change Record Screen shortcut key (Command + R) in Xcode simulator?
in the Xcode 12.5, apple has released a new feature that we can record simulator screen with easy shortcut key Command+R.
but in the switch between Simulator and Xcode to run and build project, because when we want build project and run in simulator…

Sajjad
- 1,536
- 2
- 17
- 31
4
votes
1 answer
Target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting warning in Xcode 12.5 and Swift 5
[!] The `SampleUITests [Prod]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`
build setting defined in `Pods/Target Support Files/Pods-Sample-SampleUITests/Pods-Sample-SampleUITests.prod.xcconfig'.
This can lead to problems with the…

Kalyan
- 612
- 6
- 20
4
votes
2 answers
XCode 12.5 - Can't add Apple ID
I am attempting to add an Apple ID using Xcode 12.5. When I click the + button -> Click apple id -> Modal dissapears and then nothing happens. I've restarted it multiple times. I tried to import developer accounts from another machine and it will…

Mike Baglio Jr.
- 1,990
- 3
- 18
- 19
3
votes
1 answer
Why Xcode12.5 has no iOS14.6SDK
enter image description here
The Document shows that 'The iOS & iPadOS 14.6 SDK provides support to develop apps for iPhone, iPad, and iPod touch devices running iOS & iPadOS 14.6. The SDK comes bundled with Xcode 12.5', but I cant find it.

Zip
- 39
- 2
3
votes
1 answer
not found in table SymbolNameOverrides
After reopening an older project in Xcode 12.5 and updating the project settings, to get rid of the warning telling me to do so (it only updated some localization settings), I see a lot of error messages logged in the Xcode console saying [SF Symbol…

Adam Kerenyi
- 31
- 1
- 3
3
votes
1 answer
How to get assembly code from an iOS crashlog
I am dealing with a hard-to-reproduce memory crash, and troubleshooting using the guidance provided in the wwdc18 session 414 with additional clues from this so article
I have no issues symbolicating the stack trace (see at bottom), but when I try…

Hugo
- 974
- 9
- 21
3
votes
0 answers
target 'Amplitude' has invalid header layout: umbrella header found at
When I integrate a local package in my Xcode project everything is fine initially but when i switch branches and want to run the app Xcode gives me the compile error Missing package product .
We also integrate external packages via Swift Package…