Search results for

build disappears

49,244 results found

Post

Replies

Boosts

Views

Activity

Reply to Critical Issue - Turkish Developer ID Certificates Contain Unhandled Extension
[quote='803047021, sigma2025, /thread/803047, /profile/sigma2025'] 1- What is the purpose of OID 1.2.840.113635.100.6.1.13? [/quote] In general, you can find answers to questions like this in the various docs on the Apple PKI page. In this case, you can find that OID documented in Developer ID CPS, which currently leads to Certification Practice Statement Developer ID, Version 4.0, October 16, 2024. That doc lists the OID as being critical and non-optional. An to what it means, TN3127 Inside Code Signing: Requirements has this to say on that topic: the OID 1.2.840.113635.100.6.1.13 … is present in the Developer ID Application signing certificates issued by Apple [quote='803047021, sigma2025, /thread/803047, /profile/sigma2025'] 2- Why is it marked as critical only for Turkish certificates? [/quote] That’s not my experience. Here’s a dump of my individual test Developer ID Application signing identity: % openssl x509 -inform der -in Developer ID Application: Quinn Quinn (SKMME9E2Y8).cer -text Certificate: … Si
1w
How Should a Beginner Properly Start iOS Development? Seeking Advice from Experienced Developers
Hello everyone, I'm a 2nd-year Computer Science student who's excited to dive into iOS development, and I'd really appreciate some guidance from the experienced developers in this community. MY CURRENT BACKGROUND I have a solid foundation in programming fundamentals through my university coursework (data structures, algorithms, OOP concepts), and I'm familiar with general software development principles. However, iOS development is entirely new territory for me, and I want to make sure I start on the right foot. WHAT I'M LOOKING TO UNDERSTAND Learning Path & Technologies Should I start with UIKit or SwiftUI? I've heard conflicting opinions about this How important is it to learn Objective-C in 2025, or should I focus solely on Swift? Are there any foundational Apple frameworks I should prioritize learning early on? Roadmap & Structured Learning Is there a recommended roadmap or learning sequence I should follow? What skills/topics should I master before moving to more advanced concepts? Should I learn
3
0
212
1w
Xcode build running into issues
I have been trying to run the ios build and facing issues since last few days. I installed xcode with ios26 and switched to xcode 16.2 beta and now in xcode16.1. My development is blocked as am hitting errors one after the other. Can you point me to any configuration which works ? My development is blocked and its real pain.
1
0
112
2w
Reply to swift package with arm64e
I’m facing a similar issue with arm64e on macOS. When I turn on the Authenticate Pointers feature for my macOS app target on Xcode 26, the app target prompts requiring the 'arm64e-apple-macos’ target, the same warning message as the original poster, for local swift packages using in the main target and the target is no longer able to build. @WangZiYuan If you received any personal response from Feedback Assistant, could you please share it? @DTS Engineer Is there any way to detour it? Should I create a new post in this forumn/feedback? My environment is: macOS: Version 26.1 Beta (25B5042k) Xcode: Version 26.1 beta (17B5025f)
2w
Reply to Tests on Xcode Cloud with Apps importing CoreML
Thank you, I've created FB20529610 and attached *.xctestproducts.zip build artifact, I hope that allows you to reproduce the issue? When you say @DTS Engineer Be sure to include links to failing builds in the report. you mean the url when opening the build via AppStoreConnect, right? (Like https://appstoreconnect.apple.com/teams/{teamit}/apps/}appid}/ci/builds/{buildid}/summary ) Because when looking at it in xcode there is no share button or copy url, is there?
2w
Reply to Xcode26 Assertion failed: (it != _dylibToOrdinal.end()), function dylibToOrdinal, file OutputFile.cpp, line 5196
Had the same problem Xcode 26.0.1, Unity 6000.2.6f2. Searched the forums and tried couple of methods, finally the following worked. Min version to 16.0 Other Linker Flags in target Build, removed -ld64. Other Linker Flags in UnityFramework Build, removed -ld64. Kept the rest of the flags. Clean build, cleaned Derived Data. Compiled and it worked. Hope it will be the same for you.
2w
iOS 26.1 b1 tableview line seperator showing even when set to .none in IB (Xib)
Hey All, Curious if you guys are seeing the same thing for those who are using Interface Builder Files (Xib) i set the line seperator to none and on my app (built against ios 18 on the app store, but doesnt matter if i build it against ios 26, or ios 26.1) when running on iOS 26.1 the line seperator will show even when i set it to None. Funny enough if i just play around with the XIB file and set it to single line and maybe RED color the IB file will show it but when running it its the same old default dark greyish color. BUT if i set the line seperator in CODE either to be none or with single line + red it looks good when running on sim / device. So it seems to be an issue with XIB files not being respected in iOS 26.1 (only) i have submitted a feed back FB20466783, hope this helps any xcode devs / uikit devs. thank you ! (I did post this in the xcode forums, but honestly i think its more of a uikit issue than xcode as the IB File visually looks good when changing)
Topic: UI Frameworks SubTopic: UIKit
3
0
127
2w
Using Menu in tabViewBottomAccessory
I'm trying to use menu in tabViewBottomAccessory to present a menu of options and I'm finding that the tap is only registered if the text is tapped any taps outside of the text is not registered. Is there a way to get the whole button to register? TabView(selection: $entryManager.currentTab) { Tab(Home, systemImage: circle.hexagonpath.fill, value: .home) { SomeView() } .tabViewBottomAccessory { Menu(Post Review) { // MARK: Submit Other Button(action: { } ) { Label(Submit Other, systemImage: building.2.fill) } Button(action: { } ) { Label(Submit Bed, systemImage: bed.double.fill) } } }
Topic: UI Frameworks SubTopic: SwiftUI
2
0
200
2w
Critical Issue - Turkish Developer ID Certificates Contain Unhandled Extension
Dear Apple Developer Support, I am experiencing a critical issue with Developer ID certificates issued for Turkish (C=TR) developer accounts that prevents code signing on macOS. Issue Summary All Turkish Developer ID certificates issued on October 4, 2025, contain an Apple proprietary extension (OID 1.2.840.113635.100.6.1.13) marked as critical that both OpenSSL and codesign cannot handle. Technical Details Team ID: 4B529G53AG Certificate Country: TR (Turkey) Issue Date: October 4, 2025 macOS Version: 15.6.1 (24G90) Problematic Extension OID: 1.2.840.113635.100.6.1.13 (marked as critical) Evidence I have verified this issue across THREE different Turkish Developer ID certificates: Serial: 21F90A51423BA96F74F23629AD48C4B1 Serial: 461CBAF05C9EDE6E Serial: 184B6C2222DB76A376C248EC1E5A9575 All three certificates contain the same critical extension. Error Messages OpenSSL: error 34 at 0 depth lookup: unhandled critical extension Codesign: unable to build chain to self-signed root for signer errSecInternal
1
0
344
2w
Reply to ShazamKit for Android and 16 KB native library alignment
For your info, I made some updates to my fix-16k branch. Also, after investigating more (thanks to Claude Code), here what seems to happen: ShazamKit AAR contains libraries with 16KB alignment (0x4000) During Android build, these libraries are re-aligned to 4KB (0x1000) The Android Gradle Plugin's strip/packaging process is changing the alignment So, are we sure that ShazamKit Android AAR has been verified to work with AGP 8.5.1+ and maintains 16KB alignment through the full build process? Maybe I missed something but at this point, I really don't know.
Topic: Media Technologies SubTopic: General Tags:
2w
Could not install myapp on Testflight. Happend to all my builds and apps.
Hello, I uploaded my application to TestFlight via Xcode (React Native), but I cannot install it on my device or other testers' devices(Internal). This happened to all builds, all my apps and all tester's I have faced this error before, but after sending a support ticket, it was resolved. But this time, it's come back. I don't know why.
0
0
214
2w
Reply to Xcode not showing devices as run destination
I'll explain what I experienced and how I solved it. iPhone was not detectable in any way (nor was the apple watch), I tried getting latest beta of Xcode, I tried latest stable release, nothing seemed to work. I waited for final release which came up shortly and still no luck. What ended up working was a thunderbolt cable. I went to an Apple Store and they told me to wipe the phone completely because I still had the beta installed, which attending to build number was wrong, but something was off so I wiped the phone. That fixed the issue, although I lost a couple of pictures and some minor data for apps that didn't save it in cloud. Hope this helps someone in the future :) As a side note, debugging on an Apple Watch is becoming really really difficult... sometimes it just does not want to connect
2w
Reply to Fous, FocusState and Architecture
Your post is extremely interesting and definitely requires more thought on my part. It seems that what you're doing is to build a FocusCoordinator, conceptually similar to a Navigation Coordinator (although I think that there may be some missing APIs preventing a comprehensive solution. My immediate interest is on tab-navigation and I have some new information to offer about it. It turns out that in most cases, sending a to a focueed TextField will cause focus to change, BUT if the TextField is instantiated with the axis: AXIS parameter, the is added to the TextField body instead. I don't know how Apple will classify it, but I'm calling this a bug and have reported it. (FB20505919).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
2w