Posts

Post not yet marked as solved
7 Replies
Just download Xcode 15 RC and a SwiftData Sample from Apple. Sell this error all over: External macro implementation type 'SwiftDataMacros.PersistentModelMacro' could not be found for macro 'Model()' What's wrong with the RC?
Post not yet marked as solved
7 Replies
I created a DTS, it Follow-up: 769041707
Post not yet marked as solved
7 Replies
iPadOs 14.4.x up to 14.5.x
Post not yet marked as solved
18 Replies
Since 4 days I con't set prices in AppStore connect. this block the submittion of your app. Sadly nothing has. solved this issue right now. @Apple when will you look at the issue?
Post not yet marked as solved
21 Replies
I can't select a price tier and can't update any in app purchases because it will claim the price is not setup correct. Also the table listing all tiers to prices in different regions is not loading.
Post not yet marked as solved
21 Replies
Post not yet marked as solved
2 Replies
I found a workaround: the problem does appear if I user UiCollectionViewController as a base class I use a custom init() to setup UICollectionViewCompositionalLayout and call super.init(collectionViewLayout: layout) with my layout the layout looks exactly as I wanted but the stepper behavior is wrong If I use a UIViewController as a base class, it works as expected.
Post not yet marked as solved
2 Replies
I did build a demo project and can see that the problem only appears if new diffabledatasource gets use. Maybe I'm doing something wrong, still investigating.
Post not yet marked as solved
1 Replies
Did you trie to set start volume back to internal disc?
Post marked as solved
7 Replies
After more time spent waiting it finished. Seems like a server was not responding or something. Just installed it right now.
Post not yet marked as solved
9 Replies
Same behavior here. Crash Log looks a bit different to me:panic(cpu 0 caller 0xffffff800f415f47): "ATY,Boa::setPowerState(0xffffff8357c04000 : 0xffffff7f929aed76, 2 -> 1) timed out after 45690 ms"@/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/xnu/xnu-6153.121.1/iokit/Kernel/IOServicePM.cpp:5296 Backtrace (CPU 0), Frame : Return Address 0xffffffa3f44d3b40 : 0xffffff800ed1f5cd 0xffffffa3f44d3b90 : 0xffffff800ee58b05 0xffffffa3f44d3bd0 : 0xffffff800ee4a68e 0xffffffa3f44d3c20 : 0xffffff800ecc5a40 0xffffffa3f44d3c40 : 0xffffff800ed1ec97 0xffffffa3f44d3d40 : 0xffffff800ed1f087 0xffffffa3f44d3d90 : 0xffffff800f4c27ec 0xffffffa3f44d3e00 : 0xffffff800f415f47 0xffffffa3f44d3e50 : 0xffffff800f415829 0xffffffa3f44d3e60 : 0xffffff800f42cdbe 0xffffffa3f44d3ea0 : 0xffffff800f4145d8 0xffffffa3f44d3ec0 : 0xffffff800ed61565 0xffffffa3f44d3f40 : 0xffffff800ed61091 0xffffffa3f44d3fa0 : 0xffffff800ecc513e BSD process name corresponding to current thread: kernel_task Boot args: chunklist-security-epoch=0 -chunklist-no-rev2-dev Mac OS version: 19F96 Kernel version: Darwin Kernel Version 19.5.0: Thu Apr 30 18:25:59 PDT 2020; root:xnu-6153.121.1~7/RELEASE_X86_64 Kernel UUID: 7B7F06EE-1B75-345E-B898-2FD4FEC20F0D Kernel slide: 0x000000000ea00000 Kernel text base: 0xffffff800ec00000 __HIB text base: 0xffffff800eb00000 System model name: MacBookPro16,1 (Mac-E1008331FDC96864) System shutdown begun: NO System uptime in nanoseconds: 827642589004 last loaded kext at 811367518160: >usb.IOUSBHostHIDDevice 1.2 (addr 0xffffff7f92cb5000, size 45056) last unloaded kext at 295519061964: >usb.!UHostPacketFilter 1.0 (addr 0xffffff7f915e5000, size 24576) @kec.corecrypto 1.0 @kec.Libm 1
Post not yet marked as solved
2 Replies
Now things get strange: If I enable landscape support (my app is portait only at the moment) the bug is gone.
Post marked as solved
94 Replies
Creatign the UITextView in code helped me
Post not yet marked as solved
17 Replies
No it's not a custom Textfield - good old plain UITextFiled created in a Storyboard.Running on iOS 13.2 devices / simulator is fine. Only older iOS version crash.