Search results for

smb big sur

11,739 results found

Post

Replies

Boosts

Views

Activity

What does the framework executable do?
I'm porting a Windows run-time SDK (headers and DLLs) to the Mac. Since it was my first such experience, I mimicked what I had done when I did this for Linux; I put the dylibs in /usr/local/lib and the headers in /usr/local/include and all was well until I started thinking about distribution and installation, at which point I learned about frameworks. Now I have a framework, which I'll call Foo, and it is at /Library/Frameworks/Foo.framework. My demo program, which is built with GCC/Make, and has a -framework Foo in the compile command, compiles okay, but the linker cannot find the framework. I then discovered that there must be a Unix executable named Foo, but I can find no documentation that tells me what that consists of. All the Apple document says, in effect, delegate all that to XCode; but I've invested a lot of time in using gcc/make to do all this, and starting over with XCode would be a big detour for me. So is there documentation that tells me explicity what goes into that executable?
0
0
744
Jun ’15
Big Gmail account freezes Mail os10.11
I have a problem with the new beta 2 mail - beta 1 was the same: I have several accounts - gmail and icloud. These accounts are quite small and work well. There is one gmail-account which is around 30GB and mail is freezing after activating that account. When I deactivate, mail works without problems.Any ideas how I can bring this account into my mail - yosimitee mail worked without a problem.
5
0
525
Jun ’15
Reply to OSX Captain crashed
Hi Max,I am thinking in a possible solution. I have created a lot of different passwords from time to time. Usualy I create very big passwords. The one that forgot its probably around 40 characters, including uppercase, lowecase, numbers and special chars. I am creating a list of the probable passwords with this combination. I think the entire list is going to be bigger than 100 lines.So I would like to try this passwords programaticly to try to unlock my external drive.Would you have any tip on how to make this? Thanks,
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Enterprise WiFi failing in 14E33b - WPA2 EAP-TLS
We are using a fully trusted cerificcate for our radius server when we get prompted to accept the certifcate it gives a big green tick saying its fully verified but we are still unable to connect.Are you able to confirm you fixed the issue by using a different certificate? If so can you please provide a little more detail about how you did it?Thanks!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Agents, Goals and Behaviours - need more tune to fit other games requirements
Hi,I'm hoping Apple developers are reading these forums to get their attention.I was very excited to learn in WWDC 2015 videos about Apple’s new SDK for steering behaviour. The game I recently released uses a library I developed that does exactly that and I was intrigued to see how Apple are going to define the SDK and how good it will be (I’m hoping it will be good in the future). (reference to my library with full sources if interested: Steering Behaviour.From my experience developing the library this is a tricky subject, especially the tuning aspects of it. To get an Agent to follow a path requires careful setting of the agent mass, speed and acceleration parameters (and in Apple's case, the prediction time). More over, if you want to get a formation of Agents following a path, or following a leader in a specific formation this tuning becomes even more challenging.Unfortunately, as it stands right now, Apple’s implementation is very, very hard to tune/debug and it becomes unpredictable. For example, I was
1
0
460
Jun ’15
Xcode 7 Playgrounds can't use latest iOS/OS X frameworks?
Trying to test out some iOS 9 / OSX 10.11 stuff in a playground, but an seeing errors that seem to indicate that I can't try out new stuff in a playground. Specifically, trying to test out some things from the latest nshipster.com article:import UIKit let formatter = NSNumberFormatter() formatter.numberStyle = NSNumberFormatterStyle.OrdinalStyleThis gives me an error in the console:Playground execution failed: /var/folders/tf/3k7qp8615ml80kjsshq70hnr0000gp/T/./lldb/3312/playground8.swift:6:48: error: 'OrdinalStyle' is only available on iOS 9.0 or newer formatter.numberStyle = NSNumberFormatterStyle.OrdinalStyle ^ /var/folders/tf/3k7qp8615ml80kjsshq70hnr0000gp/T/./lldb/3312/playground8.swift:6:48: note: guard with version check formatter.numberStyle = NSNumberFormatterStyle.OrdinalStyleSo basically XCode 7 is useless to try out the latest code? Seems like a big problem...
4
0
1.7k
Jun ’15
Reply to Getting in-app purchase scammers
Thanks --All in all I just can't believe what a piece of **** Apple really is. Thousands upon Thousands of apps are getting scammed out of Digital goods every day (which is a direct correlation to real money to us and several others) and their response is just go figure it out yourself, here is some documentation'. This is like PayPal not securing their transfers and you being able to buy things online and get free eCommerce. For this big of a company to just 'let developers' figure out how to secure their apps makes me lose so much respect for them. *** you apple.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Reply to Xcode 6.3 for iOS 8 apps on El Capitan: possible?
Since 10.11 Beta #2 all Xcode 6.x versions will have the no go sign on their icon and won't launch, stating incorrect OS version.However ... this can be easily bypassed by locating the Xcode.app in Finder under Applications. Right click and Show Package Contents. Browse into Contents/MacOS folder. Double click the Xcode executable file to launch Xcode (it will bring up a Terminal window - don't close this window as it is the Xcode process).So yes, it does work, but only if worked around OS X's version compatibility check.Not a big deal really. There's far worse issues in beta #1 so do upgrade. 😉
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to CoreMotion and iBeacons in background mode
First off, getting on my soap box, I have to ask what exactly you're trying to do?Reading between the lines, it seems like you're trying to mix these three technologies together and run for an extended period of time in the background Trying to make what you're describing work is going to absolutely destroy battery life to the point of making any sort of just let this run all day application nonviable. Related to that:>- I need to check that event occurred in 3-7 seconds frame and notify user.For apps that run in the background, many problems start at the requirements phase not the implementation. An iPhone CANNOT detect events within that narrow a time scale without running continually. And an iPhone CANNOT achieve good, all day battery life while being used continually. Now, it's possible that your particular app falls into some particular special case that makes this a non-issue, but if you're your app is a traditional app that directly targets consumers then you simply can't meet that requirement and h
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Sign on OS X, Verify on iOS (-9809 OSStatus error)
I figured out the issue, I had two problems. First ensure you are using the correct padding, kSecPaddingPKCS1SHA1, per the SecKey.h header file: If you are verifying a proper PKCS1-style signature, with DER encoding of the digest type - and the signedData is a SHA1 digest - use kSecPaddingPKCS1SHA1.The second issue I had was my public key .der file was not the correct version (big problem!).
Topic: Privacy & Security SubTopic: General Tags:
Jun ’15