Search results for

dsym file

77,670 results found

Post

Replies

Boosts

Views

Activity

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
712
Jun ’15
Notes from Your App and Next Generation Networks session
Two parts to session:Transitioning to IPv6-only networksReducing Delays in NetworkingTransitioning to IPv6-only networksMore mobile carriers are moving to IPv6 networksIn Ye Olde Days, cellular data networks used IPv4. As IPv4 addresses ran out, NAT was introduced to make IPs go further.To fix the long-term problem, mobile carriers are now moving to IPv6. But they're also having to support IPv4 with NAT.The carriers want to drop IPv4 with NAT, so they're deploying DNS64/NAT64 to handle translation between IPv4 and IPv6 networks.DNS64 synthesizes an IPv6 address for an IPv4-only serverNAT64 performs IPv6 to IPv4 address translationApp Store apps need to be IPv6 ready - It will be an app submission requirement later in 2015.Enabling IPv6 test network from a Mac1. Boot OS X 10.112. Open System Preferences3. Option-click on the Sharing preference pane4. Option-click on Internet Sharing5. A Create IPv6 Only Network checkbox will appear6. Check Create IPv6 Only Network (this may also be labeled Create NAT64 Network
12
0
16k
Jun ’15
Reply to sdmd
I was seeing this too, and at the same time Spotlight indexing was not progressing (mds and mds_stores running but doing nothing, no mdworkers in sight). I turned off the only service I previously turned on in Server beta 1: File Sharing, rebooted, and everything looks OK now. No sdmd, opendirectoryd hanging back, no pegging, and spotlight started indexing.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to watchkit microphone
There isn't direct access to a stream of audio from the microphone in watchOS. However, you can present a system interface to record audio to a file using:- (void)presentAudioRecordingControllerWithOutputURL:(NSURL *)URL preset:(WKAudioRecordingPreset)preset maximumDuration:(NSTimeInterval)maximumDuration actionTitle:(nullable NSString *)actionTitle completion:(void (^)(BOOL didSave, NSError * __nullable error))completion;
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Download files
I paid a developer to modify my app that I bought, however he would not send me a copy, is this common?Is there a way I can down load all the files it to my home computer as a back up?ALSO how do I create a link to the app, so I can put it on my website.
1
0
277
Jun ’15
How to open iOS Captive Portal Splash Screen?
I wrote a DNS server in PHP, and I am running it on a Raspberry Pi (terminal) to use it as a Captive Portal.I am fully capable of redirecting all DNS requests.I connect the Raspberry Pi to my router (Ethernet cable) and assign the IP address of the Raspberry Pi to the primary DNS of my router.I am using a MySQL database to save authenticated devices in order to be able to know who can navigate and who can not.Everything is working fine.My problem: when a device connects to my Wi-Fi hotspot I would like the Captive Portal Splash Screen to automatically popup in order to allow the user to authenticate.On Android it is working: I only had to redirect requests for clients3.google.com to the Raspberry Pi IP address and create the generate_204 file in my web server (Apache) root folder (/var/www).On iOS it is NOT working: the iOS Captive Portal Splash Screen is not opening when the device connect to the Wi-Fi hotspot, and I can not find enough documentation on the web in order to solve it.How do I open the
2
0
3.7k
Jun ’15