Search results for

smb big sur

11,740 results found

Post

Replies

Boosts

Views

Activity

Reply to watchOS2 beta 6 - when???
Just received a bugreport update from Apple on the issue with socket/tcp communication.. Although the CFStream functions are documented as supported under watchOS2 (and compile, link and run on the simulator), the corresponding NSStream methode to setup a TCP socket is not and marked as 'private'. So it appears that native TCP (and UDP) will not be supported by watchOS2. Report is still 'open' but I guess it will end up as a documentation error and failure to mark the corresponding CFStream methodes as private..Big show-stopper :-(
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
How to resize a button for different iPhones
I have a really simple App, with one view, one button with one activity when you press this button. The button is full screen size, as well as the image that is in it.I have it running on my iPhone 6 Plus perfectly, after spending a long time getting the Controller View, View Container, and Button sizes to work together so it is seen properly on the iPhone 6 plus, both hardware and virtual.The button and image are full screen size, and it took some fenagling to get even this to work for ONE iPhone size. LOL. The Controller View is one size, which is NOT the real life size of my iPhone 6 plus. It is larger. So the View Container is the correct size, along with the button. The image is PNG 401PPI 1080 x 1920 as Apple recommends for the iPhone 6 plus. It looks correct on my iPhone.My issue is the following: How do I now take my App, and create the other two sizes for the iPhone 5 and iPhone 4?I have scoured here and on the Web to absolutely no avail whatsoever. Nothing I have tried so far, has done anything but
0
0
1k
Aug ’15
why is this 'else if' block getting executed twice inspite of not being in a loop?!
I have this big piece of code which makes core data predicates based in user selection of sort criteria. the user either selects all categories, or all venues of one category or one/many venues of one category.when i select 1 venue of 1 category, the last else if (venues.count==1) is supposed to be executed. for some unknown reason it is executed twice! this makes the predicate nil the second time!i have been beating my head about it for sometime now and have checked for any accidental braces for loops etc.. nothing seems to be wrong. i know somewhere there is a silly mistake on my part. if u can please help me spot it out.thanks... //predicate for location NSPredicate *locationsPredicate; if ([_sortDictionary valueForKey:@_locationCategories]!=[NSNull null]) { NSExpression *categoryLHS, *categoryRHS; NSArray *categories = [_sortDictionary valueForKey:@_locationCategories]; categoryLHS = [NSExpression expressionForKeyPath:@location.category]; if (categories.count>1) { NSMutableArray *categoriesCom
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
298
Aug ’15
Reply to photoshop
Salut Lil0,Photoshop CC 2015 fonctionne pour moi sur Beta 7 (qui est le même que Public Beta 5).Aussi, le 18 Août, il y avait un Digital Camera RAW Compatibilité Mettre à jour 6.06 que je pense doit avoir résolu le problème dont vous parlez.Permettez-moi savoir si cela répond à votre question 🙂Max.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Reply to Verisign Certificates?/AppStore,iTunes Connections, and a clueless Hoss.
😁😁😁 Well, once you've zapped all you can, try the Stores again. If no joy then remove those two files I mentioned above once again and restart.If you still can't log in to the Store after deleting and restarting, then it would be interesting to see if the Console log is showing a different error now. But in terms of practical measures, it may be time to bust out the big gun and take those Hezbollah in hand 🙂Keychain Access > Preferences > General > Reset my Default Keychain.And then restart you Mac again.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Xcode 7 b 6 upgrade to recommended settings issue
On Xcode 7 b 6, if you open a project created in Xcode 6 with a Watch OS1 app, then select update to recommneded settings, it will convert the Watch OS1 app into a Watch OS 2 app.This didn't seem to happen on previous betas. I didn't notice this was listed in the list of changes that Xcode was going to perform on a project today, and now I have some Watch OS2 apps that I'd like to revert back to Watch OS 1 apps.Is there a step by step process to revert a converted Watch OS 2 target back into a Watch OS 1 target?And, I filed a bug report about this (22447746) because I don't think this is really the ideal process. At least initially, you are still going to have to support OS1 to some extent, so you don't want to delete the old OS 1 target. But, it might be convenient to duplicate the Watch OS1 target and convert the duplicate to Watch OS2. But, back to the original big question: how do I revert the OS 2 target to OS 1? I'd prefer to not have to recreate all the Watch OS1 targets if possible.
1
0
858
Aug ’15
Reply to Get rid of Open Directory!
I believe that even though Active Directory itself is proprietary, others can build directory services that use its structure to take on its features. The SAMBA project, for example, has built full Active Directory domain controller functionality into version 4.0 of its suite.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Mount Network Drives when Sandbox Mode is ON
I have implemented Network drive mounting using NetFSMountURLSync with different protocols (AFP, SMB, NFS and NFS (Final cut protocol)). Below mentioned is my code to achieve it.Example url : smb:/ Example mount path : file:/ NSURL *url = [[NSURL alloc] initWithString:mountURLString]; NSURL *mountpath = [NSURL fileURLWithPath:@/Volumes/ isDirectory:YES]; CFMutableDictionaryRef mountOpts = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); CFDictionarySetValue(mountOpts, kNetFSMountAtMountDirKey, CFSTR(MountAtMountDir)); CFArrayRef mountpoints = NULL; NSInteger error = NetFSMountURLSync( (__bridge CFURLRef) url, (__bridge CFURLRef) mountpath, NULL, NULL , 0, mountOpts, &mountpoints);It works fine when Sandbox Mode is OFF but the above code doesn’t work when Sandbox mode is ON. It returns me error as 1 which is “Operation not permitted” according to the Error.h file. I know there are restrictions in Sandbox mode, but its important
2
0
839
Aug ’15
Reply to Unintended security hazards of ATS cert requirements
Hi,the high-level goal is to see whether apple can assist with guiding at least the more popular endpoint providers for app developers in being compliant, because they aren't...The onus of trying to get everyone to fix their endpoints so our app would become usable as is without all the exceptions seems very big for us. I've sent our own specific table in private, there are updates. But note we're not doing anything really special, just an app living in a world of interconnected services.the workarounds (setting exceptions) means that we won't really be testing with ATS, so then we'll have two choices:1. Activate ATS with little checking when the time comes.2. Avoid activating ATS, which we don't expect will be easily granted in production (or else, what is the point?)I want to promote this as a general-interest topic to the benefit of all app developers, not as restitution to the particular endpoints we're using. But we have spotted a few major non-compliant ones.Just mapping all the endpoints and c
Aug ’15
iHate Swift 2
Am I the only one who hates the big changes Apple makes this year? Why can't they make just small changes in Swift???? It's not hard to convert all my Code to Swift 2. It is IMPOSSIBLE. I get 9 errors, even if I could fix them and press the build and run Button I get 20 new errors. Every time. And most of them do really not make any sense. I will never ever switch to Swift 2. And if this means I can't build new Apps one day, that's ok. Even switching to Android is still better than switching from Swift 1 to Swift 2. I will not learn a completely new programming language every year. Because that's what Swift 2 is. Last year it was Swift. Now it's Swift 2. And next year? Will I have to learn Swift 3 which will also be a completely new language? No, thanks.
22
0
3.2k
Aug ’15