Questions tagged [macos-app-extension]
21 questions
0
votes
0 answers
error to link myLib.dylib with myApp.appex : dyld[46627]: Library not loaded: @rpath/myLib.dylib
I tried to link one of my library in my macOS app with it's extension. But when I try to debug the app extension a link error occurs.
My App is built in
Xcode/DerivedData/MyApp/Build/Products/Debug/MyApp.app,
and app extension for quick look…

pgDendro
- 1
0
votes
0 answers
Auto fill system user login in MAC OS
I have to create a MAC OS desktop application for auto-fill system login.
For that I have checked AutoFill Credential Provider Entitlement, but it works only for AutoFill in Safari and other MAC OS native apps, Didn't works for system login.
Also…

AtulParmar
- 4,358
- 1
- 24
- 45
0
votes
1 answer
How to retrieve the XPC service of a file provider extension on macOS?
I have extended my example project from my previous question with an attempt to establish an XPC connection.
In a different project we have successfully implemented the file provider for iOS. The exposed service must be resolved by URLs it is…

p13n
- 859
- 8
- 31
0
votes
1 answer
Safari App Extension: Cannot find executable file that matches the value of CFBundleExecutable in nested bundle
I'm trying to validate my OS X application's archive, but I keep running into the following errors.
Bad CFBundleExecutable. Cannot find executable file that matches the value of CFBundleExecutable in the nested bundle MySafariExtension…

tomjohn
- 321
- 3
- 12
0
votes
0 answers
How to make App communicate with its Finder Sync extension?
CFMessagePortRef class can make finder sync send message to container app, but container app can't send message to finder sync.

Allan hou
- 1
- 2
-1
votes
1 answer
How can I test a MacOS app on a specific version?
How can I test a MacOS app on a specific version?
I need to start the app on High Sierra and I have Catalina. It does not work as for iPhone simulators
once the app is started, a user receives this in the logs
in /var/log/messages…

nonickname
- 181
- 1
- 3
- 10