Search results for

build disappears

49,242 results found

Post

Replies

Boosts

Views

Activity

Mail 9.0 of El Capitan (Build: 15A178w) not showing old Exchange Account Mails
HelloIt seems that Mail 9.0 of El Capitan (Build: 15A178w) not showing old Exchange Server account mails. I only see the new ones received after the upgrade to 10.11. Additional Mail crashes everytime if I change anything in the account settings like for example in the Advance tab Automatically detect and maintain account settings.Has somebody the same problem?
3
0
1.2k
Jun ’15
Can't submit app - "Invalid Signature - Code object is not signed at all"
Hello,I have submitted my app build from xCode on May 30, 2015. It passed all validations during submission and successfully appeared in iTunes Connect.Then I realized that there are few things that I want to fix before letting Apple start reviewing.Starting from yesterday (June 9) I am trying to submit another build for the same application using the same configurations and same xCode method for submission, but what I get is:Invalid Binary in the status line for all newly uploaded buildsAn email from iTunes Connect after each build upload, with this error description: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 Simul
3
0
3.6k
Jun ’15
Reply to Why?
Another problem (unless I'm missing how it works) is that older threads seem to disappear off the bottom of the list based on some criteria (age? number of threads?). I can't find a way to get to a Page 2 if there is one. (Note: I'm not referring to the archive of the old forum -- I mean old threads in the NEW forum).
Jun ’15
Reply to Stuck on Verifying Apple ID
Did you download to and open the mobile profile on the phone itself, I simply sent it tomyself via email? I initially ommitted this step and had similar symptoms to what you have described but now all is working well and I have managed to build directly to the watch.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to OpenSSL headers
Had the same problem, the Header Search Paths in Build Settings are not working as before. The recursive option of the search path . is not working properly, so i used a work around with ../openssl/**
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
[NSObject init] vs NS_DESIGNATED_INITIALIZER
Just started building my app with 10.11 SDK and am getting a lot of warnings on classes where I have explicitly set NS_DESIGNATED_INITIALIZER where init is not one of them.E.g@interface MCChecksumAccumulator : NSObjecttypedef NS_OPTIONS(NSInteger, MCWantedChecksums){........};/- (instancetype)initWithWantedChecksums:(MCWantedChecksums)wanted NS_DESIGNATED_INITIALIZER;@end@implementation MCChecksumAccumulator <<<< Method override for the designated initializer of the superclass '-init' not found- (instancetype)initWithWantedChecksums:(MCWantedChecksums)wanted{...}@endIf I remove the NS_DESIGNATED_INITIALIZER from initWithWantedChecksums: then the warning goes away. But I've done this explicitly to prevent people trying to use init on this class directly.Looking at NSObject I see:- (instancetype)init#if NS_ENFORCE_NSOBJECT_DESIGNATED_INITIALIZER NS_DESIGNATED_INITIALIZER#endif ;and NS_ENFORCE_NSOBJECT_DESIGNATED_INITIALIZER is declared as:/ NS_ENFORCE_NSOBJECT_DESIGNATED_INITIALIZER == 1* m
1
0
2.2k
Jun ’15
Availability of a custom keyboard
I am developing a keyboard extension. Even when it's allowed full access, there are still some cases it disappears and the default iPhone keyboard appears insted. I'm not talking about the password and phone number fields.The first case is the 'Search iPhone' field. There are some custom keyboards that appear there. However, my keyboard is not listed among the available keyboards for that field.The second case is a bit strange: if a device is not passcode protected, locking the screen with open keyboard and unlocking it does nothing, i.e. the keyboard still appears on the screen and everything is fine. However, if a device is passcode protected, after unlocking it, my keyboard is replaced with the system default. The interesting thing is that the same custom keyboards that can be used in the 'Search iPhone' field, remain active after unlocking a passcode protected device.I believe, there should be some setting or property in the plist file or something. I just cant find anything about it.The other th
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
360
Jun ’15
ld: warning: directory not found
After upgrading an existing swift project I am seeing the following warning when it builds the tests:ld: warning: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/Developer/Library/Frameworks'That directory does not exist.. should it be looking for SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks?Is this something that needs fixing within my project files/build settings/etc?
10
0
23k
Jun ’15
Swift build error: "SIL verification failed: non-generic function definitions cannot have context archetypes"
I'm getting the following error while compiling a generic class. Can anyone tell me what I'm doing wrong?SIL verification failed: non-generic function definitions cannot have context archetypes: !FTy->isPolymorphic() In function: / sil shared [transparent] [thunk] @_TTRGRq_8RealmKit18IdentifiableStruct_XFo_dV10ObjectiveC8ObjCBool_dT__XFo_dSb_dT__ : $@convention(thin) <τ_0_0 where τ_0_0 : IdentifiableStruct> (Bool, @owned @callee_owned (ObjCBool) -> ()) -> () { bb0(%0 : $Bool, %1 : $@callee_owned (ObjCBool) -> ()): / %2 = function_ref @_TF10ObjectiveC22_convertBoolToObjCBoolFSbVS_8ObjCBool : $@convention(thin) (Bool) -> ObjCBool / %3 = apply %2(%0) : $@convention(thin) (Bool) -> ObjCBool / %4 = apply %1(%3) : $@callee_owned (ObjCBool) -> () / return %4 : $() / } 0 swift 0x0000000107ae3e0b llvm::sys::PrintStackTrace(__sFILE*) + 43 1 swift 0x0000000107ae454b SignalHandler(int) + 379 2 libsystem_platform.dylib 0x00007fff93ae3f1a _sigtramp + 26 3 libsystem_platform.dylib 0x00000000000000
1
0
704
Jun ’15
NSScrollview not scrolling
I am attempting to implement an NSScollview for a Mac app. I have created a simple test app. In the IB, I just create a view controller with its view set to an NSScrollview.In the viewDidLoad, I have just this code:- (void)viewDidLoad { [super viewDidLoad]; NSImage * image = [NSImage imageNamed:@harley-davidson-electra-glide-6]; NSImageView *imageView = [[NSImageView alloc]initWithFrame:CGRectMake(0, 0, image.size.width, image.size.height)]; imageView.image = image; [self.scrollView setDocumentView:imageView];}Note that the image size is:(width = 1920, height = 1200)When I run this I get a window which shows just a small portion of the image. For a half-second, a horizontal scrollbar appears, then disappears; however, there is no scrolling capability. I can click and drag anywhere in the window and nothing happens.
6
0
2.1k
Jun ’15
Reply to OS X 10.11 SPEED IMPROVEMENT! :)
That's good to hear. I just bought a 13 MBP a week ago, and I was disapointed with the GPU preformance on standard OS animations and transistions. Not as buttery smooth as we would expect from Apple. I think I'll wait A bunch more builds before putting it on this MBP though. (I will try 10.11 on my old 2007 15 MBP when I get the chance)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
CALayer Undefined symbols error
I am trying to use a CALayer to make a bottom border on a text field. The problem is when I build I get this error. I added the Quartz framework to my app.Undefined symbols for architecture armv7: _OBJC_CLASS_$_CALayer, referenced from: objc-class-ref in StatusViewController.o ld: symbol(s) not found for architecture armv7Code is like this.CALayer *bottomBorder = [CALayer layer]; bottomBorder.frame = CGRectMake( 0.0f, nameTextfield.frame.size.height - 1, nameTextfield.frame.size.width, 1.0f ); bottomBorder.backgroundColor = [UIColor blackColor].CGColor; [nameTextfield.layer addSublayer:bottomBorder];What could the problem be?
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
2.2k
Jun ’15
Dismiss color picker?
OS X Cocoa App.I have a Popover window that allows the user to choose a colour for a line on a graph.It uses an NSColorWell. When the user clicks in the well, the Colour Picker appears - which is good.When the user is done, they click away from the Popover and it disappears, but unless they specifically dismiss the colour picker it remains on screen.How can I programatically dismiss the colour picker?(I have some screen shots, but your posts don't appear if you include links to images.)
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
578
Jun ’15