Search results for

iPhone 16 pro

78,718 results found

Post

Replies

Boosts

Views

Activity

iOS 16 beta issue with iPhone 14
I recently upgraded my phone from an X to a 14. My previous phone had iOS public beta 16.4 I believe. When I activated my new phone, it asked me if I wanted to install the beta and I had selected yes. I do not have a iOS beta profile in my VPN section now. I’m having issues with Messenger and FaceTime not activating my phone number. I am not able to send a message to android users. this is on my new phone,iPhone 14. I was asked to remove the beta by Apple support. Since there is no beta profile on my phone, I cannot remove it. What are my options?
0
0
307
Feb ’23
Camera Module Parameters of iPhone 12 Pro
I want to know about the sensor parameters of iPhone 12 Pro rear cameras(Main, Telephoto and ultrawide). Parameters such as the datasheets of image sensors used in it or else the accurate pixel dimensions and accurate focal length of the cameras. It will be so helpful for me if I get those. Thank You.
0
0
839
Jan ’22
Unable to Capture 24MP Photos
Hello, I'm wondering how to capture 24MP photos. I'm currently testing on an iPhone 16 Pro Max. By default, the device's activeFormat supports 24MP (photo dimensions: {4032x3024, 5712x4284}). For the photoOutput, I'm setting the maxPhotoDimensions to videoDevice.activeFormat.supportedMaxPhotoDimensions.lastObject, and setting MaxPhotoQualityPrioritization to quality. When capturing, I'm applying the same maxPhotoDimensions and photoQualityPrioritization settings from the photoOutput directly to the AVCapturePhotoSettings. What could be the issue? // Objective-C // setup [self.photoOutput setMaxPhotoQualityPrioritization:AVCapturePhotoQualityPrioritizationQuality]; CMVideoDimensions maxPhotoDimensions = [(NSValue *)videoDevice.activeFormat.supportedMaxPhotoDimensions.lastObject CMVideoDimensionsValue]; [self.photoOutput setMaxPhotoDimensions:maxPhotoDimensions]; // capturing AVCapturePhotoSettings *photoSettings = [AVCapturePhotoSettings photoSettings]; photoSettings.maxPhotoDimensions = self
1
0
540
Jan ’25
Camera and Flashlight Fail on iphone 13 Pro
So I recently updated to ios 16.2 and a few days ago my camera and flashlight on iphone 13 pro just stopped functioning. When you open the camera app it just shows a black screen and a x1 zoom, no x0.5 nor x3. The selfie camera also showing a black screen. now the phone has no physical damage nor water damage and i updated to ios16.3 with the issue still remaining. Any ideas how i can resolve this?
1
0
883
Oct ’22
Dictation is on but is full of errors
I used to be able to dictate via Siri and it was fine. Now that I’ve switched to iPhone 16 pro max, it’s full of errors. I can dictate and it adds capital letters where there should not be. It adds periods and commas the middle of sentences where they shouldn’t be. If I pause normally as I’ve always done, it deletes All that I’ve dictated and starts over (Notice the capital A in the sentence where it should not be). Even when I’m typing, it adds capital letters For no reason. I was trying to dictate a common word earlier and Siri would not recognize that word. I reset Siri and reset dictation and it’s still buggy. The phone is updated. I had the iPhone 13 Pro Max prior to this phone and didn’t have these issues.
1
0
353
Oct ’24
Photos error when importing from iPhone to MacBook Pro
I am having an issue with importing photos from my iPhone to my Mac. The app shows that the import was successful, but when I go to the imported section none of the photos are there and they are never actually copied into the library. I looked at the console and I get this PHPhotosErrorDomain Code=6101 whenever I try to import photos. I do not have iCloud photos turned on for the Mac or iPhone. I am using a MacBook Pro M1 and have tried importing photos from an iPhone 6, iPhone 8, and iPhone 11 Pro. This error still occurs after trying all these conditions: Tested with system library and non-system library Tested with large library of 10k+ photos, a medium size library of about 300 photos, and a completely new empty library Tested with library on internal disk and external SSD (both have over 800 GBs of free space so that is not an issue) Tried moving in different size batches (1,000 photos, 100 photos, and even 1 photo at a time) Restarted Mac an
1
0
869
Oct ’22
Uncategorized (Xcode): Command ClangStatCache failed with a nonzero exit code
I'm encountering an issue while trying to build my iOS app in Xcode for the simulator. Issue: Xcode Version: 15.x macOS Version: 14.x (Sonoma) Simulator: iPhone 16 Pro Error Message: Command ClangStatCache failed with a nonzero exit code Steps Taken: Cleaned build folder (Shift + Cmd + K) Deleted DerivedData (rm -rf ~/Library/Developer/Xcode/DerivedData) Updated Xcode and checked iOS SDK updates Disabled Clang Static Analyzer Cache None of these steps resolved the issue. Any help would be appreciated! Thanks in advance.
0
0
134
Mar ’25
Native Crash - Unknown Function (/usr/lib/system/libsystem_kernel.dylib) Unknown Function (/usr/lib/system/libsystem_kernel.dylib)
Hi, I encountered the following error while trying to launch a video game developed with Unity and running on an iPhone 12 and iPhone 16 Pro. Native StackTrace: Thread 2 (crashed) 0 libsystem_kernel.dylib 0x00000001d40102ec 1 libsystem_c.dylib 0x000000019330fba0 2 UnityFramework 0x000000010e7bc744 3 UnityFramework 0x000000010dc1c22c 4 UnityFramework 0x000000010cc26da4 5 CoreFoundation 0x000000018b4af984 6 libobjc.A.dylib 0x0000000183277140 7 libc++abi.dylib 0x00000001e7d20068 8 libc++abi.dylib 0x00000001e7d2000c 9 libdispatch.dylib 0x0000000193256de8 10 libdispatch.dylib 0x000000019325e400 11 libdispatch.dylib 0x000000019325ef30 12 libdispatch.dylib 0x0000000193269cb4 13 libdispatch.dylib 0x0000000193269528 14 libsystem_pthread.dylib 0x00000001e7e00934 15 libsystem_pthread.dylib 0x00000001e7dfd0cc
5
0
102
Aug ’25