Search results for

file uri scheme

78,568 results found

Post

Replies

Boosts

Views

Activity

Anyone gotten coverage to work in xc7wwdc in a non-trivial app?
I can get code coverage results inside of xcode with a new toy project. When I try with an existing app with tests, the tests are run (I see output, breakpoints hit), but the coverage window in the report navigator says No Coverage Data and nothing shows in the source editor sidebars. The Gather Coverage Data box is ticked in the scheme.
2
0
839
Jun ’15
Troubleshooting the launch of local user XPC Launch Agent
This is a follow up to the thread, Troubleshooting the launch of local user XPC Launch Agent, in the original (and now archived) Dev Forums.Based on further tests, I assume there must be some configuration that I'm not setting up correctly, as opposed to the code.I started from scratch again with a fresh Xcode Project. This time, I based the code mostly on the example code posted by Apple Engineer eskimo1 in this thread (which uses an privileged Launch Daemon) with a modification or two based on the code posted by Apple Engineer dsorresso in this thread. As I assume that their code can be expected to work (i.e.- to help rule out a coding error on my part). Except that I modified the code so that it works with/as an XPC Service Launch Agent without the privileged aspect and which resides inside of the user's home directory.The following was all done on OS X 10.10.3 (14D136) Yosemite and built with Xcode 6.3.2 (6D2105).* I first started off both the command line interface program and the XPC Service Launch Agen
10
0
8.3k
Jun ’15
Siri Dictation
I'm having an issue with Siri dictation on the watch in iMessage. Instead of the color waveforms the screen displays a series of tiny dots across the bottom of the screen and no actual dictation happens. I will file a bug report but curious if anyone else has come across this?
2
0
337
Jun ’15
Reply to Bitcode and Assembly?
Hi Collin,For iOS, this should *just work*. When you are producing your library, the compiler and linker will include the bitcode in the Mach-O file. There are only two things that you should know.1. If you are not using Xcode, please manually add -femit-bitcode command line option.2. When using Xcode, bitcode is only produced during archive build, not debug or release build.Evan
Jun ’15
Reply to Troubleshooting the launch of local user XPC Launch Agent
I'm very interested in the answer for this as well. Actually, I had just posted a similar question earlier today but now it's gone.I thought the XPC Service template within xcode was only for XPC Services hosted within a parent application - produces .xpc files. I'm pretty sure those don't work as standalone XPC services like you describe above. Wish I had more to add. Please share any progress you make on this.
Jun ’15
Reply to Get rid of Open Directory!
You can't be more wrong!At the same time that Apple adopted this older system, Microsoft, with Windows 2000, moved away from it and began using their much more robust Active Directory systemI've been working with Active Directory and Open Directory for more than 10 years now, and I would like to express my opinions:Microsoft's Active Directory and Open Directory are both based on LDAP and Kerberos. In no way Open Directory is older technology as Windows NT.Apple has been supporting Active Directory for years. You could even modify ADs schema to host Apple objects for native client management.You could buy a Mac mini, install OS X Server, bind to AD and use AD to authenticate access to Profile Manager.There's no way an Active Directory server would run on top of OS X, as AD si an integral part of Windows Server and integrates and depends on other services.I don't think Apple is interested in server hardware anymore. They are focusing in building client devices and embracing the cloud with iCloud, VPP and DEP p
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to How to use the new Header View for .swift files?
Bryan: There are two approaches in Xcode 7 …• You can switch to seeing the interface for your Swift file (which will replace the file in the editor) by using the Generated Interface item in the related files popup in the upper-left of the source editor window. (It will be the item at the bottom of the popup)• You can view the interface alongside your Swift file by opening the Assistant Editor (using the menu item or the toolbar control in the upper-right of the workspace window.) The Counterparts category (which is the default) will show you the generated interface for your Swift file (the title will be the name of your file, followed by (Preview).)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
dyld error
Help!! I have been trying to resolve this issue for days now. Been to every forum. I'm getting this errordyld: Library not loaded: /Library/Frameworks/Vorbis.framework/Vorbis Referenced from: /private/var/mobile/Containers/Bundle/Application/ Reason: image not foundSo frustrated.... And yes I have tried embedded binaries, copy files, etc.Works fine on simulator, but this error pops up when I try to run it on device. (ipad iOS 8.3. Using latest xCode)
2
0
707
Jun ’15