Search results for

dsym file

77,682 results found

Post

Replies

Boosts

Views

Activity

Invoking app clip, that was installed from TestFlight, from a different app.
I have an app clip installed via TestFlight. My AASA file is configured correctly (per 'Domain Status' in TestFlight). I want to be able to run the app clip flow (app clip card showing and app clip card launched) by invoking UIApplication.shared.open(url) from a different app, or by pressing the URL from notes app. This doesn't seem to work. The only thing I am able to do is run the flow when scanning a proper QR code after configuring Local Experience with the matching parameters. But as stated above, the flow will not work when invoking the URL from a different app. Is the proper way to fix this is to define an HTML page for that URL path that contain the element with app-clip-bundle-id attribute that will match the Local Experience configuration? Is there another way to make this flow work with TestFlight releases? what are my options?
4
0
351
3w
Reply to Title: Accessing Wi-Fi SSID for custom On-Demand logic in PacketTunnelProvider on macOS
OK. So, there’s no way for your code to plug-in to the VPN On Demand engine. You can configure various parameters that affect its behaviour, but that’s it. This makes sense when you think about it: Your container app is not necessarily running when the VPN On Demand engine does its evaluation. The VPN On Demand engine is what causes the system to instantiate your NE provider, and so your NE provider can’t change the engine’s decisions because it’s not yet running. Note Having said that, such an ability would be cool. If you get to the end of your current investigation and decide that the current setup is insufficient for your needs, you should feel free to file an enhancement request describing your requirements. And if you do that, please post your bug number, just for the record. With that in mind, let’s coming back to your requirements. Earlier you wrote: [quote='873905022, pawanquantum, /thread/813746?answerId=873905022#873905022, /profile/pawanquantum'] we want is to allow the user to manually d
3w
Reply to Driver Activation failure error code 9. Maybe Entitlements? Please help
my driver entitlements file originally looked like this: com.apple.developer.driverkit com.apple.developer.driverkit.family.hid.device com.apple.developer.driverkit.transport.usb com.apple.developer.driverkit.allow-any-userclient-access but I also tried this com.apple.developer.driverkit com.apple.developer.driverkit.transport.usb idVendor * to no effect. The driver's Info.plist originally looked like this: CFBundleShortVersionString 1.0 CFBundleVersion 1 IOKitPersonalities MyBatteryDriver CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleIdentifierKernel com.apple.kpi.iokit IOClass IOUserService IOMatchCategory $(PRODUCT_BUNDLE_IDENTIFIER) IOProviderClass IOUserResources IOResourceMatch IOKit IOUserClass MyDriver IOUserServerName $(PRODUCT_BUNDLE_IDENTIFIER) UserClientProperties IOClass IOUserUserClient IOUserClass StatusUserClient idVendor 0x0000 idProduct 0x0000 OSBundleUsageDescription Driver description OSBundleUsageDescriptionKey This application is trying to install
Topic: App & System Services SubTopic: Drivers Tags:
3w
Driver Activation failure error code 9. Maybe Entitlements? Please help
This is my first driver and I have had the devil of a time trying to find any information to help me with this. I beg help with this, since I cannot find any tutorials that will get me over this problem. I am attempting to write a bridging driver for an older UPS that only communicates via RPC-over-USB rather than the HID Power Device class the OS requires. I have written the basic framework for the driver (details below) and am calling OSSystemExtensionRequest.submitRequest with a request object created by OSSystemExtensionRequest.activationRequest, but the didFailWithError callback is called with OSSystemExtensionErrorDomain of a value of 9, which appears to be a general failure to activate the driver. I can find no other information on how to address this issue, but I presume the issue is one of entitlements in either the entitlements file or Info.plist. I will have more code-based details below. For testing context, I am testing this on a 2021 iMac (M1) running Sequoia 15.7, and this iMac is on M
2
0
152
3w
Reply to URL(fileURLWithPath:) behavior change in iOS 26 - Tilde (~) in filename causes unexpected path resolution
[quote='874020022, dileepachandrasekara, /thread/813571?answerId=874020022#874020022, /profile/dileepachandrasekara'] Are internal comments visible to the reporter … ? [/quote] Yes. If the engineers working on the bug need to get in touch, they can do that via Feedback Assistant. But I don’t need to do that because I can just reply here (-: so my comments on the bug were for them, not you. [quote='874020022, dileepachandrasekara, /thread/813571?answerId=874020022#874020022, /profile/dileepachandrasekara'] Is this the method you were referring to ? [/quote] Yes, but it’s only on NSString, not String. So this fails: let s = Hello Cruel World!.txt let s2 = s.deletingPathExtension // ^ Value of type 'String' has no member 'deletingPathExtension' Instead you have to do this: let s2 = (s as NSString).deletingPathExtension All very suboptimal )-: [quote='874020022, dileepachandrasekara, /thread/813571?answerId=874020022#874020022, /profile/dileepachandrasekara'] would using NSString methods be the more semantically
Topic: App & System Services SubTopic: General Tags:
3w
Reply to Signed App Opens But Doesn't Recognise Plugin
I admire your dedication to this task! It’s hard to offer definitive advice without knowing more about how FileMaker loads plug-ins, but I suspect you’re being blocked by library validation. I downloaded that plug-in and took a look. First, I confirmed that it’s based on native code: % file BaseElements.fmplugin/Contents/MacOS/BaseElements BaseElements.fmplugin/Contents/MacOS/BaseElements: Mach-O … bundle … Next, I looked at its code signature: % codesign -d -vvv BaseElements.fmplugin … Authority=Developer ID Application: Goya Pty Ltd (GUZF844KMZ) … If your runtime is loading this is the traditional manner — that is, loading the plug-in bundle into your process’s address space — then library validation is an issue. Specifically: To distribute your app directly, you must notarise it. Notarisation requires the hardened runtime. The hardened runtime enables library validation by default. Library validation ensures that your app’s process will only load code signed by Apple or by your team. So, your app
Topic: Code Signing SubTopic: General Tags:
3w
Reply to Possible 26.2 memory leak regression in Network, when multiple NEXT active
Thanks for opening a forums thread about this. [quote='813973021, TChrist, /thread/813973, /profile/TChrist'] More details can be found on the Feedback with the ID FB21649104 [/quote] And thanks for filing that. Based on the analysis in that bug report, my understanding is that: This is a known issue. We believe it’s fixed in macOS 26.3 beta. Please try reproducing this with the latest 26.3 beta seed and let us know how you get along. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3w
Reply to NSFileSandboxingRequestRelatedItemExtension: Failed to issue extension
Hello Kevin, thx for coming here! Let me clarify: I can only access the user selected file. The sidecar file can not be accessed, due to not getting a FilePresenter (Sandbox tells failed to issue an extension for file) The files both user selected and sidecar reside in a folder inside my users document folder and I try to read the sidecar when the user opens the audio file. I can access the sidecar file from terminal and load its content. I can also load its content when opening it with a second NSOpenPanel(). So access rights are okay. Using one of my Apps from the AppStore which implements the same file access works as well. So currently I am lost why my fresh code on the fresh installed machine is not working. TIA, Volker
Topic: App & System Services SubTopic: Core OS Tags:
3w
Reply to URL(fileURLWithPath:) behavior change in iOS 26 - Tilde (~) in filename causes unexpected path resolution
@DTS Engineer Thank you for your detailed response and for adding comments to my bug report. I have a few follow-up questions: Thanks. I’ve added my own comments to your bug. I tried to access FB21757864 via Feedback Assistant, but I don't see any replies yet. Are internal comments visible to the reporter, or are they only accessible to Apple engineers? Ah, I’ve found myself in that very conundrum. It’s annoying that we never got a Swift equivalent of Objective-C’s -stringByDeletingPathExtension method. I think it’d be reasonable for you to file an enhancement request for that. And if you do, please post that bug number as well. I found deletingpathextension in Swift. Is this the method you were referring to ? Regardless, given your requirements I agree that prepending a slash is a reasonable option. You mentioned that prepending a slash is a reasonable option. However, since our use case involves pure string manipulation (extracting filename and extension from a server-provided filename string), wou
Topic: App & System Services SubTopic: General Tags:
3w
build failure due to certificates not matching
i am creating a app on appmysite while it runs its build test an error message pops up saying build failed. it seems your app build has encountered an issue. the certificate used to generate the uploaded provisioning profile does not match the uploaded certificate. I understand why its saying it because the uploaded certificate had to be uploaded as .p12. The certificate in the provisioning profile is made of .cert. I am using a apple mac book and a xenovo windows computer. Im simply trying to figure out how to put the .p12 certificate into the provisioning profile? whenever i go to my developer account and try to create a new provisioning account with the new .p12 certificate. The only options that pop up for me to select are only the certificates that are in .cert form. I've tried exporting through key access and they show up in my files but no way to transfer to my developer account to combine it with a provisioning account. Any help is greatly appreciated, this is literally the only thing keeping
1
0
260
3w
Reply to Xcode Metal Trace
We have been able to reproduce the problem here and we have filed a bug report. If you file a bug report, please post the feedback number here and I will make sure it gets routed to the correct team.
Topic: Graphics & Games SubTopic: Metal Tags:
3w
Any (developer) option to override log quarantine?
We recently migrated our entire product to Apple Unified Logging due to the various benefits it provides. However we immediately started hitting the log quarantine problem (QUARANTINED DUE TO HIGH LOGGING VOLUME). This is partly because we are indeed over logging in a few cases (which we have to work on fixing), but also partly because it's a complicated product with potentially hundreds of libraries, and some of the code can legitimately be very busy. For example we have a system extension that's implemented both as a NetworkExtension client and an EndpointSecurity client, if we were to log decent information about each network or file system event so we can troubleshoot something, they are bound to be high volume logs. Now when our app is running in a normal user environment, this is not a problem. We can disable certain heavy log levels, or at least disable persisting for certain logs (one of the benefits of Apple Unified Logging we really like is that it allows very flexible controls, log config
7
0
302
3w
Reply to Launchscreen issues on iPadOS 26
Hello tylus_zmogus, Terribly sorry to ask this, but would it be possible for you to please host those files somewhere you're comfortable with and post the link here? Unfortunately, it seems like the attachments aren't quite working out- I am able to see the screenshot, but the other two seem corrupted. Thank you for your patience, Richard Yeh  Developer Technical Support
Topic: UI Frameworks SubTopic: General
3w