Hi, all, I see I'm not the only one with serious issues with the new watchOS (should have called it an alpha release IMHO). In addition to no notifications and no messages, my contacts never imported. Does anyone know how to force the watch to do something like import contacts? The general voodoo aspect of doing any activity on the watch (as a user here, not a developer) is extremely frustrating. There is simply no indication of what is going on, what might be wrong, or how to fix anything. With luck someone will know a solution to this. With more luck, we'll have a beta 2 of this software out SOON.
Search results for
DTiPhoneSimulatorErrorDomain Code 2
158,634 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
i created a simple test app using the watch app Xcode template in Xcode 7. when i build and run this on the watch simulator, the app never runs. When i try to run the same app on the device (also via Xcode), the app gets installed but never runs. Looking at the watch logs, at appears that nanoappregistryd crashes on the watch right around the same time. sometimes, the watch actually reboots when this happens.Has anyone been able to debug a watchOS 2.0 app via Xcode7?ps: iPhone is on iOS9 and mac is on OSX El Capitan
Network securityHTTPS, TLSIn 2015, TLS is a minimum baselineMany servers default to TLSv1.0, from 1999Newest version is TLSv1.2TLSv1.2 is not enough. Compromise of a server key lets you decrypt all TLS traffic that was encrypted in the past.With forward secrecy, a server key compromise will only let you read future traffic. Past traffic will not be able to be decrypted.By default, apps linked against iOS 9 and OS X 10.11 cannot make unprotected HTTP connections.TLS connections will need to comply with best practices- Exceptions can be declared on a case-by-case basis in your app's Info.plist file.System Integrity ProtectionDefense in DepthSecurity is about layersOne layer failing shouldn't defeat all securityRely on multiple layers of protectionDelay the attackerReduce your attack surfaceSeque into talking about Vauban and star fortresses. History lesson FTW.OS X's star fortress security model:Outermost line - Developer ID and GatekeeperSecond layer - Sandbox - attacker only gets access to the data which the
I downloaded watch OS 2 and now get the error when I click on mail : waiting for messages to be transferred from your iPhone : I keep getting the error . Any suggestions how to fix it?Moreover, my watchOS no longer connects to the contacts list to retrieve names in the database. The text messages are also not retrievable on iwatch.
I've updated the app for watchOS 2 using the built in suggestion with Xcode 7 when you first build it. I've changed all the necessary code so there's no errors or warnings but I can't seem to run either the containing app or the watch app in the simulator; they never launch but they do copy over to the simulators.Is there a new scheme I should be using? I'm using the previous scheme for the main watch app which now automatically lets you choose between running the iPhone 6 simulator with either the 38mm or 42mm watch simulator.
Maybe a problem with the file? I created a Torus in Blender and exported it as a triangulated obj file. Seemed to load fine.Code:let urlForAsset = NSBundle.mainBundle().URLForResource(Torus, withExtension: obj)! let boxAsset = MDLAsset(URL: urlForAsset)Console:2015-06-09 17:53:06.669 MetalX[1406:75348] Creating vertex buffer for 3456 vertices 2015-06-09 17:53:06.669 MetalX[1406:75348] Adding 2 submeshesI'm tried this on OSX
Topic:
Graphics & Games
SubTopic:
SceneKit
Tags:
I have a UIWebView that is loading a webpage with SSL and is now throwing the following error in iOS 9 Beta 1:An SSL error has occurred and a secure connection to the server cannot be made.This code all works fine in iOS 8.3 Here is the error code:-1200
It isn't working on my iPad Air 2. I can ask a question but no response loads.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
when I ran your code I saw the actual problem 🙂when creating the URL I needed to specifically create a file URL.//var torusModel = MDLAsset(URL: NSURL(string: path!)!) let torusModel = MDLAsset(URL: NSURL.fileURLWithPath(path!))Loaded just fine after that
Topic:
Graphics & Games
SubTopic:
SceneKit
Tags:
The watchOS developer library has a PotLoc sample which is sample code for using CoreLocation. https://developer.apple.com/library/prerelease/watchos/samplecode/PotLoc/Introduction/Intro.html#//apple_ref/doc/uid/TP40016176In particular, use manager.requestLocation() and then implement the delegate methodoptional func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [AnyObject])
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I upgraded to watchOS 2, and now I cannot reply to a message. When a notification comes in for a message, it only has the option to dismiss. Also, conversations are not syncing to the message app on the Apple Watch. How can I get the reply button back? And when I do send a message, it always sends an iMessage.
Over the course of Swift's existence I've had to take advantage of a number of workarounds (i.e., hacks) to compile a Swift framework that utilizes non-modular system code, e.g., CommonCrypto, sqlite3, etc.These solutions have included:Renaming the umbrella header to be something different than the module name in order to exploit a bug that let frameworks compile with bridging headers, wherein the non-modular import happened: #import <CommonCrypto/CommonCrypto.h>Building a dummy, optional framework with a custom module map specifying the absolute path to an SDK header (relative SDK paths don't work): module CommonCrypto [system] [extern_c] { header /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/CommonCrypto/CommonCrypto.h export * }Specifying a custom module map with an additional header specifying the absolute path to an SDK header: framework module MyCrypto { umbrella header MyCrypto.h header /Applications/Xcode.app/Contents/Deve
When I try to run the watchkit app, it success, but didnt run at all, and I'm even not able to install the app on watch simulator. When I try to use my own phone and watch, it says: unknown errer happens.Does anyone know how to solve this?
this is what my final predicate looks like when two events are selected...SUBQUERY(event, $x, $x.event LIKE[d] Birthday).@count > 0 AND SUBQUERY(event, $x, $x.event LIKE[d] party).@count > 0now i have one entry with both these events but i get nil returned on executing the fetch request.i guess my original AND compound predicate was right. there seems something wrong with my persistent store.any idea what it could be?
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags:
Has anyone else noticed that Messages in watchOS 2 do not have contact names, just phone numbers?