Search results for

“iPhone 16 pro”

80,742 results found

Post

Replies

Boosts

Views

Activity

Xcode 16 not able to load simulator
I am using Xcode from past 3 months and it was working fine but today after update the xcode is very slow and simulator is not loading Here are logs that I am able to get == DATE: Monday, 23 September 2024 at 7:59:17 PM India Standard Time 2024-09-23T14:29:17Z == PREVIEW UPDATE ERROR: AppLaunchTimeoutError: Failed to launch app ”Test16Project.app” in reasonable time The app ”Test16Project.app” did not launch on ”iPhone 16 Pro” in 15 seconds. bundle identifier: text.Testing.Test16Project device name: iPhone 16 Pro path: /Users/newsbytes/Library/Developer/Xcode/DerivedData/Test16Project-aqxeusbqtdgwgrdxunllddzqyzwq/Build/Products/Debug-iphonesimulator/Test16Project.app == PREVIEW UPDATE ERROR: AppLaunchTimeoutError: Failed to launch app ”Test16Project.app” in reasonable time The app ”Test16Project.app” did not launch on ”iPhone 16 Pro” in 15 seconds. bundle identifier: text.Testing.Test16Project device name: iPhone 16 Pro path: /Users/newsb
1
0
1.6k
Sep ’24
4k 120fps Showing Black Screen on iPhone 16
Hey - I am developing an app that uses the camera for recording video. I put the ability to choose a framerate and resolution and all combinations work perfectly fine, except for 4k 120fps for the new iPhone 16 pro. This just shows black on the preview. I tried to record even though the preview was black, but the recording is also just a black screen. Is there anything special that needs to be done in the camera setup for 4k 120fps to work? I have my camera setup code attached. Is it possible this is a bug in Apple's code, since this works with every other combination (1080p up to 240fps and 4k up to 60fps)? Thanks so much for the help. class CameraManager: NSObject { enum Errors: Error { case noCaptureDevice case couldNotAddInput case unsupportedConfiguration } enum Resolution { case hd1080p case uhd4K var preset: AVCaptureSession.Preset { switch self { case .hd1080p: return .hd1920x1080 case .uhd4K: return .hd4K3840x2160 } } var dimensions: CMVideoDimensions { switch self { case .hd1080p:
0
0
508
Jan ’25
AirPods Pro iPhone 11 Max pro
Hi I have this issues, new AirPods Pro 2 weeks old and iPhone 11 max pro, my microphone on iMessage or WhatsApp app stop working, I reset the AirPods Pro several times it doesnt work, if I reboot my iPhone it’ll work for a few times and again go to dry line nothing ... either the iMessage should be updated or the AirPods firmware any help or suggestions ios 14 bets 4
0
0
256
Aug ’20
App Crashes in Xcode 26 Beta 3
Hi, I'm trying to install run the app in Xcode 26 Beta 3 and getting the below error. *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Error during decoding of 1723: Error Domain=NSCocoaErrorDomain Code=4864 Class 'BSAuditToken' has a superclass that supports secure coding, but 'BSAuditToken' overrides -initWithCoder: and does not override +supportsSecureCoding. The class must implement +supportsSecureCoding and return YES to verify that its implementation of -initWithCoder: is secure coding compliant. UserInfo={NSDebugDescription=Class 'BSAuditToken' has a superclass that supports secure coding, but 'BSAuditToken' overrides -initWithCoder: and does not override +supportsSecureCoding. The class must implement +supportsSecureCoding and return YES to verify that its implementation of -initWithCoder: is secure coding compliant.}' terminating due to uncaught exception of type NSException CoreSimulator 1043 - Device: iPhone 16 Pro (F158F199-A41E-4967-87C6-58A42
2
0
300
Jul ’25
Lazy loading in List (iOS 16, iPhone 14 Pro)
I've seen previous questions asked about iOS 14 and the lazy loading of content inside the List, but it still seems to me that if you use List to store search results, it takes significantly more time to display on the screen than if you use ScrollView with LazyVStack. Maybe it's about how the data is fed to the List input? Or maybe it's the fact that not all content is loaded lazily. I'm open to the idea that text might load lazily, but icons don't.
0
0
820
Feb ’23
Apple Music not playing explicit content even with screen time disabled.
Hey guys, wanted to ask if anyone else is experiencing this issue. I’m currently on iOS 26 beta 3. Me and my wife bought two iPhone 16 Pro Max’s yesterday and Got Apple Music the same day. However, both of our phones (different Apple IDs) refuse to play explicit songs even if screen time and restrictions are off. Anyone else having this issue? Thanks So much.
1
0
129
Jul ’25
Unable to find a destination matching the provided destination specifier
I am attempting to test my app from the command line using fastlane but am running into issues with the build due to xcodebuild not being able to find the specified simulator. I have been attempting to debug by running the xcodebuild command manually and here is what I have been able to gather: Running xcodebuild -scheme MyAppName -destination platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro errors with a message saying xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:iOS Simulator, OS:18.1, name:iPhone 16 Pro } If I run xcodebuild -scheme MyAppName -showdestinations, I can see { platform:iOS Simulator, id:7F3E4A35-E5DB-4EF4-AFAD-156EC463FEA8, OS:18.1, name:iPhone 16 Pro } listed in the options. Specifying the destination using the id yields the same result. However, if I run xcodebuild -scheme MyAppName -destination platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro test (note the ex
2
0
763
Dec ’24
Email notification on Lock Screen not appearing
Using the native email ios mail app iPhone 16 pro. When an email arrives the phone will ding or vibrate, but the message notification doesn't appear on lock screen. If you touch the screen from dim to wake then scroll up, the email notification does appear. If the phone is open the notification also appears at the top of screen as it's meant to do. This started yesterday with iOS 18.2 beta 1. It was not resolved with the new update.
4
0
2.0k
Nov ’24
product not found !
Hi all, I’m testing Subscription in my Flutter app on a real iOS device (iPhone 16 Pro with iOS 18) via TestFlight. I’ve set everything up as required, but I still get this error: flutter: Found products: [] If everything works perfectly when StoreKit configuration is used in Xcode, but not via TestFlight. All my Subscriptions are approved with the same ID.
0
0
147
Apr ’25
Xcode 16 not able to load simulator
I am using Xcode from past 3 months and it was working fine but today after update the xcode is very slow and simulator is not loading Here are logs that I am able to get == DATE: Monday, 23 September 2024 at 7:59:17 PM India Standard Time 2024-09-23T14:29:17Z == PREVIEW UPDATE ERROR: AppLaunchTimeoutError: Failed to launch app ”Test16Project.app” in reasonable time The app ”Test16Project.app” did not launch on ”iPhone 16 Pro” in 15 seconds. bundle identifier: text.Testing.Test16Project device name: iPhone 16 Pro path: /Users/newsbytes/Library/Developer/Xcode/DerivedData/Test16Project-aqxeusbqtdgwgrdxunllddzqyzwq/Build/Products/Debug-iphonesimulator/Test16Project.app == PREVIEW UPDATE ERROR: AppLaunchTimeoutError: Failed to launch app ”Test16Project.app” in reasonable time The app ”Test16Project.app” did not launch on ”iPhone 16 Pro” in 15 seconds. bundle identifier: text.Testing.Test16Project device name: iPhone 16 Pro path: /Users/newsb
Replies
1
Boosts
0
Views
1.6k
Activity
Sep ’24
MacBook Pro (16-inch, 2021) crashes
New MacBook Pro (16-inch, 2021) 12.0.1 crashes several times per day. Any ideas?
Replies
0
Boosts
0
Views
411
Activity
Nov ’21
iPhone 11 pro
Please fix IOS14. iPhone 11 Pro went from 9-12 hours screen on time to 3 hours. Fucking ridiculous this is my last iPhone. You guys suck ass
Replies
0
Boosts
0
Views
196
Activity
Nov ’20
4k 120fps Showing Black Screen on iPhone 16
Hey - I am developing an app that uses the camera for recording video. I put the ability to choose a framerate and resolution and all combinations work perfectly fine, except for 4k 120fps for the new iPhone 16 pro. This just shows black on the preview. I tried to record even though the preview was black, but the recording is also just a black screen. Is there anything special that needs to be done in the camera setup for 4k 120fps to work? I have my camera setup code attached. Is it possible this is a bug in Apple's code, since this works with every other combination (1080p up to 240fps and 4k up to 60fps)? Thanks so much for the help. class CameraManager: NSObject { enum Errors: Error { case noCaptureDevice case couldNotAddInput case unsupportedConfiguration } enum Resolution { case hd1080p case uhd4K var preset: AVCaptureSession.Preset { switch self { case .hd1080p: return .hd1920x1080 case .uhd4K: return .hd4K3840x2160 } } var dimensions: CMVideoDimensions { switch self { case .hd1080p:
Replies
0
Boosts
0
Views
508
Activity
Jan ’25
Reply to To scan WiFi frequency, channel, strength.
I have the same question in 2022. Airport Utility is an iPhone app which shows the channel of nearby wifi networks. How is this possible? -iPhone 12 Pro -iOS 16
Replies
Boosts
Views
Activity
Nov ’22
AirPods Pro iPhone 11 Max pro
Hi I have this issues, new AirPods Pro 2 weeks old and iPhone 11 max pro, my microphone on iMessage or WhatsApp app stop working, I reset the AirPods Pro several times it doesnt work, if I reboot my iPhone it’ll work for a few times and again go to dry line nothing ... either the iMessage should be updated or the AirPods firmware any help or suggestions ios 14 bets 4
Replies
0
Boosts
0
Views
256
Activity
Aug ’20
MacBook Pro 16" Speakers
I just bought a brand new MacBook Pro and the speakers are crackling how do I fix this?
Replies
1
Boosts
0
Views
340
Activity
Jun ’24
App Crashes in Xcode 26 Beta 3
Hi, I'm trying to install run the app in Xcode 26 Beta 3 and getting the below error. *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Error during decoding of 1723: Error Domain=NSCocoaErrorDomain Code=4864 Class 'BSAuditToken' has a superclass that supports secure coding, but 'BSAuditToken' overrides -initWithCoder: and does not override +supportsSecureCoding. The class must implement +supportsSecureCoding and return YES to verify that its implementation of -initWithCoder: is secure coding compliant. UserInfo={NSDebugDescription=Class 'BSAuditToken' has a superclass that supports secure coding, but 'BSAuditToken' overrides -initWithCoder: and does not override +supportsSecureCoding. The class must implement +supportsSecureCoding and return YES to verify that its implementation of -initWithCoder: is secure coding compliant.}' terminating due to uncaught exception of type NSException CoreSimulator 1043 - Device: iPhone 16 Pro (F158F199-A41E-4967-87C6-58A42
Replies
2
Boosts
0
Views
300
Activity
Jul ’25
Lazy loading in List (iOS 16, iPhone 14 Pro)
I've seen previous questions asked about iOS 14 and the lazy loading of content inside the List, but it still seems to me that if you use List to store search results, it takes significantly more time to display on the screen than if you use ScrollView with LazyVStack. Maybe it's about how the data is fed to the List input? Or maybe it's the fact that not all content is loaded lazily. I'm open to the idea that text might load lazily, but icons don't.
Replies
0
Boosts
0
Views
820
Activity
Feb ’23
Apple Music not playing explicit content even with screen time disabled.
Hey guys, wanted to ask if anyone else is experiencing this issue. I’m currently on iOS 26 beta 3. Me and my wife bought two iPhone 16 Pro Max’s yesterday and Got Apple Music the same day. However, both of our phones (different Apple IDs) refuse to play explicit songs even if screen time and restrictions are off. Anyone else having this issue? Thanks So much.
Replies
1
Boosts
0
Views
129
Activity
Jul ’25
Recording spatial audio on iPhone 16
The new iPhone 16 supports spatial audio recordings in the camera app when recording videos. Is it possible to also record spatial audio without video, and is it possible for 3rd party developers to do so? If so, how do I need to configure AVAudioSession and/or AVAudioEngine to record spatial audio in my audio recording app on iPhone 16?
Replies
0
Boosts
0
Views
630
Activity
Oct ’24
Unable to find a destination matching the provided destination specifier
I am attempting to test my app from the command line using fastlane but am running into issues with the build due to xcodebuild not being able to find the specified simulator. I have been attempting to debug by running the xcodebuild command manually and here is what I have been able to gather: Running xcodebuild -scheme MyAppName -destination platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro errors with a message saying xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:iOS Simulator, OS:18.1, name:iPhone 16 Pro } If I run xcodebuild -scheme MyAppName -showdestinations, I can see { platform:iOS Simulator, id:7F3E4A35-E5DB-4EF4-AFAD-156EC463FEA8, OS:18.1, name:iPhone 16 Pro } listed in the options. Specifying the destination using the id yields the same result. However, if I run xcodebuild -scheme MyAppName -destination platform=iOS Simulator,OS=18.1,name=iPhone 16 Pro test (note the ex
Replies
2
Boosts
0
Views
763
Activity
Dec ’24
Home Screen Locked IOS 16 Iphone 8 Pro
Home screen none of the icons reacts, fault goes if you unplug charging cable.
Replies
0
Boosts
0
Views
399
Activity
Jun ’22
Email notification on Lock Screen not appearing
Using the native email ios mail app iPhone 16 pro. When an email arrives the phone will ding or vibrate, but the message notification doesn't appear on lock screen. If you touch the screen from dim to wake then scroll up, the email notification does appear. If the phone is open the notification also appears at the top of screen as it's meant to do. This started yesterday with iOS 18.2 beta 1. It was not resolved with the new update.
Replies
4
Boosts
0
Views
2.0k
Activity
Nov ’24
product not found !
Hi all, I’m testing Subscription in my Flutter app on a real iOS device (iPhone 16 Pro with iOS 18) via TestFlight. I’ve set everything up as required, but I still get this error: flutter: Found products: [] If everything works perfectly when StoreKit configuration is used in Xcode, but not via TestFlight. All my Subscriptions are approved with the same ID.
Replies
0
Boosts
0
Views
147
Activity
Apr ’25