Search results for

NSCocoaErrorDomain Error Code 4

170,041 results found

Post

Replies

Boosts

Views

Activity

Reply to Java SE 6 Runtime messed up my laptop apps...
Just says Java for OS X 2014-001 can't be installed on this disk. A newer version of this package is already installed. I also used a code from Apple Support to delete all the java's it all workes but the last command that containt /usr/bin/ and after I use it to enable Java SE 6 Runtime to work it says Operation is not permitted
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Can't enroll in developer program
Today, the day after the new developer program was released by apple, I was trying to enroll, but after going through the review page, it said unable to precess your request. I'm not sure what to do since it was an unknown error and I need to enroll in the new program since my previous membership expired. Any help is appreciated, thank you.
4
0
587
Jun ’15
Xcode 7 beta remote repository could not be found
Before launching the beta I committed changes, created a new branch in Xcode 6 for the beta, did a push to remote repository and got a success message, and then opened the project in the Xcode 7 beta. After allowing Swift to update a few things that have changed (in my case, some sorting closures), I saved and committed changes, then received this error:The remote repository could not be foundMake sure a valid repository exists at the specified location and try again.With this error, I quit the Beta, re-opened, and did a pull from the remote (which worked fine), then made one change, committed changes, and attempted a push to remote, which failed with the same error ... I could pull from it, but not push to it?MBA (mid-2013), 8 GB RAM 256 GB SSDXcode 7 beta (7A120f)Mac OS X 10.10.3Remote is running over the network, via SSH, on an iMac (and I have had no problems pushing/pulling from XCode 6.3.2)
4
0
6.0k
Jun ’15
First Time Coding
Hey, I was hoping some of you guys could give me some links to somewhere which would help me learn to code with Swift. This is my first time coding, so I have no background experience at all.I have basically thought of an app idea, and I need to learn how to set up a link in the app so that the user would be able to call someone just by pressing a button in the app. If any of you woukd be able to give me any tips, any help at all would be appreciated.By the way, the app is for an iOS. In the future, I also plan on developing the app for watchOS.Thanks,Luke.By the wy, the app is for an iPhone 6, if that makes a difference.
3
0
770
Jun ’15
Request temporary one-time exemption to 64-bit deadline?
A client of ours finished QA testing an app update a week late and missed the cutoff for 32-bit support. The app is built on an old framework that is tightly integrated with libraries only built for 32-bit. We are fully aware that this stale code will need to be updated, but this update has already taken much more development time than anticipated, so we would like to make it available as soon as possible. Is there any process for requesting a one-time exemption to avoid delaying App Store submission any longer?
2
0
343
Jun ’15
Battery Use Worse
Prior to the update to watchOS 2, battery use was very consistent at about 4% an hour during the day. Put watch on at say 6AM and by 11 PM battery would be down to something close to 30%. That was with OS 1.01.Since the upgrade to watchOS2, battery use has been running about 10% an hour, roughly double or so the rate. Put watch on at 6AM and now at 2:30 PM its down to 16%.Anyone else seeing this level of change?
35
0
4.5k
Jun ’15
Reply to Why?
There's a whole lot of bugs with this new update and from what i've seen, Apple hasn't been responding to anyone.I've seen dozens of posts on multiple sites about now being able to enroll/ reenroll in the new developer program (me included) and some people even lost access to their accounts. What's worse, in my opinion, is that Apple just has an Unknown error appear and doesn't mention a Hey we know there's a problem and we are working on it like they have done with things in the past.Another thing i've noticed is that the Follow threads or entire fourms hasn't been working whether it's just me or everyone I'm not sure.I'm not a huge fan of how the fourms now look as well. The readability of it is poor.CAN SOMEONE CONFIRM THIS FOR ME:I'm not enrolled in the developer program (This apple account has never been enrolled) but I have access to every fourm and am able to comment and create new threads. Did Apple open all the fourms for everyone?
Jun ’15
Moving function pointer code to Swift 2
My sqlite code doesn't compile anymore in Swift 2. The problem lines are this:let SQLITE_STATIC = sqlite3_destructor_type(COpaquePointer(bitPattern: 0)) let SQLITE_TRANSIENT = sqlite3_destructor_type(COpaquePointer(bitPattern: -1))Command clicking to Swift's import of sqlite shows this:typealias sqlite3_destructor_type = (UnsafeMutablePointer<Void>) -> VoidComing from the following in sqlite3.h:typedef void (*sqlite3_destructor_type)(void*); #define SQLITE_STATIC ((sqlite3_destructor_type)0) #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1)Anyone know how to create those two constants in Swift 2.0? Even better if there's some way to import sqlite in Swift 2 without this bridging header stuff.Rob
2
0
728
Jun ’15
OpenSSL headers
I've been trying to build my code under 10.11 and Xcode7 and it's failing as it's unable to find the OpenSSL headers, it seems that these are no longer included. Am I going to have to bundle my own version of OpenSSL going forward?
3
0
9.6k
Jun ’15