Search results for

build disappears

49,377 results found

Post

Replies

Boosts

Views

Activity

IOS simulator error
Every time I try to run with the iOS simulator it gives me an alert that says a build action is already running an asks me if I want to stop it, but when I push stop it does nothing and won't let me access it. If I click on iOS simulator without running it with the new code I created it has a window for a iPhone 5s but it also has another window thats not responding that is titled TV OUT- 640x480 and it won't let me close either window. Even when I quit iOS simulator and even force quit it they still both repapear when I open it again. I have been trying to reboot it and reset it but the windows just keep reappearing! I want to run my code but I can't if anybody has any suggestions to fix this problem that would be great. Thanks!
1
0
762
Jun ’15
[NEVPNManager sharedManager] is always nil
I want to create an OS X El Capitan VPN app that uses the NetworkExtension.framework. But I always become nil from the [NEVPNManager sharedManager] (NEVPNManager.sharedManager()). Therefore I am still at the beginning. What could be the problem? There are no VPN entitlements for OS X Apps.This is what i did:I created a new Objective C OS X Cocoa Application and placed a button in the Main.storyboard that creates a NEVPNManager: NEVPNManager *manager = [NEVPNManager sharedManager]; I cannot go further, because manager is always nil. (I tried it with a Swift project, but it does the same).I included the NetworkExtension.framework in Build Phases -> Link Binary With Libraries.Of course I imported the framework in the ViewController class: #import <NetworkExtension/NEVPNManager.h>Thanks!
2
0
912
Jun ’15
Processing Stuck
So im a bit curious normally when i was trying to upload beta builds for test flight everything would work fine and Process imediatly but now im trying to upload the final build for the app store and its stuck at processing (after googling no chnaging the build number or version number and re-uploading doesnt work, i now have 4 diffierent versions sitting in processing that are all the same) How do i fix this? Any help is much appreciated
2
0
989
Jun ’15
Start to create an iPad app
Hi,I am in the process of working with a client to creart an Information relaying app. Being new to the app building environment I would be grateful for some guidance on best practise to run this project.The client only wants an iPad app at the moment, but I can foresee it escalating to the other IOS devices a few month following the launch. - Do I need to consider the different variations of iPads - Screen size and resolutions? ipad mini, air etc...Thanks for your assistance on the matter.BestMRB
0
0
96
Jun ’15
A good distributed build tool for xcode?
Hi everyone,It's regrettable that Apple has discontinued the integration of distcc in Xcode and de facto removed the distributed build feature after Xcode 4.5 (afaik).I've yet to understand why they did this, it's purely senseless to us, before our program used to compile in about 25 minutes whereas today it takes up to 1h.Anyway, my company and our scrum masters have decided to address this issue once again.I guess it is hopeless to see this feature back in Xcode and I'd like to know if anybody knows a good distributed build tool for Xcode?Google tells me that DistCode could be a potential candidate but the Internet remains quite silent about this tool.Anyone would have any feedback or other proposals?Cheers
3
0
5k
Jun ’15
Take over the development of an enterprise app with push notifications enabled
Hello all,A client has requested that I take on the development of their app, which is distributed internally. The app was peviously developed by an agency, with whom I have no connection. So, I'm just trying to understand the scope of the issue and my options - here are my current thoughts....I don't have access to the certificates/profiles that have been used to build the app, therefore I would need to change the bundle ID and create a new App ID. The app has push notifications enabled so changing the bundle ID would have consequences (ie. as soon as I change the bundle ID, and by extension the App ID, any new builds will be incompatible with pre-existing installations of the app). Therefore, the process would involve creating a new App ID and provisioning profile, creating new SSL certificates for the APNS integration, installing all of the new certificates and rebuilding the application. As I noted above, as soon as we start using the new SSL certificates, any pre-existing installations
0
0
291
Jun ’15
Reply to App Missing in iTunes Connect
I have the same issue. Created an app in iTunes Connect yesterday, and successfully uploaded some builds for Testflight distribution. It was still there this morning. I created a second app, and it seems to have caused the first to no longer appear. The first app still seems to exist because I can upload new builds via the iTunes Connect API, but it's missing from the iTunes Connect interface.
Jun ’15
NSTableView row heights with auto layout and bindings
HiIm trying to fix a problem with dynamic row heights with auto layout and bindings which was working fine in an older build of Xcode but which now no longer works. So my new attempt for the most part works but about 30% of my row heights are not correctly calculated. Basically I create a reference NSTableCellView, set my model object as the objectValue which then updates the bindings, set the frame width of the reference cell to the column width then work out the height from there by setting preferredMaxLayoutWidth on the wrapping text field. Here's the code to do the calculation- (CGFloat)tableView:(NSTableView *)tableView heightOfRow:(NSInteger)row { static NSTableCellView *cellView = nil; if (cellView == nil) { NSDictionary *nibs = [tableView registeredNibsByIdentifier]; NSNib *nib = nibs[@MainCellView]; NSArray *topLevelObjects = nil; [nib instantiateWithOwner:nil topLevelObjects:&topLevelObjects]; for (id object in topLevelObjects) { if ([object isKindOfClass:[NSTableCellView class]]) { cel
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
1.6k
Jun ’15
Reply to Apple Music
beats 1 is live on beta 2 although I'm not sure if they are broadcasting the same thing they'll play once it's live . It's great ambient music building up to 11 am . lol Its a very cool day for music and apple .
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
BUG Keyboard IOS IPAD
I'm having a problem with keyboard on the iPad, where the keys just fall away , so I could see 2 links that mention the subject at http: //stackoverflow.comisto related to an operating system BUG in newer versions of IOS8 below the 2 links: http://stackoverflow.com/questions/11635059/ipad-keyboard-rendering-missing-letters-keyshttp://stackoverflow.com/questions/27462653/keys-disappear-from-keyboard
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
174
Jun ’15
Symbolicate keyboard extension crash log
Hi,Are there any special steps that need to be taken to get a keyboard extension crashlog symbolicated? I have a build on my device that I built and ran five minutes before, in debug mode with full symbols available, then I stop it from XCode, restart it from the device, get a crash and a log, and when the log comes to XCode all I get is hexadecimal addresses.Thanks in advance.
0
0
407
Jun ’15