Post

Replies

Boosts

Views

Activity

Reply to Xcode 13.2 Instantiating CLLocationButton crashes in Simulator
Thank you for your fast response. The code I didn't supply was: private var userLocationButton: CLLocationButton! the setupUserLocationButton func is called in viewDidLoad Style.CornerRadius.double is CGFloat = 10.0 and the themeColor is a dark blue I'm also using Xcode 13.2 (13C90) from the Developer website (never using the App Store version) with your exact code and assigning "userLocationButton = button", it still crashes when run in the Simulator with: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: width && height' terminating with uncaught exception of type NSException CoreSimulator 783.5 - Device: iPhone 13 () - Runtime: iOS 15.2 (19C51) - DeviceType: iPhone 13
Dec ’21
Reply to I can't create a new app
Still happening
Replies
Boosts
Views
Activity
Nov ’23
Reply to I can't create a new app
Same here, I've been trying to create a new app for 24 hours now, still no luck. I also tried creating an app in another account, same issue.
Replies
Boosts
Views
Activity
Nov ’23
Reply to Xcode 13.2 Instantiating CLLocationButton crashes in Simulator
So why are you declaring it like this? This is actually a good question. I've changed it to your suggestion, but it still crashes in the line where it gets instantiated.. So just use that code? Using your code works fine in a completely fresh project, but in my project it still crashes where it gets instantiated, no matter if using your or my code..
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13.2 Instantiating CLLocationButton crashes in Simulator
Thank you for your fast response. The code I didn't supply was: private var userLocationButton: CLLocationButton! the setupUserLocationButton func is called in viewDidLoad Style.CornerRadius.double is CGFloat = 10.0 and the themeColor is a dark blue I'm also using Xcode 13.2 (13C90) from the Developer website (never using the App Store version) with your exact code and assigning "userLocationButton = button", it still crashes when run in the Simulator with: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: width && height' terminating with uncaught exception of type NSException CoreSimulator 783.5 - Device: iPhone 13 () - Runtime: iOS 15.2 (19C51) - DeviceType: iPhone 13
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode cloud not saving post actions
I had the same issue. It worked on the web but never showed up in Xcode.
Replies
Boosts
Views
Activity
Sep ’21