Post

Replies

Boosts

Views

Activity

Reply to Xcode Devices "Download Container" no longer works on latest Xcode 26.0 (24228) (Build 17A324)
Same here, I cannot download the container. I thought my app was broken then I realized the xcode version change caused it. Full error: The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { DVTErrorCreationDateKey = "2026-02-27 07:44:43 +0000"; NSURL = "file:///Users/cihadturhan/Downloads/xxx.xxx.xxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/"; } -- The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { NSURL = "file:///Users/cihadturhan/Downloads/xxx.xxx.xxxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/"; } -- Failed to perform I/O operations. Domain: com.apple.dt.remoteservices.error Code: 11001 Failure Reason: Cannot open destination file /Users/cihadturhan/Downloads/xxxx 2026-02-27 10:44.28.643.xcappdata/AppData/Library/Caches/com.apple.dyld/xxx.dyld4: Permission denied -- System Information macOS Version 26.2 (Build 25C56) Xcode 26.2 (24553) (Build 17C52) Timestamp: 2026-02-27T10:44:43+03:00
3w
Reply to Address size fault crash on iPhone 12 (built w/ React Native)
I can see some methods and interfaces starting with RCT*** meaning that you have a react native app. The exception is thrown at RCTFatal + 668 (RCTAssert.m:146) so I guess it asserts ie checks some of the codes in react native and then throws exception. You might have an undefined string passed to text component or string in a checkbox etc. This is most probably an exception from your react native code so i'd double check that.
Oct ’22
Reply to iOS 15 crashes
Having the same issue. I use Unity 2020.3.18f1 and stack trace looks like #0 (null) in __psynch_cvwait () #1 (null) in _pthread_cond_wait () #2 0x0000000109abd7cc in il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) () #3 0x0000000109ab5190 in il2cpp::os::Thread::Join() () #4 0x0000000109adb028 in il2cpp::vm::Thread::KillAllBackgroundThreadsAndWaitForForegroundThreads() () #5 0x0000000109ae81a8 in il2cpp::vm::Runtime::Shutdown() () #6 0x000000010939ab60 in CleanupIl2Cpp() () #7 0x00000001092b1740 in PlayerCleanup(bool) () #8 0x000000010967ce74 in UnityCleanup () #9 0x0000000108db2a20 in -[UnityAppController applicationWillTerminate:] at /..../build/ios/Classes/UnityAppController.mm:490 #10 (null) in -[UIApplication _terminateWithStatus:] () Although it doesn't affect user experience, I see many crashes on appstore connect page which leads to worse ASO so I need help if anyone has better understanding.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’22
Reply to Xcode Devices "Download Container" no longer works on latest Xcode 26.0 (24228) (Build 17A324)
Same here, I cannot download the container. I thought my app was broken then I realized the xcode version change caused it. Full error: The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { DVTErrorCreationDateKey = "2026-02-27 07:44:43 +0000"; NSURL = "file:///Users/cihadturhan/Downloads/xxx.xxx.xxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/"; } -- The specified file could not be transferred. Domain: com.apple.dt.CoreDeviceError Code: 7000 User Info: { NSURL = "file:///Users/cihadturhan/Downloads/xxx.xxx.xxxx%202026-02-27%2010:44.28.643.xcappdata/AppData/Library/Caches/"; } -- Failed to perform I/O operations. Domain: com.apple.dt.remoteservices.error Code: 11001 Failure Reason: Cannot open destination file /Users/cihadturhan/Downloads/xxxx 2026-02-27 10:44.28.643.xcappdata/AppData/Library/Caches/com.apple.dyld/xxx.dyld4: Permission denied -- System Information macOS Version 26.2 (Build 25C56) Xcode 26.2 (24553) (Build 17C52) Timestamp: 2026-02-27T10:44:43+03:00
Replies
Boosts
Views
Activity
3w
Reply to Apple terminated my account without even validating their "Evidence"
Hi, I'd like to thank Apple team to change their decision on termination of my app store account. My account is live and active again. Maybe they have read this, or the forum post on medium.
Replies
Boosts
Views
Activity
Nov ’25
Reply to Account Termination Notice Without Clarification – Seeking Help and Response
Hello @veekshith02, What was your game? I found Crash Attack! game. Is it yours? What's the latest status of your developer profile?
Replies
Boosts
Views
Activity
Oct ’25
Reply to Account "Pending Termination Notice"
@s_sparks hi, I see your apps are still available on the appstore. Does that mean your appeal worked?
Replies
Boosts
Views
Activity
Oct ’25
Reply to Pending Termination Notice
Hello @SC2FIND-U I can see your app is available in the store and your account is active. How did you appeal? Any help would be appreciated!
Replies
Boosts
Views
Activity
Oct ’25
Reply to Pending Termination Notice - What did I do wrong?
Hello @cocomodo I see your game is still live on appstore (https://apps.apple.com/us/app/heya-rising-ball/id6503669512) How did your appeal get approved? Any help answer would be appreaciated. Thanks
Replies
Boosts
Views
Activity
Oct ’25
Reply to Developer account terminated under Section 3.2(f) WITHOUT WARNING NOR EXPLANATION ! Did this happened to you too ?
Any news?
Replies
Boosts
Views
Activity
Sep ’25
Reply to Address size fault crash on iPhone 12 (built w/ React Native)
I can see some methods and interfaces starting with RCT*** meaning that you have a react native app. The exception is thrown at RCTFatal + 668 (RCTAssert.m:146) so I guess it asserts ie checks some of the codes in react native and then throws exception. You might have an undefined string passed to text component or string in a checkbox etc. This is most probably an exception from your react native code so i'd double check that.
Replies
Boosts
Views
Activity
Oct ’22
Reply to iOS 15 crashes
Having the same issue. I use Unity 2020.3.18f1 and stack trace looks like #0 (null) in __psynch_cvwait () #1 (null) in _pthread_cond_wait () #2 0x0000000109abd7cc in il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) () #3 0x0000000109ab5190 in il2cpp::os::Thread::Join() () #4 0x0000000109adb028 in il2cpp::vm::Thread::KillAllBackgroundThreadsAndWaitForForegroundThreads() () #5 0x0000000109ae81a8 in il2cpp::vm::Runtime::Shutdown() () #6 0x000000010939ab60 in CleanupIl2Cpp() () #7 0x00000001092b1740 in PlayerCleanup(bool) () #8 0x000000010967ce74 in UnityCleanup () #9 0x0000000108db2a20 in -[UnityAppController applicationWillTerminate:] at /..../build/ios/Classes/UnityAppController.mm:490 #10 (null) in -[UIApplication _terminateWithStatus:] () Although it doesn't affect user experience, I see many crashes on appstore connect page which leads to worse ASO so I need help if anyone has better understanding.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to How to deal with AppStore notices of complaint
I'm wondering that too!
Replies
Boosts
Views
Activity
Jan ’22
Reply to App stuck in review for a week+
waiting for review: 7 days in review: 2 days i don’t know how long it will take. I think new app submission experience screwed up all the review process :)
Replies
Boosts
Views
Activity
Oct ’21
Reply to I cannot submit new version of my app, seems like a bug in itunes connect
Someone asked same question. Looks like a bug. Fill notification server urls (even some random domains works)
Replies
Boosts
Views
Activity
Oct ’21
Reply to xcode organizer uploading app stuck at 100%
Finally solved in Xcode 13!
Replies
Boosts
Views
Activity
Oct ’21
Reply to Cannot upload screenshots for new app
They released new app submission method on appstore connect. I believe it broke some of the working features.
Replies
Boosts
Views
Activity
Oct ’21
Reply to Unable to present Tracking User Description alert on real device
@Ponkly I read what's new in 14.5.1 and you're right. Looks like it's a hotfix just for this issue. Trying now, hopefully it'll resolve it.
Replies
Boosts
Views
Activity
May ’21