Search results for

“translate scheme”

6,670 results found

Post

Replies

Boosts

Views

Activity

Xcode cloud workflow app association
Hi We have a project with one app, where we have multiple schemes to create either a staging or release version of the app. We change the bundle identifier of the app so it's a separate app in app store connect. One staging app and one release app. We are trying to integrate Xcode cloud workflows, however, there's only one app visible in the Xcode cloud tab and when we create a workflow it gets automatically assigned to the staging app in app store connect. We cannot create the workflow under the release app in app store connect, as the manage workflows button is not visible until you've created the first workflow for an app in xcode. How can we create a workflow and force it to be associated with the release app in app store connect?
1
0
102
Oct ’25
Reply to Xcode: Perform Single-object Prelink in xcodebuild
When you build with xcodebuild, you have either a -target or -scheme option to reference what to build, and all of the build settings set on the referenced target will then be automatically used, the same as when building through Xcode. Most projects are configured for xcodebuild to build using the Release configuration of a target, so make sure that when you've configured the build setting for the target, that you've set the value you want for the Release configuration, or whatever other configuration you will target with you command line build. If you have a reason to alter the build settings for specific xcodebuild innovations, you can also override build settings for a target by passing overridden values at the end of your xcodebuild command by the exact setting name, such as GENERATE_PRELINK_OBJECT_FILE. The man page for xcodebuild has the syntax for that. — Ed Ford,  DTS Engineer
Oct ’25
Reply to How to allocate contiguous memory in DriverKit?
I'm aware that IOBufferMemoryDescriptor::Create can be used in DriverKit to allocate memory and share it with user space. However, is the allocated memory physically contiguous? True physical continuity is largely irrelevant on our platforms. At this point, all of our platforms include an IOMMU which manages mapping 64-bit memory ranges into the physical addresses visible to devices on the PCI bus. You can read more about how this actually works in Background Info on PCI Address Translation. Can it guarantee that when I subsequently call PrepareForDMA in IODMACommand, there will be only one segment? Yes. Many of our DEXTs actually check that segmentsCount==1 and assert (crash) on any value other than 1. Having the descriptor segment would imply that the machine was so far out of the expected behavior range that they'd prefer to crash instead of trying to sort it out. I'm actually not sure a DEXT could get IODMACommand to segment. Inside the kernel, this is typically caused by IOMultiMemoryDescriptor,
Topic: App & System Services SubTopic: Drivers Tags:
Oct ’25
DEXT receives zero-filled buffer from DMA, despite firmware confirming data write
Hello everyone, I am migrating a KEXT for a SCSI PCI RAID controller (LSI 3108 RoC) to DriverKit (DEXT). While the DEXT loads successfully, I'm facing a DMA issue: an INQUIRY command results in a 0-byte disk because the data buffer received by the DEXT is all zeros, despite our firmware logs confirming that the correct data was prepared and sent. We have gathered detailed forensic evidence and would appreciate any insights from the community. Detailed Trace of a Failing INQUIRY Command: 1, DEXT Dispatches the Command: Our UserProcessParallelTask implementation correctly receives the INQUIRY task. Logs show the requested transfer size is 6 bytes, and the DEXT obtains the IOVA (0x801c0000) to pass to the hardware. DEXT Log: [UserProcessParallelTask_Impl] --- FORENSIC ANALYSIS --- [UserProcessParallelTask_Impl] fBufferIOVMAddr = 0x801c0000 [UserProcessParallelTask_Impl] fRequestedTransferCount = 6 2, Firmware Receives IOVA and Prepares Correct Data: A probe in our firmware confirms that the hardware successfully
5
0
334
Oct ’25
Reply to version update in Vision Pro
Hi thanks for the reply! the problem I'm having is with the alignment of a model. I tap 2 times on a 3D model and then 2 times on a grid of spheres. after calculating the alignment the model should jump to it's new position on the grid of spheres and match the target points. I have an unknown visual offset after the alignment even though visually I can see the taps are in the correct place. I'll add a snippet of my alignment function and an image of the visual. the brute force offset you can see in the code was to try and move the alignment a meter to the left (which wasn't successful). func alignModel2Points() { guard let modelPointA = modelPointA, let modelPointB = modelPointB, let targetPointA = targetPointA, let targetPointB = targetPointB, let modelRootEntity = modelRootEntity, let modelAnchor = modelAnchor else { print(❌ Missing data for alignment) return } let offset = SIMD3(-1, 0, 0) let modelPointA_shifted = modelPointA + offset let modelPointB_shifted = modelPointB + offset let targetPointA_shifted
Oct ’25
Reply to iOS 26 - S/MIME Encryption / Certificates
Hi Apples. My experience with the Outlook account is that it tried to log me in 3 times a day even after I had already signed in and was logged in. In the end, I decided to completely delete it from iOS along with all Microsoft apps, including extensions, on all my devices, but it still keeps showing me the “Sign in” prompt. So far. Would you like the translation to sound more formal or casual?
Topic: Community SubTopic: Apple Developers Tags:
Oct ’25
Reply to watchOS 26.0.2 / iOS 26.0.1 + Workout Session Mirroring Failure
I have submitted a feedback report 20723311 As this was my first time, maybe my (in)experience can be helpful. The how to use the Feedback Assistant app on a public release documentation was very confusing, specifically: On publicly released versions of iOS and iPadOS, you can enable the app by installing a beta profile. Then there is nothing about where to get this beta profile from..? So having some prior experience setting up profiles I search in Profiles and Logs page, only thing close was the AirPods Beta Software. Ok, so now I start Googling and ChatGPT-ing for how to install this beta profile with no real hits / help...all the information I can find is about using Feedback Assistant on Beta software which I don't want to install. Eventually I give up and go back to the documentation and just try typing applefeedback:// into Safari and as luck will have it, it just works... The documentation reads to me as this Beta Profile being a requirement to use the Feedback Assistant, but that doesn't seem to be
Oct ’25
Reply to URL Scheme For Apple Developer App
Thank you for the response. To clarify — we are trying to open the Apple Developer app (the official one from Apple — https://apps.apple.com/app/apple-developer/id640199958 ) from within our iOS app. Just like how we can open the Settings app using: if let url = URL(string: UIApplication.openSettingsURLString) { UIApplication.shared.open(url) } —we’d like to know if there’s any public option, URL scheme, or Universal Link available to open the Apple Developer app in a similar way. We have tried using UIApplication.shared.open() with possible URLs like appledeveloper:// and https://developer.apple.com/, but neither seems to open the app. Could you please confirm if there’s any supported way to launch the Apple Developer app programmatically, or if it’s not currently possible? Thank you!
Oct ’25
Reply to Pending Termination Notice
This is the response I got after submitting the appeal (2 days after submitting), but I still wasn't satisfied so I made an appeal again, but haven't made any collections Hello, Thank you for your patience while we evaluated the activity associated with your Apple Developer Program membership. We have completed our investigation and have determined that your Apple Developer Program membership, or another membership associated with your developer account, has been used for dishonest or fraudulent activity. This is prohibited by Section 3.2(f) of the Apple Developer Program License Agreement: You will not, directly or indirectly, commit any act intended to interfere with any of the Apple Software or Services, the intent of this Agreement, or Apple’s business practices including, but not limited to, taking actions that may hinder the performance or intended use of the App Store, Custom App Distribution, TestFlight, Xcode Cloud, Ad Hoc distribution, or the Program (e.g., submitting fraudulent reviews of Your own
Oct ’25
Archive Failing for iPhoneOS SDK in Xcode 26
When i am trying to archive a framework for ML, using below command: xcodebuild -workspace ./src/MLProject.xcworkspace -configuration Release -sdk iphoneos -archivePath ./gen/out/Archives/Release-iphoneos/MLProject -scheme MLProject -derivedDataPath ./gen/out/ archive BUILD_LIBRARY_FOR_DISTRIBUTION=YES SKIP_INSTALL=NO The same command used to work fine on Xcode 16.4. Attached is the detailed error MLProject_Archive_failure.txt
1
0
189
Oct ’25
Reply to Is there a tech note for menuBuilder?
Adding FBs as I find them. FB20652137 Replace button wraps unfortunately. Going through all the built in functions menu by menu (Adding print was easy enough.) Added Find and Replace to my text views in storyboard, which automagically enabled the menu item and produced this view. I don't even have Text size that big in my iPad Air 13-inch sim. Also, in trying to see if you could replicate it with built in apps I notice that the input view I get is unlike the snazzy Pages built in keyboard. I wonder if there is a way I can adopt the Pages UX? I mean, I don’t mind the glass buttons but would like to choose the color for done (blue just doesn’t go with our look and feel). Or let me change the blue which really doesn't go with our Color scheme.
Topic: UI Frameworks SubTopic: UIKit
Oct ’25
Reply to Can't submit the test version
Sure, that's the translation of the picture content. Thank you very much for your help! /Users/hututu/Downloads/IMG_E6E06923A6AB-1.jpeg
Replies
Boosts
Views
Activity
Oct ’25
Reply to Can't submit the test version
Thank you for the post. Unfortunately, I am unable to translate the image at this time. Would you be able to post the output so that I can view the error message? Looks like is TestFight issue? Thank you. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Oct ’25
Xcode cloud workflow app association
Hi We have a project with one app, where we have multiple schemes to create either a staging or release version of the app. We change the bundle identifier of the app so it's a separate app in app store connect. One staging app and one release app. We are trying to integrate Xcode cloud workflows, however, there's only one app visible in the Xcode cloud tab and when we create a workflow it gets automatically assigned to the staging app in app store connect. We cannot create the workflow under the release app in app store connect, as the manage workflows button is not visible until you've created the first workflow for an app in xcode. How can we create a workflow and force it to be associated with the release app in app store connect?
Replies
1
Boosts
0
Views
102
Activity
Oct ’25
Reply to Xcode: Perform Single-object Prelink in xcodebuild
When you build with xcodebuild, you have either a -target or -scheme option to reference what to build, and all of the build settings set on the referenced target will then be automatically used, the same as when building through Xcode. Most projects are configured for xcodebuild to build using the Release configuration of a target, so make sure that when you've configured the build setting for the target, that you've set the value you want for the Release configuration, or whatever other configuration you will target with you command line build. If you have a reason to alter the build settings for specific xcodebuild innovations, you can also override build settings for a target by passing overridden values at the end of your xcodebuild command by the exact setting name, such as GENERATE_PRELINK_OBJECT_FILE. The man page for xcodebuild has the syntax for that. — Ed Ford,  DTS Engineer
Replies
Boosts
Views
Activity
Oct ’25
Reply to How to allocate contiguous memory in DriverKit?
I'm aware that IOBufferMemoryDescriptor::Create can be used in DriverKit to allocate memory and share it with user space. However, is the allocated memory physically contiguous? True physical continuity is largely irrelevant on our platforms. At this point, all of our platforms include an IOMMU which manages mapping 64-bit memory ranges into the physical addresses visible to devices on the PCI bus. You can read more about how this actually works in Background Info on PCI Address Translation. Can it guarantee that when I subsequently call PrepareForDMA in IODMACommand, there will be only one segment? Yes. Many of our DEXTs actually check that segmentsCount==1 and assert (crash) on any value other than 1. Having the descriptor segment would imply that the machine was so far out of the expected behavior range that they'd prefer to crash instead of trying to sort it out. I'm actually not sure a DEXT could get IODMACommand to segment. Inside the kernel, this is typically caused by IOMultiMemoryDescriptor,
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Oct ’25
DEXT receives zero-filled buffer from DMA, despite firmware confirming data write
Hello everyone, I am migrating a KEXT for a SCSI PCI RAID controller (LSI 3108 RoC) to DriverKit (DEXT). While the DEXT loads successfully, I'm facing a DMA issue: an INQUIRY command results in a 0-byte disk because the data buffer received by the DEXT is all zeros, despite our firmware logs confirming that the correct data was prepared and sent. We have gathered detailed forensic evidence and would appreciate any insights from the community. Detailed Trace of a Failing INQUIRY Command: 1, DEXT Dispatches the Command: Our UserProcessParallelTask implementation correctly receives the INQUIRY task. Logs show the requested transfer size is 6 bytes, and the DEXT obtains the IOVA (0x801c0000) to pass to the hardware. DEXT Log: [UserProcessParallelTask_Impl] --- FORENSIC ANALYSIS --- [UserProcessParallelTask_Impl] fBufferIOVMAddr = 0x801c0000 [UserProcessParallelTask_Impl] fRequestedTransferCount = 6 2, Firmware Receives IOVA and Prepares Correct Data: A probe in our firmware confirms that the hardware successfully
Replies
5
Boosts
0
Views
334
Activity
Oct ’25
Reply to version update in Vision Pro
Hi thanks for the reply! the problem I'm having is with the alignment of a model. I tap 2 times on a 3D model and then 2 times on a grid of spheres. after calculating the alignment the model should jump to it's new position on the grid of spheres and match the target points. I have an unknown visual offset after the alignment even though visually I can see the taps are in the correct place. I'll add a snippet of my alignment function and an image of the visual. the brute force offset you can see in the code was to try and move the alignment a meter to the left (which wasn't successful). func alignModel2Points() { guard let modelPointA = modelPointA, let modelPointB = modelPointB, let targetPointA = targetPointA, let targetPointB = targetPointB, let modelRootEntity = modelRootEntity, let modelAnchor = modelAnchor else { print(❌ Missing data for alignment) return } let offset = SIMD3(-1, 0, 0) let modelPointA_shifted = modelPointA + offset let modelPointB_shifted = modelPointB + offset let targetPointA_shifted
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26 - S/MIME Encryption / Certificates
Hi Apples. My experience with the Outlook account is that it tried to log me in 3 times a day even after I had already signed in and was logged in. In the end, I decided to completely delete it from iOS along with all Microsoft apps, including extensions, on all my devices, but it still keeps showing me the “Sign in” prompt. So far. Would you like the translation to sound more formal or casual?
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to watchOS 26.0.2 / iOS 26.0.1 + Workout Session Mirroring Failure
I have submitted a feedback report 20723311 As this was my first time, maybe my (in)experience can be helpful. The how to use the Feedback Assistant app on a public release documentation was very confusing, specifically: On publicly released versions of iOS and iPadOS, you can enable the app by installing a beta profile. Then there is nothing about where to get this beta profile from..? So having some prior experience setting up profiles I search in Profiles and Logs page, only thing close was the AirPods Beta Software. Ok, so now I start Googling and ChatGPT-ing for how to install this beta profile with no real hits / help...all the information I can find is about using Feedback Assistant on Beta software which I don't want to install. Eventually I give up and go back to the documentation and just try typing applefeedback:// into Safari and as luck will have it, it just works... The documentation reads to me as this Beta Profile being a requirement to use the Feedback Assistant, but that doesn't seem to be
Replies
Boosts
Views
Activity
Oct ’25
Reply to URL Scheme For Apple Developer App
Thank you for the response. To clarify — we are trying to open the Apple Developer app (the official one from Apple — https://apps.apple.com/app/apple-developer/id640199958 ) from within our iOS app. Just like how we can open the Settings app using: if let url = URL(string: UIApplication.openSettingsURLString) { UIApplication.shared.open(url) } —we’d like to know if there’s any public option, URL scheme, or Universal Link available to open the Apple Developer app in a similar way. We have tried using UIApplication.shared.open() with possible URLs like appledeveloper:// and https://developer.apple.com/, but neither seems to open the app. Could you please confirm if there’s any supported way to launch the Apple Developer app programmatically, or if it’s not currently possible? Thank you!
Replies
Boosts
Views
Activity
Oct ’25
Reply to Pending Termination Notice
This is the response I got after submitting the appeal (2 days after submitting), but I still wasn't satisfied so I made an appeal again, but haven't made any collections Hello, Thank you for your patience while we evaluated the activity associated with your Apple Developer Program membership. We have completed our investigation and have determined that your Apple Developer Program membership, or another membership associated with your developer account, has been used for dishonest or fraudulent activity. This is prohibited by Section 3.2(f) of the Apple Developer Program License Agreement: You will not, directly or indirectly, commit any act intended to interfere with any of the Apple Software or Services, the intent of this Agreement, or Apple’s business practices including, but not limited to, taking actions that may hinder the performance or intended use of the App Store, Custom App Distribution, TestFlight, Xcode Cloud, Ad Hoc distribution, or the Program (e.g., submitting fraudulent reviews of Your own
Replies
Boosts
Views
Activity
Oct ’25
URL Scheme For Apple Developer App
In our App we have a need to open Apple Developer App from our iOS App to guide user to Developer App. But looks like there is no confirmed URL Scheme provided. Can you help on this.
Replies
2
Boosts
0
Views
182
Activity
Oct ’25
Archive Failing for iPhoneOS SDK in Xcode 26
When i am trying to archive a framework for ML, using below command: xcodebuild -workspace ./src/MLProject.xcworkspace -configuration Release -sdk iphoneos -archivePath ./gen/out/Archives/Release-iphoneos/MLProject -scheme MLProject -derivedDataPath ./gen/out/ archive BUILD_LIBRARY_FOR_DISTRIBUTION=YES SKIP_INSTALL=NO The same command used to work fine on Xcode 16.4. Attached is the detailed error MLProject_Archive_failure.txt
Replies
1
Boosts
0
Views
189
Activity
Oct ’25
Reply to Is there a tech note for menuBuilder?
Adding FBs as I find them. FB20652137 Replace button wraps unfortunately. Going through all the built in functions menu by menu (Adding print was easy enough.) Added Find and Replace to my text views in storyboard, which automagically enabled the menu item and produced this view. I don't even have Text size that big in my iPad Air 13-inch sim. Also, in trying to see if you could replicate it with built in apps I notice that the input view I get is unlike the snazzy Pages built in keyboard. I wonder if there is a way I can adopt the Pages UX? I mean, I don’t mind the glass buttons but would like to choose the color for done (blue just doesn’t go with our look and feel). Or let me change the blue which really doesn't go with our Color scheme.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25