Search results for

NSCocoaErrorDomain Error Code 4

170,022 results found

Post

Replies

Boosts

Views

Activity

Reply to El Capitan download link not working
Haha so I got it to work. Go into the Mac App Store and go to Redeem and enter your code. Click Redeem super fast until it lets you in. I had to click it over 15 times and it finally went through. It will keep showing you errors but keep clicking the Redeem button really fast and it should work. Its downloading into Launchpad by the way.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iTunes Connect: Invalid Binary on submission
I'm trying to upload a new version of an app to iTunes Connect but everything I've tried so far has resulted in a Invalid Binary report by iTunes Connect. I have the Archive action set to Release and all schemes set to use the distribution certification and profile. Everything archives fine and the binary validates, but after uploading to iTunes Connect the binary moves into the Invalid Binary state and I get the following email:Invalid Signature - Code object is not signed at all. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, a
2
0
4.5k
Jun ’15
Reply to can't download
I would guess thay means that your *primary* email address is still failing verification. Try to re-verify it. Do you see an error message? If so, then you may have that email address associated with another Apple ID - perhaps with an Apple ID that is the same as that email address. In that case you'd need to log into that Apple ID, delete the primary email for it, and provide a new, different email address to verify it with.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
NSURLConnection SSL error
I got following error when reqeust data from non-ssl protocol with NSURLSeesion API. I think it because of ATS in iOS9. Anyone knows what I should put in plist to opt out ATS?-- ATS description from release note--App Transport SecurityApp Transport Security (ATS) lets an app add a declaration to its Info.plist file that specifies the domains with which it needs secure communication. ATS prevents accidental disclosure, provides secure default behavior, and is easy to adopt. You should adopt ATS as soon as possible, regardless of whether you’re creating a new app or updating an existing one.If you’re developing a new app, you should use HTTPS exclusively. If you have an existing app, you should use HTTPS as much as you can right now, and create a plan for migrating the rest of your app as soon as possible.---error---Error Domain=NSURLErrorDomain Code=-1200 An SSL error has occurred and a secure connection to the server cannot be made. UserInfo=0x7fcfebe17cc0 {NSURLEr
2
0
6.2k
Jun ’15
Passing Data from View Controller to Label in TableView
I am trying to pass data from one view controller to another view controller. Here is my code so far that I have tried, but I keep getting an error when using this code. The error says, Outlets cannot be connected to repeating content.-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { SchoolLocationViewController *schoolLocation = [segue destinationViewController]; if ([sender isEqual:btnAbington]) { schoolLocation.campusLocation = schoolLocation.campusLabel.text = @Abington; } }
2
0
293
Jun ’15
Reply to Is Split View working for anyone?
Works for me on MacBook Air. One application must be in full screen, the other not.An example:1. Set Safari to full screen.2. Use four finger up gesture to get to Mission Control bar.3. Drag Mail onto Safari. Full screen changes to Safari and MailSplit screen can then be adjusted in the new full view.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Binary operator cannot be applied: NSCalendarUnit
Have the following code running in 7.0 beta (7A120f) - didn't see that as a topic in the beta forum...adjusting to the forum change.let dateComponentsFormatter = NSDateComponentsFormatter() dateComponentsFormatter.allowedUnits = NSCalendarUnit.Day | NSCalendarUnit.Hour | NSCalendarUnit.Minute | NSCalendarUnit.SecondReceiving the following build error: Binary operator '|' cannot be applied to two NSCalendarUnit operands.Did not see this error in Xcode 6, not sure if this should be filed as a bug report at this juncture. Other solutions offered by the interwebs proving unviable.Thoughts?Cheers,Josh
4
0
3.2k
Jun ’15
Reply to iBeacons does not wake up iPhone
How do you test it? If you are always in the region of iBeacon, it won't trigger your code again once it triggers. You need to exit from iBeacon's region and enter again. To simulate it easily, you can remove the battery from iBeacon and wait 30 seconds. Then, plug the battery in and it should trigger.
Jun ’15
Apple Pay Verification Failure
I'm receving a Verification Failed: An unknown error occured when attempting to add a credit card to my Watch 2.0 watch via the Apple Watch iOS app. I have two-step verification enabled for my account, so I tried to create an app specific password. Using the app specific password produced the same error.
1
0
2k
Jun ’15
Reply to Create an app
The first step is to know what kind of Apps you would like to develop. App categories are so inmense, that it will take you a decade to Master them all. You can choose to be a generalist but I wouldn't recommend it. The more you cover, the less expert you become. So after you decide which category (example Games). Then you can dive into learning code and follow the videos / links that were posted. ** Don't get too deep into coding, just learn it enough to make it functional. Concentrate on expresing your ideas through UX design.. it's what sales!.
Jun ’15
Menu extras broken in 10.11?
It seems third-party menu extras may finally be broken with El Capitan. iStat Menus disappeared and I can no longer install it. Console shows6/8/15 3:13:00.723 PM SystemUIServer[1012]: invalid menu extra: /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menu6/8/15 3:13:00.723 PM SystemUIServer[1012]: unable to initialize menu extra /Library/Application Support/iStat Menus 4/extras/iStatMenusDateAndTimes.menuAnyone else experiencing this issue?
9
0
2.8k
Jun ’15
New project errors
With iOS 9, I'm taking the opertunity to rewrite a small game of ours, and found that there are a few errors that keep popping up no matter what we do. Just thought I would share and see if anyone else has them or if anyone has solutions?Edit: Forgot to remove my unhandled iAd errors (I was going to include a picture which didn't have them in it, but they are not supported on the new forums). Also, I'm using GameKit (GameCenter is turned on), StoreKit (In-App Purchases is turned on), and iAd Frameworks in my app. No custom intergration, I've not even typed a single item of code besides linking UI items. Spaced the errors for readability.Edit 2: There is a comment below with an update (second comment down). Although this started in iOS 9 Beta (before Xcode Beta Form was avaible) it was for Xcode7 Beta 1, it is still relevant for Beta 2. It has also came to my attention that most of these errors have been showing since Xcode 5 or 4 (around 2012 - 2013). They
3
0
3.2k
Jun ’15