Search results for

show when run

112,690 results found

Post

Replies

Boosts

Views

Activity

Reply to tableviewcontroller to tabbarcontroller
Oh wow, I wish I knew that earlier. Is there anywhere in the docs I can find out information like this?I have quite a bit of navigation between views in my app. I start with a tableviewcontroller to display a list of sites to choose from which will show a tabbarcontroller which can then potentially go to another tabbarcontroller.Do I need to run with modals for each of these subsequent screens? I also tried adding a tabbar to a viewcontroller, but I couldn't even get the tab bar to display.Any advice would be appreciated.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’15
Apple Watch Metadata Rejection - Background images are not displaying
I have been rejected 3 times based upon metadata rejection.We still continue to notice that your marketing screenshot(s) do not sufficiently reflect your app in use.- Metadata screenshots do not demonstrate the app functionality in use.My application is showing up with a black screen. The buttons are intact but the background images must not be showing up when the apple review team is reviewing my Apple Watch app. When I archive I am doing so choosing the iPhone profile. I wonder if my images for the Apple Watch are not being included in the submission bundle?When I try it in simulator I see my app works perfectly with all of the images displaying in the background of the watch.Has anyone else had this issue?Help!
0
0
331
Jun ’15
WCSession sendMessage returning errors (simulator)
I think I've got my Connectivity stuff set up properly, was going off the Lister sample app. But, every time I try to send stuff via WCSession, it fails. Here's the code:// iOS App, in my ViewController override func viewDidLoad() { super.viewDidLoad() if WCSession.isSupported() { WCSession.defaultSession().delegate = self WCSession.defaultSession().activateSession() } } func session(session: WCSession, didReceiveMessage message: [String : AnyObject]) { let msg = message[message] as! String print(Got message! (msg)) } // -------------- // WatchKit Extension - WKInterfaceController subclass @IBAction func buttonTapped() { let session = WCSession.defaultSession() print(Session is reachable: (session.reachable)) // this is false let msg = [message: derp derp derp] session.sendMessage(msg, replyHandler: { reply in print(Got reply: (reply)) }, errorHandler: { error in print(error: (error)) }) }The error in the errorHandler reads Error Domain=WCErrorDomain Code=7004 The operation couldn’t be completed. (WCErrorDoma
6
0
6.9k
Jun ’15
Xcode 7 Doesn't See My Framework
Updated an app to iOS 9 / Swift 2 / watchOS 2 and since then, Xcode claims it can't find my embedded framework when building the watchOS extension. It has no issues finding it for my iOS app and the build settings look ok - the framework is showing as a dependency... but yeah, no dice. Tried cleaning and nuking Derived Data.Any ideas?
3
0
2.6k
Jun ’15
unable to debug watchOS 2 app with Xcode 7
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
5
0
1.9k
Jun ’15
Reply to SIP (System Integrity Protection)
I am running into this now trying to edit /sbin. I can edit /etc, but not /sbin. Logged in as root. I can understand having these limitations as Admin as thats the default user created, but not Root! But I guess if there is an exploit to get to root easily then maybe its a good thing. But I don't get the logic with the lock down on Netboot either. I do the same as hfike.To my understanding you can disable SIP by using a utility on Recovery Partition, but I have haven't tried to find it yet.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Security and Your Apps notes
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
0
0
3.1k
Jun ’15
Messages failing to send
Another question: messages are failing to send (and not synching at all with the iPhone's messages history). I get a you must enable iMessage to send messages but in my apple Watch app on the phone, it shows messages are set to mirror the phone. Anyone else having these issues? Any solutions?
2
0
537
Jun ’15
Unable to run updated WatchKit app in Xcode 7's simulator
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.
5
0
1.3k
Jun ’15
El Capitan Beta install paused for several hours
LaunchPad showed paused for quite a while during download. Eventually the download finished. The LaunchPad messages were: Paused, then Downloading and then showed 100% of size completed. Then the message became Installing' and then Paused.Now, for at least 5 hours, it shows Paused, presumably during the installation.I do not know what it is actually doing or where to find specific messages to show the reason.
0
0
139
Jun ’15
Reply to Photos crashing
Mines also a MacBook Pro (15-inch, Mid 2010), and the crash report is showing the same com.apple.xbs assertion failed line that rgr is getting. Interesting detail, there is no /Library/Caches/com.apple.xbs folder when I check
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode-beta is damaged and can't be opened
I've downloaded Xcode 7 beta, mounted the dmg, and copied it to Applications. When I attempt to run, I get this alert:“Xcode-beta” is damaged and can’t be opened. You should move it to the Trash.So I trash the app and the dmg, then repeat. I've done this maybe 5 times now and it never does work.How can I resolve this? I'm running 10.11.
4
0
7k
Jun ’15