Search results for

NSCocoaErrorDomain Error Code 4

170,026 results found

Post

Replies

Boosts

Views

Activity

Reply to El Capitan Mail Alias?
I'm having the same issue.My iCloud account completely disappeared from the internet accounts (System preferences), but I can't add it as I get an error that it already exists.Some iCloud features are enabled though like the keychain or the photos. But mail, notes, contacts and my calendars are not synced 😟.Haven't find any solution yet. Still working on it.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
Everyone knows Mat is correct. This happens every single year, and people still mindlessly update their only device and complain despite knowing it's only beta 1. Metrics are being gathered, Siri is probably indexing, and likely little to no effort has gone into optimization of code or battery life. Complaining here because you needed to say something isn't really helpful to anyone, so don't get all offended when you receive responses reminding you that there should be no expectation at all regarding performance or battery life in the early betas. Battery life usually starts improving after beta 2 or 3. I hope that some of this may be due to indexing and that it improves for you soon, but you may want to reset your expectations if it doesnt.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
60 MB limit for executable
The iTunes Connect Developer Guide section on submitting the app (https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html)statesiOS App build files can be as large as 4 GB, but each executable file (app_name.app/app_name) must not exceed 60 MB.We are building an app using Unity and with the addition of 64bit support our executable file is about three times that much (assume that is uncompressed). Is this still a valid limit?
4
0
3.7k
Jun ’15
NSLayoutFormatOptions - allZeros and
On Xcode7 beta, I am facing the following issues:I am trying to create 2 constraints using visual format:Constraint 1: let views1 = [v1 : v1] let verticalConstraints1 = NSLayoutConstraint.constraintsWithVisualFormat(V:|-[v1], options: .allZeros, metrics: nil, views: views1)I get an error for .allZeros, What is the way to resolve this ?Constraint 2: let views2 = [v2 : v2] let verticalConstraints2 = NSLayoutConstraint.constraintsWithVisualFormat(V:|-[v2], options: .AlignAllLeft | .AlignAllRight, metrics: nil, views: views2)I get an error for .AlignAllLeft | .AlignAllRight, What is the way to resolve this ?
1
0
1.1k
Jun ’15
BLE scan may freeze randomly
I'm currently working on an app that handle communication with a BLE device. One of my constraint is that i must connect to this device only when i have to send a command or read data. I must disconnect as soon as possible when it's done, to allow other potential users to do the same.One of the features of the app is the following :Users can enable an automatic command while the app is in the background. This automatic command triggers if the device hasn't been detected within 10 minutes.My app scans until it finds my BLE device.In order to keep it awake when i need it, i'm restarting the scan each time, because of the CBCentralManagerScanOptionAllowDuplicatesKey option ignorance.When it's detected, i'm checking if the last detection was more than 10 minutes ago. If that's the case, i connect to the device and then write into the characteristic corresponding to the service i need.The goal is to trigger this device when user come in range. It may happen a few minutes after being out of range such as a few hour
5
0
3.6k
Jun ’15
Link warning after converting project to Xcode 7
(Since there's no specific forum for the beta of Xcode 7, I'm posting this here...)After letting Xcode convert a simple Swift project to Xcode 7, and fixing the various Swift inspired build errors, I'm still seeing a link warning:ld: warning: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'This looks like it's coming while Xcode is linking the test target:Ld /Users/John/Library/Developer/Xcode/DerivedData/Test-aertfqgditidcgdgjozgjseufxmx/Build/Products/Debug-iphonesimulator/TestTests.xctest/TestTests normal x86_64 cd /Users/John/Dev/Test export IPHONEOS_DEPLOYMENT_TARGET=8.2 export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Applications/Xcode-beta.app/Contents/Dev
11
0
41k
Jun ’15
Mail and multiple exchange accounts
Hi,should the new mail client in OSX 10.11 be able to support multiple exchange accounts at once? I have to use 4 all of which are held within the office 365 environment and having more than 1 active causes mail to crash on startup with a 'Root folder ID changed ... once an account is created, the root folder id shouldn't change on the server' error.Disabling the accounts within Internet Accounts allows me to open mail, and adding them back one at a time allows me to have 2 active but restarting then goes bang again.Deleting and re-adding them doesn't work as the Internet Accounts tool doesn't do anything once 'Done' is clicked after keying the details back in, so no chance of getting the system to recreate with an apparently correct folder ID.If I try to deactivate the only active exchange account, I then get a message that 'Only one Exchange account can be enabled at a time' which I guess answers the question about multiple accounts.Is this going to be enforced going forwards that only the one acco
6
0
4.8k
Jun ’15
iMessage keeps turning itself on?
Hey, I have iOS9 installed on my old GSM iPhone 5. My Apple ID is signed in for obvious reasons...iMessage keeps turning itself on, I have switched it off about 4 times this morning, but every so often another iMessage comes through. Every time I go into system preferences, iMessage is enabled again. I don't need two phones vibrating everytime I get a message... Is anyone else experiencing this?
1
0
4.1k
Jun ’15