Questions tagged [xcode13.3]

23 questions
20
votes
2 answers

How to resolve SwiftPM.SPMRepositoryError error 3 in XCode 13.3

While updating packages in XCode 13.3, I get SwiftPM.SPMRepositoryError error 3 and no further details. What is the meaning of this error? How to fix it? I removed all packages and added them back one by one. But it doesn't seem to be triggered by…
user7241278
  • 200
  • 1
  • 5
9
votes
4 answers

main.jsbundle does not exist. This must be a bug with'

I keep getting this errror when i'm trying to run React native app from Xcode 13.3 . if i run it from terminal ( react-native run-ios ) it works fine. Please find enclosed error details. > > File…
Kartiikeya
  • 2,358
  • 7
  • 33
  • 68
5
votes
1 answer

What is this odd error in the console: "ignoring singular matrix..."

I keep getting this message in the Xcode console when "Tap Me" is hit. Is this a bug? Am I doing something wrong? Any thoughts? ignoring singular matrix: ProjectionTransform(m11: 5e-324, m12: 0.0, m13: 0.0, m21: 0.0, m22: 5e-324, m23: 0.0, m31:…
Jack
  • 2,206
  • 3
  • 18
  • 25
5
votes
2 answers

Xcode 13.3 Build Failed because of Cycle in Dependencies between targets libsignal-protocol-swift

After updating to Xcode 13.3 facing Build failed issues with libsignal-protocol-swift library. This is happening while building second time while after cleaning and building for first time it is working fine. Also, Xcode 13.2.1 has no such…
Ankit Khanna
  • 1,019
  • 2
  • 12
  • 22
3
votes
3 answers

Error in resolving package dependency swiftUI project

Dependencies could not be resolved because root depends on 'googleappmeasurement' 9.0.0. 'googleappmeasurement' 9.0.0 cannot be used because 'googleappmeasurement' 9.0.0 depends on 'nanopb' 2.30908.0..<2.30909.0 and root depends on 'nanopb'…
3
votes
2 answers

Unable to resolve module react-native-blob-util

I'm facing this issue , when we run yarn IOS project - it is building successfully and and installing on simulator , while loading, metro bundler stops at some point and throws below error. Tried below steps also, no luck. Clear watchman watches:…
Kartiikeya
  • 2,358
  • 7
  • 33
  • 68
3
votes
1 answer

Xcode 13.3 warning: 'self' refers to the method 'X.Y.self', which may be unexpected, use 'X.Y.self' to silence this warning

I'm in the process of updating some code to use Xcode 13.3 and came across some new warnings that I'm unsure how to remove. Here's the gist of the code: struct Link: Codable { let href: URL } struct FooLinks: Codable { let `self`: Link //…
Gereon
  • 17,258
  • 4
  • 42
  • 73
2
votes
0 answers

Swift - UI Test: Could not "Allow" permission popup on UI Test (xCode 13.3)

I will try to this code but could not Allow permission. let popup = XCUIApplication(bundleIdentifier: "com.apple.springboard") if isExists(popup) { let button = popup.alerts.firstMatch.buttons["Allow"] button.tap() //<-- *** -[__NSArrayM…
blindknight
  • 79
  • 1
  • 6
2
votes
0 answers

Xcode 13.3 "Segmentation fault: 11" error because of a... gradient?

As you may well see from my account, I don't much post here, although StackOverflow is a non-stop resource for jumping the hurdles that coding throws my way. However, I have no idea what to make of this and wondered if any wise heads could advise. I…
2
votes
2 answers

Appium unable to take screenshot on xCode 13.3 and iOS 15.4

I woke a few days ago to run an appium UI automated test on iOS simulator which has been running perfectly without any error. I recently upgraded to iOS 15.4 and iOS 13.3 and to my surprise Appium is unable to take screenshots again. I tried…
ken4ward
  • 2,246
  • 5
  • 49
  • 89
2
votes
3 answers

Xcode 13.3 magically changing a function call into a property access

Overnight, my Xcode got updated to 13.3. Since then, I am getting an error while compiling. I have a method, which is now called xxxxasdfxxxx(). It appears in the last line of an if statement. For example: if let state = ..., let…
Erik Allen
  • 1,841
  • 2
  • 20
  • 36
1
vote
0 answers

XCode 13.3 - iPhone 11 - iOS 15.4 - Image Assets - Background Image not loading

I am having an image assets used for loading the background image in my iOS application. The image assets contains background images that provides support for 2x, 3x, 2x Retina 4, 2x Retina HD 4.7", 3x iPhone X/iPhone Xs, 3x iPhone Xs Max and 2x…
Kamal
  • 453
  • 1
  • 10
  • 22
1
vote
1 answer

Xcode 13.3 Not Linking Storyboards

I have a project that builds and runs with no issues when using Xcode 13.0. However, if I close 13.0, and try to then build and run the project using Xcode 13.3, the app will build, but then crash immediately on launch with the following error: ***…
Josh Buhler
  • 26,878
  • 9
  • 29
  • 45
1
vote
2 answers

tvOS app crashes without launching when no internet connection

I get this alert from XCODE: The operation couldn’t be completed. Transaction's process is not running: Completed: NO ClientIdentity:…
Rakshit Korat
  • 1,159
  • 10
  • 23
1
vote
0 answers

xcode13 nativescript deployment_target error while building the IOS app

While I'm building my Nativescript app using Xcode, I'm getting the below error. May I know what is the reason? I'm able to build the app successfully in Xcode 11 but not in 13. Thanks in advance Traceback (most recent call last): File…
Kranthi
  • 1,377
  • 1
  • 17
  • 34
1
2