iOS is the operating system for iPhone.

iOS Documentation

Posts under iOS tag

2,538 Posts
Sort by:
Post marked as solved
1 Replies
84 Views
which appears randomly after the app starts. OS Version: iPhone OS 16.0 (20A5312j) Exception Type: EXC_BAD_ACCESS (SIGSEGV) Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib 0x1a4fdbdd8 objc_retain + 8 1 UIKitCore 0x1ad18ac30 -[UIView __viewDelegate] + 32 2 UIAccessibility 0x1c244ff00 -[UIAccessibilityInformationLoader _loadAccessibilityInformationOnMainThread:] + 904 3 Foundation 0x1a5f54af0 __NSFireTimer + 96 4 CoreFoundation 0x1a53e11ec __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 5 CoreFoundation 0x1a5367300 __CFRunLoopDoTimer + 940 6 CoreFoundation 0x1a5361c7c __CFRunLoopDoTimers + 288 7 CoreFoundation 0x1a5340444 __CFRunLoopRun + 1896 8 CoreFoundation 0x1a5353bac CFRunLoopRunSpecific + 612 9 GraphicsServices 0x1c7c4f360 GSEventRunModal + 164 10 UIKitCore 0x1ac59ba34 -[UIApplication _run] + 888 11 UIKitCore 0x1ac3a1e04 UIApplicationMain + 340 12 MyApp 0xXXXXXXx main.m + *** 13 dyld 0x23881b8f8 start + 2296 Unable to provide a valid code, because it is unable to accurately locate what problem. I checked GCD dispatch_after scene, but it can't completely fix this problem. dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ view = [self myfunction]; });
Posted
by
Post not yet marked as solved
0 Replies
55 Views
Here is my ci_post_clone.sh #!/bin/sh # fail if any command fails set -e # debug log set -x # Install CocoaPods using Homebrew. HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates. brew install cocoapods # Install Flutter using git. git clone https://github.com/flutter/flutter.git -b stable $HOME/flutter export PATH="$PATH:$HOME/flutter/bin" # Install Flutter artifacts for iOS (--ios), or macOS (--macos) platforms. flutter precache --ios # Install Flutter dependencies. flutter channel master flutter doctor flutter pub get # Generate IOS file flutter build ios --release --no-codesign # Install CocoaPods dependencies. #cd ios && pod install # run `pod install` in the `ios` directory. exit 0
Posted
by
Post not yet marked as solved
1 Replies
40 Views
Hi, I am new to Apple development in IOS. It's possible to install an app to my iPhone only without paying the $100. Thanks
Posted
by
Post not yet marked as solved
0 Replies
94 Views
I have an iPhone 11 currently running IOS 15.5. I decided to try out the IOS 16 beta since it has gone public. After downloading and attempting to install, I got an error prompt saying it couldn’t complete the install. Everything still works and still on IOS 15.5 but the beta install is still in the automatic updates and so tried to install again with the same outcome. So my question is, how do I remove the beta download from my automatic updates so I can continue receiving regular updates?
Posted
by
Post not yet marked as solved
0 Replies
22 Views
Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: FRONTBOARD 2343432205 <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-update watchdog transgression: application<com.blurams.ipc>:17044 exhausted real (wall clock) time allowance of 10.00 seconds ProcessVisibility: Foreground ProcessState: Running WatchdogEvent: scene-update WatchdogVisibility: Background WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 9.590 (user 9.590, system 0.000), 15% CPU", "Elapsed application CPU time (seconds): 0.228, 0% CPU" ) reportType:CrashLog maxTerminationResistance:Interactive> Triggered by Thread: 0 Kernel Triage: VM - pmap_enter failed with resource shortage VM - pmap_enter failed with resource shortage VM - pmap_enter failed with resource shortage VM - pmap_enter failed with resource shortage VM - pmap_enter failed with resource shortage Thread 0 name: Main Thread Dispatch queue: la_client Thread 0 Crashed: 0 libsystem_kernel.dylib 0x1e6a964e0 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x1e6a96b24 mach_msg + 76 2 libdispatch.dylib 0x1aedc7678 _dispatch_mach_send_and_wait_for_reply + 540 3 libdispatch.dylib 0x1aedc7a00 dispatch_mach_send_with_result_and_wait_for_reply + 60 4 libxpc.dylib 0x2200d5f0c xpc_connection_send_message_with_reply_sync + 240 5 Foundation 0x1b08d9c1c NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY + 16 6 Foundation 0x1b08dfcec -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2540 7 CoreFoundation 0x1af0da70c forwarding + 1128 8 CoreFoundation 0x1af0d9a60 _CF_forwarding_prep_0 + 96 9 LocalAuthentication 0x1e5fa36b4 __64-[LAClient evaluatePolicy:options:uiDelegate:synchronous:reply:]_block_invoke + 240 10 LocalAuthentication 0x1e5fa2c80 __47-[LAClient _performSynchronous:callId:finally:]_block_invoke + 584 11 libdispatch.dylib 0x1aedaca2c _dispatch_client_callout + 20 12 libdispatch.dylib 0x1aedbc2d4 _dispatch_sync_invoke_and_complete + 56 13 LocalAuthentication 0x1e5fa29e8 -[LAClient _performSynchronous:callId:finally:] + 220 14 LocalAuthentication 0x1e5fa357c -[LAClient evaluatePolicy:options:uiDelegate:synchronous:reply:] + 392 15 LocalAuthentication 0x1e5fa9d48 -[LAContext _evaluatePolicy:options:log:cid:synchronous:reply:] + 472 16 LocalAuthentication 0x1e5f9f364 -[LAContext _evaluatePolicy:options:log:cid:error:] + 284 17 LocalAuthentication 0x1e5f9f090 -[LAContext canEvaluatePolicy:error:] + 304 18 Blurams 0x102c3265c -[CLDeviceListViewController viewDidLoad] + 2952 19 UIKitCore 0x1b16ca750 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 108 20 UIKitCore 0x1b16cd2a0 -[UIViewController loadViewIfRequired] + 1048 21 UIKitCore 0x1b17cc8e0 -[UINavigationController _updateScrollViewFromViewController:toViewController:] + 176 22 UIKitCore 0x1b17c8fc0 -[UINavigationController _startTransition:fromViewController:toViewController:] + 196 23 UIKitCore 0x1b19f3a4c -[UINavigationController _startDeferredTransitionIfNeeded:] + 868 24 UIKitCore 0x1b18c9164 -[UINavigationController __viewWillLayoutSubviews] + 168 25 UIKitCore 0x1b17f0bc4 -[UILayoutContainerView layoutSubviews] + 228 26 UIKitCore 0x1b16aa8d0 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2592 27 QuartzCore 0x1b2e20180 CA::Layer::layout_if_needed(CA::Transaction*) + 532 28 QuartzCore 0x1b2e125bc CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 136 29 QuartzCore 0x1b2e26f30 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 452 30 QuartzCore 0x1b2e2fe38 CA::Transaction::commit() + 704 31 QuartzCore 0x1b2e11d14 CA::Transaction::flush_as_runloop_observer(bool) + 88 32 CoreFoundation 0x1af0edbb4 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 36 33 CoreFoundation 0x1af0bcb70 __CFRunLoopDoObservers + 592 34 CoreFoundation 0x1af0b7c2c __CFRunLoopRun + 1052 35 CoreFoundation 0x1af0cb6b8 CFRunLoopRunSpecific + 600 36 GraphicsServices 0x1cb167374 GSEventRunModal + 164 37 UIKitCore 0x1b1a32eac -[UIApplication _run] + 1100 38 UIKitCore 0x1b17b4678 UIApplicationMain + 364 39 Blurams 0x102c9f2ec main + 212 40 dyld 0x105da9ce4 start + 520
Posted
by
Post not yet marked as solved
2 Replies
55 Views
Hello, I'm a Flutter developer and I'm trying to deploy my first IOS app (I don't know anything about the Apple world). I managed to submit the app on the appstore via codeMagic, but I couldn't test it before not having an iPhone or a mac! Apple sent me 2 crashlogs telling me that they tried to launch the app, but it crashed. I understood that I had to symbolic logs to get more info, but I'm reaching the limits of what I can do with the CodeMagic VM (20mn sessions, and I don't know anything about macOS...) I tried symbolizing with macSymbolicator but it doesn't work, it says it doesn't understand crashlogs (unknown format) Could someone do it for me please and tell me what crashes?? I can provide the artifacts and the 2 crashlogs from Apple Thank you in advance ! Sebastian, Nantes
Posted
by
Post not yet marked as solved
0 Replies
51 Views
Hi there, I would like to remove the iOS 16 beta but the beta profile is no longer displayed to me
Posted
by
Post not yet marked as solved
0 Replies
31 Views
I often use security-scoped bookmarks when I develop a desktop application in Cocoa. This time, I need to use them in an iOS app, using SwiftUI framework. I don't quite remember the history, but I use UIDocumentPickerViewController through UIViewControllerRepresentable to let the user select a file. And I have a model where I save file name, file path, its bookmark (Data) with NSKeyedArchiver.. And everything goes well when I run the app in a simulator. Yet, FileManager says each file in the model does not exist. One of the path is something like the following. /private/var/mobile/Containers/Shared/AppGroup/749F05F0-12BC-40AC-B5C4-72571145C624/File Provider Storage/Test/somefile.txt Since it doesn't exist, I cannot even resolve it. How can I resolve the bookmark if a file ends up at the File Provider Storage folder? Do I need a special capability that I don't know about or something? Thanks.
Posted
by
Post not yet marked as solved
0 Replies
71 Views
I am currently using iOS 16 public beta which is going fine but for some reasons I want to factory reset my iphone and remove all data.  How to complete reset it safely and will this affect my iOS 16 public beta OR should I leave it as it is untill the original iOS 16 is out.  PS: I don't want to go back to iOS 15 but want to reset using iOS16 public beta.
Posted
by
Post not yet marked as solved
0 Replies
56 Views
This documentation: Documentation/Bundle/Resources/Information Property List/Data and storage/NSSupportsPurgeableLocalStorage says: Property List Key NSSupportsPurgeableLocalStorage A Boolean value indicating whether the app continues working if the system purges the local storage. Under what conditions does the system "[purge] the local storage", and does this mean the entire local storage for the app? I can see how when a user deletes an app the local storage would be deleted, but then the app would not continue working, since it's no longer on the device.
Posted
by
Post not yet marked as solved
1 Replies
55 Views
Hello: About a week ago I noticed that the "Health & Fitness" folder I created to hold all of my health apps on my home screen entirely disappeared. I keep all of my apps nicely organized into folders on my home screen based on category. All of my other folders remained. The health apps that were in the folder ARE NOT visible anywhere on my home screens, however, THEY ARE able to be found and used by swiping left to my app library search screen. I can search for the apps there and use them. This is bizarre to me as I would think that if the apps were still downloaded onto my phone, then they would appear somewhere on a home screen even if the folder they were in somehow got deleted. Is there a way to get this folder back or at least have the apps populate back on my home screen so that I can create another folder and not have to search for them every time? I have an iPhone 13 Pro running iOS 15.5 Thanks!
Posted
by
Post not yet marked as solved
0 Replies
89 Views
Is anyone facing any issue with rotation on iOS 16? It seems to introduce some unexpected behaviour. For example, if we're on a Master screen that supports all orientations and device is in Landscape mode, presenting/pushing another Details screen that only supports Portrait automatically brings the app to Portrait with no animations. While on iOS 15 or earlier, the app remains at Landscape and only rotates to Portrait when physical device's orientation changes. Then if we dismiss/pop back to Master screen, the app again unexpectedly rotates from Portrait to Landscape with no animations. Looks like a regression bug on iOS 16 part of some recent deprecations related to shouldAutorotate or UIDevice.setValue:forKey: as well as the introduction of setNeedsUpdateOfSupportedInterfaceOrientations.
Posted
by
Post marked as solved
1 Replies
73 Views
Hello! I'm working with the UIHostingConfiguration and would like to set a Toolbar for a TextField which I placed in the content. I've tried to set ToolbarRole and Toolbar Visibility. Unfortunately, it doesn't work. Here's my example code: Cell: cell.configurationUpdateHandler = { (cell, state) in     cell.contentConfiguration = UIHostingConfiguration {          RowView(item: item)      } } View:     @ObservedObject var item: Movie     var body: some View {         TextField("Title", text: $item.title)             .toolbar(content: {                 ToolbarItem(placement: .keyboard) {                     Button("Confirm", action: {})                 }             })             .toolbar(.visible, in: .automatic)     } }
Posted
by
Post not yet marked as solved
2 Replies
125 Views
After users upgraded iOS16 beta, some users' sandbox database cannot opening. After checking code logic, it is found that the encrypted key of the database has changed after upgraded iOS16. The code logic of the generated key is as follows: (NSString *)mtdxSHA256DatabaseBinaryKeyFromnNSString:(NSString *)string {   NSString *IDFV = [[[UIDevice currentDevice] identifierForVendor] UUIDString];   NSString *clearString = [IDFV stringByAppendingString:string];   const char *cstr = [clearString cStringUsingEncoding:NSUTF8StringEncoding];   NSData data = [NSData dataWithBytes:cstr length:clearString.length];   uint8_t digest[CC_SHA256_DIGEST_LENGTH];   CC_SHA256(data.bytes, (uint32_t)data.length, digest);   NSMutableString result = [NSMutableString stringWithCapacity:CC_SHA256_DIGEST_LENGTH * 2];   for(int i = 0; i &lt; CC_SHA256_DIGEST_LENGTH; i++) {     [result appendFormat:@"%02x", digest[i]];   }   NSString *key = [NSString stringWithFormat:@"x'%@'",[result uppercaseString]];   return [key copy]; } This method contains identifierForVendor. I wonder if the IDFV has changed after the iOS16 upgrade? Could apple official help to confirm and reply? Not an official APP Store package, but the bundle ID has not changed
Posted
by
Post not yet marked as solved
1 Replies
40 Views
I am new user of Apple iPhone 12 Pro Plus and want to learn video editing from mobile. I need suggest which app is best in Apple Store for Editing High Quality Faith based movies. Can anybody please help me? Thanks
Posted
by
Post not yet marked as solved
1 Replies
92 Views
Greetings. We have noticed a few crash reports, majorly from devices running iOS 15 and rarely from iOS 14.4.1. Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000181ef1a54 Crashed Thread: 16 Crashed Thread: Thread 16 Crashed: 0 libnetwork.dylib 0x0000000181ef1a54 0x181c02000 + 3078740 ( + 2112) 1 libnetwork.dylib 0x0000000181ef1964 0x181c02000 + 3078500 ( + 1872) 2 libnetwork.dylib 0x0000000181ef0ca8 0x181c02000 + 3075240 ( + 652) 3 libusrtcp.dylib 0x0000000184e9c400 0x184e98000 + 17408 ( + 636) 4 libusrtcp.dylib 0x0000000184ec10d0 0x184e98000 + 168144 ( + 156) 5 libusrtcp.dylib 0x0000000184ee8290 0x184e98000 + 328336 ( + 3180) 6 libusrtcp.dylib 0x0000000184ea7b5c 0x184e98000 + 64348 ( + 376) 7 libboringssl.dylib 0x0000000199f3bdec 0x199f2f000 + 52716 ( + 176) 8 libboringssl.dylib 0x0000000199f3b668 0x199f2f000 + 50792 ( + 356) 9 libboringssl.dylib 0x0000000199f321c4 0x199f2f000 + 12740 ( + 40) 10 libboringssl.dylib 0x0000000199f564d8 0x199f2f000 + 160984 (BIO_read + 60) 11 libboringssl.dylib 0x0000000199f73aec 0x199f2f000 + 281324 ( + 388) 12 libboringssl.dylib 0x0000000199f73bd4 0x199f2f000 + 281556 ( + 148) 13 libboringssl.dylib 0x0000000199f8041c 0x199f2f000 + 332828 ( + 364) 14 libboringssl.dylib 0x0000000199f80268 0x199f2f000 + 332392 (SSL_peek + 92) 15 libboringssl.dylib 0x0000000199f34bb4 0x199f2f000 + 23476 (boringssl_session_read + 264) 16 libboringssl.dylib 0x0000000199f3c7ac 0x199f2f000 + 55212 ( + 396) 17 libboringssl.dylib 0x0000000199f3d75c 0x199f2f000 + 59228 ( + 320) 18 libusrtcp.dylib 0x0000000184eb8594 0x184e98000 + 132500 ( + 528) 19 libusrtcp.dylib 0x0000000184ea71bc 0x184e98000 + 61884 ( + 100) 20 libnetwork.dylib 0x00000001820e226c 0x181c02000 + 5112428 ( + 9896) 21 libnetwork.dylib 0x00000001820dfadc 0x181c02000 + 5102300 ( + 300) 22 libnetwork.dylib 0x00000001820ded68 0x181c02000 + 5098856 ( + 68) 23 libdispatch.dylib 0x0000000180ce8094 0x180c84000 + 409748 ( + 16) 24 libdispatch.dylib 0x0000000180cbfab8 0x180c84000 + 244408 ( + 432) 25 libdispatch.dylib 0x0000000180cd116c 0x180c84000 + 315756 ( + 1560) 26 libdispatch.dylib 0x0000000180cc5094 0x180c84000 + 266388 ( + 1640) 27 libdispatch.dylib 0x0000000180ccd8e0 0x180c84000 + 301280 ( + 608) 28 libsystem_pthread.dylib 0x00000001dc2f7e10 0x1dc2f6000 + 7696 (_pthread_wqthread + 284) Complete Crash Report: Complete Crash Report Any help with understanding the cause of this issue is greatly appreciated.
Posted
by