Posts

Post marked as solved
5 Replies
Yes! What ever you did seemed to clear the logjam. The file completed processing, allowing me to submit for review. Additionally, this new app was reviewed and accepted in record time today: Submitted 14:23, In Review 15:02, Accepted 15:22 Good Job!
Post marked as solved
31 Replies
Two possible solutions to CocoaPods breaking with Xcode 14.3 (it is due to Path change in Xcode) change the script in CocoaPods as noted above download Xcode 14.2 and use it until the new revision of CocoaPods is available
Post not yet marked as solved
6 Replies
MrOfu: I get the same, superfluous warning whenever I close a Webkit window: [assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" The suggestions to add BackgroundModes and web view.uiDelegate, separately or together had NO effect on this "feature", ie worthless Apple warning.
Post marked as solved
16 Replies
Thank you Quinn! Your note is the only reply from Apple that explains the issue and why you can safely ignore the warning when our code is not involved. Thank you! Other Apple folks have addressed this in other threads but provide only a robotic answer to file a feedback report. You da man!
Post marked as solved
2 Replies
The 12.6 Gb is the size of the Compressed download, after expansion, the app is around 35 Gb, depending on options. You need about 45-50 Gb during decompression.
Post not yet marked as solved
3 Replies
I fixed the layout reversion issue by calling my method that mods the layout constraints from an override of viewDidLayoutSubbviews in each affected VC For the moment, I am sticking with the NSWindowDidBecomeMainNotification event to trigger activation events in my viewControllers, despite the slight increase in overhead by observing the event in all open VC.
Post not yet marked as solved
3 Replies
Thanks, but this is a side step, not an answer. I am aware of CreateML as a developer tool. It is great, and I have built many mlmodels with it, but it is somewhat limited, and the playground tool CreateMLUI offered finer granular control and more extensive outputs. I have a training data set which produces a model with sub-par performance. I want to try CreateMLUI (if still possible)for diagnostics purposes.
Post marked as solved
9 Replies
I also have this problem with UserDefaults in Catalyst. I tried @daspoone 's solution of adding "user-preference-write" = TRUE to the entitlements file and POOF! the app crashes basically can not find entitlements file! It may be that these warnings are just log noise as @Quinn suggests (my app's preferences seem to be read and written just fine), but with every new release of Xcode, there is more and more unhelpful garbage in my debug console!
Post marked as solved
34 Replies
This still happens. I just spent 12 hrs!!!! downloading Xcode 12.01 from the store to replace v12. Now app launches to device take 2 1/2 minutes after launch screen appears. Deleting the specific iOs DeviceSupport folder for the device's version of iOS did the trick. After the folder deletion, Xcode reloaded the symbol tables from the device and all was well. App launch time now back to 1-2 seconds.
Post not yet marked as solved
2 Replies
Thanks for the reply!!I've watched the WWDC 19 video. It just glosses over permissions entirely without any details, except to say that a mechanism for Health is added in watchOS 6. Notifications also has an explicit permission system (I have not looked nn detail at it), but I am only trying to use CoreMotion which in iOS 5 needed permission on the paired phone AND inside the Watch app on the paired phone. I can not find an API to request permission on a standalone watch in watchOS 6. I have a switch statement on the result oflet auth = CMAltimeter.authorizationStatus()What should I execute in the case .notDetermined ?
Post not yet marked as solved
10 Replies
In my case, I was also using the deprecated search UI which was appropriately flagged but ran fin on iOS 13 - 13.2 devices and sims.However the App Store rejected an update to this longstanding app as crashing on launch. Turned out to be the execution while loading the offending viewController of a new method:0 CoreFoundation 0x1bd14fab0 __exceptionPreprocess + 224 1 libobjc.A.dylib 0x1bce69028 objc_exception_throw + 59 2 CoreFoundation 0x1bd03f2fc +[NSException raise:format:] + 111 3 UIKitCore 0x1c0ba3c2c UISearchDisplayControllerNoLongerSupported + 215 4 UIKitCore 0x1c0ba3f48 -[UISearchDisplayController initWithCoder:] + 87 5 UIFoundation 0x1c077d300 UINibDecoderDecodeObjectForValue + 731
Post marked as solved
4 Replies
Hey Quinn!You da Man!Many thanks for responding to this puzzle!I am trying to find a pad which can run 13.1 out here.In the mean time, the Store review says crash on launch and the stack trace never returns to my app. I could well be wrong herebut I was figuring it was happening in a load resources phase or the App delegate. I reverted my storyboards and App Delegateback to the last successful App Store review. File compare only shows IB toolchain/plugin version differences and some Rect sizechanges, but the App still dies for the Reviewer and not locally on available hardware (iPad with iOS 12.1.4, or various phones) or sim'd hardware matching the Store's crashlog. Im going to try reverting Xcode to v10 and try that while waiting to find a new iPad.Any other thoughts? It just seems very odd that I can't fail the app locally.update: The app store review finally tested on an iPhone from which I could pull an appropriate dSYM! So, following Quinn's advise to lookat the last exception trace we see that this problem is that my use of a deprecated UISearchController got snagged. It is marked in xcode docs as deprecated but not as dead. This is fixable.New question: Why does the Store Review catch this, but the current xcode and ios hardware does not. It there a strictness setting I should know about?Last Exception Backtrace: 0 CoreFoundation 0x1bd14fab0 __exceptionPreprocess + 224 1 libobjc.A.dylib 0x1bce69028 objc_exception_throw + 59 2 CoreFoundation 0x1bd03f2fc +[NSException raise:format:] + 111 3 UIKitCore 0x1c0ba3c2c UISearchDisplayControllerNoLongerSupported + 215 4 UIKitCore 0x1c0ba3f48 -[UISearchDisplayController initWithCoder:] + 87 5 UIFoundation 0x1c077d300 UINibDecoderDecodeObjectForValue + 731 6 UIFoundation 0x1c077d534 UINibDecoderDecodeObjectForValue + 1295 7 UIFoundation 0x1c0717fe4 -[UINibDecoder decodeObjectForKey:] + 319 8 UIKitCore 0x1c0bed0a8 -[UIViewController initWithCoder:] + 1039 9 QueensDB 0x100d4b658 specialized mainViewController.init(coder:) + 341592 (:0) 10 QueensDB 0x100d47b54 @objc mainViewController.init(coder:) + 326484 (:15) 11 UIKitCore 0x1c0ebe108 -[UIClassSwapper initWithCoder:] + 2363 12 UIFoundation 0x1c077d300 UINibDecoderDecodeObjectForValue + 731 13 UIFoundation 0x1c077d534 UINibDecoderDecodeObjectForValue + 1295 14 UIFoundation 0x1c0717fe4 -[UINibDecoder decodeObjectForKey:] + 319 15 UIKitCore 0x1c0ebd3fc -[NSCoder+ 7119868 (UIIBDependencyInjectionInternal) _decodeObjectsAndTrackChildViewControllerIndexWithParent:forKey:] + 319 16 UIKitCore 0x1c0bed260 -[UIViewController initWithCoder:] + 1479 17 UIKitCore 0x1c0b47698 -[UINavigationController initWithCoder:] + 75 18 UIKitCore 0x1c0ebe108 -[UIClassSwapper initWithCoder:] + 2363 19 UIFoundation 0x1c077d300 UINibDecoderDecodeObjectForValue + 731 20 UIFoundation 0x1c0717fe4 -[UINibDecoder decodeObjectForKey:] + 319 21 UIKitCore 0x1c0ec22b4 -[UIRuntimeConnection initWithCoder:] + 131 22 UIFoundation 0x1c077d300 UINibDecoderDecodeObjectForValue + 731 23 UIFoundation 0x1c077d534 UINibDecoderDecodeObjectForValue + 1295 24 UIFoundation 0x1c0717fe4 -[UINibDecoder decodeObjectForKey:] + 319 25 UIKitCore 0x1c0ebd1e0 -[NSCoder+ 7119328 (UIIBDependencyInjectionInternal) _decodeObjectsWithSourceSegueTemplate:creator:sender:forKey:] + 491 26 UIKitCore 0x1c0ebfe18 -[UINib instantiateWithOwner:options:] + 1115 27 UIKitCore 0x1c1392054 -[UIStoryboard __reallyInstantiateViewControllerWithIdentifier:creator:storyboardSegueTemplate:sender:] + 291 28 UIKitCore 0x1c1391ee4 -[UIStoryboard _instantiateViewControllerWithIdentifier:creator:storyboardSegueTemplate:sender:] + 127 29 UIKitCore 0x1c12346b0 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 183 30 UIKitCore 0x1c1234c28 -[UIApplication _loadMainInterfaceFile] + 275 31 UIKitCore 0x1c1233358 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1059 32 UIKitCore 0x1c09cd618 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 151 33 UIKitCore 0x1c0e7de08 _UIScenePerformActionsWithLifecycleActionMask + 111 34 UIKitCore 0x1c09ce150 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 211 35 UIKitCore 0x1c09cdb80 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 303 36 UIKitCore 0x1c09cdf6c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 751 37 UIKitCore 0x1c09cd7f0 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 339 38 UIKitCore 0x1c09d1fa0 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke_2 + 195 39 UIKitCore 0x1c0e97c8c ___UISceneSettingsDiffActionPerformChangesWithTransitionContext_block_invoke + 27 40 UIKitCore 0x1c0daaf44 +[BSAnimationSettings+ 5996356 (UIKit) tryAnimatingWithSettings:actions:completion:] + 867 41 UIKitCore 0x1c0e97c44 _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 259 42 UIKitCore 0x1c09d1cb8 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 151 43 UIKitCore 0x1c0e97b2c _UISceneSettingsDiffActionPerformActionsWithDelayForTransitionContext + 107 44 UIKitCore 0x1c09d1b14 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 391 45 UIKitCore 0x1c0839c38 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 639 46 UIKitCore 0x1c08386fc -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 255 47 UIKitCore 0x1c0839968 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 235 48 UIKitCore 0x1c1231808 -[UIApplication workspace:didCreateScene:withTransitionContext:comple 49 UIKitCore 0x1c0dcce44 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 375 50 FrontBoardServices 0x1c2319ec0 -[FBSSceneImpl _callOutQueue_agent_didCreateWithTransitionContext:completion:] + So 451 51 FrontBoardServices 0x1c2340b50 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_invoke.168 + 115 52 FrontBoardServices 0x1c2324fa4 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 239 53 FrontBoardServices 0x1c23407e4 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_invoke + 343 54 libdispatch.dylib 0x1bcdf5fd8 _dispatch_client_callout + 19 55 libdispatch.dylib 0x1bcdf8d1c _dispatch_block_invoke_direct + 263 56 FrontBoardServices 0x1c2367304 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 47 57 FrontBoardServices 0x1c2366fb0 -[FBSSerialQueue _queue_performNextIfPossible] + 431 58 FrontBoardServices 0x1c236751c -[FBSSerialQueue _performNextFromRunLoopSource] + 31 59 CoreFoundation 0x1bd0cb24c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 27 60 CoreFoundation 0x1bd0cb1a0 __CFRunLoopDoSource0 + 83 61 CoreFoundation 0x1bd0ca90c __CFRunLoopDoSources0 + 183 62 CoreFoundation 0x1bd0c57d8 __CFRunLoopRun + 1067 63 CoreFoundation 0x1bd0c5084 CFRunLoopRunSpecific + 479 64 GraphicsServices 0x1c7313534 GSEventRunModal + 107 65 UIKitCore 0x1c1235698 UIApplicationMain + 1939 66 QueensDB 0x100cfe4fc main + 25852 (Queen.swift:13) 67 libdyld.dylib 0x1bcf44e18 start + 3