|
Weird crash with Mojave, no crash on High Sierra
9 messages
Way back when I dabbled around with ObjC (that was in 2002!) I created a small app that shows images from disk. About a year ago I upgraded this app to 64bit and ARC. This went well after a bit of fla
Way back when I dabbled around with ObjC (that was in 2002!) I created a small app that shows images from disk. About a year ago I upgraded this app to 64bit and ARC. This went well after a bit of fla
|
By
Markus Ruggiero
·
|
|
Anyone know what this means?
Sometimes I get the following message logged when by app quits: *** _NSDocumentBasicAsyncOperation 0x600003e25a00 went isFinished=YES without being started by the queue it is in It seems to be somethi
Sometimes I get the following message logged when by app quits: *** _NSDocumentBasicAsyncOperation 0x600003e25a00 went isFinished=YES without being started by the queue it is in It seems to be somethi
|
By
Graham Cox
·
|
|
iOS keyboard extension
2 messages
Anybody else have problems with developing iOS keyboard extensions not working? I've barely added any code except a Next Keyboard button, figured out how to attach Xcode to the keyboard target after l
Anybody else have problems with developing iOS keyboard extensions not working? I've barely added any code except a Next Keyboard button, figured out how to attach Xcode to the keyboard target after l
|
By
Steve Mills
·
|
|
[Slightly OT] Cocoa developer job ad
Hi all, I run a software company in the UK and we're looking to hire some full-time Mac software developers to join our growing team in Edinburgh, Scotland on a permanent basis. We'll be advertising f
Hi all, I run a software company in the UK and we're looking to hire some full-time Mac software developers to join our growing team in Edinburgh, Scotland on a permanent basis. We'll be advertising f
|
By
Mark Allan
·
|
|
Open panel not opening in Catalina
4 messages
I have a weird situation where I show an open panel via beginSheetModalForWindow:completionHandler:. The problem is that it works OK with Mojave (and before, I assume), but it doesn't work in Catalina
I have a weird situation where I show an open panel via beginSheetModalForWindow:completionHandler:. The problem is that it works OK with Mojave (and before, I assume), but it doesn't work in Catalina
|
By
John Brownie
·
|
|
Mysterious build warning with .xib file
5 messages
Can anyone explain this? I’m getting the following warning in my build: But when I look at the file info for that .xib file: And the deployment target in the target as a whole: Am I missing something?
Can anyone explain this? I’m getting the following warning in my build: But when I look at the file info for that .xib file: And the deployment target in the target as a whole: Am I missing something?
|
By
Graham Cox
·
|
|
NSDraggingSession distorts the images I give it
7 messages
I’m modernising some old code that does drag and drop the old, simple and perfectly functional (but deprecated) way. The new way seems twice as complicated to me, but hey-ho. Anyway, I’m creating NSDr
I’m modernising some old code that does drag and drop the old, simple and perfectly functional (but deprecated) way. The new way seems twice as complicated to me, but hey-ho. Anyway, I’m creating NSDr
|
By
Graham Cox
·
|
|
BGTaskScheduler blocks when build with Xcode 11.2
I have an iOS app (iOS 12.4+) which did work on iOS 12.4 … iOS 13.2 when build with Xcode 11.1. Now I have upgraded to Xcode 11.2 and the app no longer works on iOS 13.2 devices. When I do: BGTaskSche
I have an iOS app (iOS 12.4+) which did work on iOS 12.4 … iOS 13.2 when build with Xcode 11.1. Now I have upgraded to Xcode 11.2 and the app no longer works on iOS 13.2 devices. When I do: BGTaskSche
|
By
Gerriet M. Denkmann
·
|
|
Puzzle with Hardened Runtime entitlement
15 messages
I have an app I’d like to notarize for distribution outside the app store. To do this, it requires the hardened runtime entitlement. I have added that in the project settings. When I try and submit th
I have an app I’d like to notarize for distribution outside the app store. To do this, it requires the hardened runtime entitlement. I have added that in the project settings. When I try and submit th
|
By
Graham Cox
·
|
|
Entitlement that allows app to run scripts that target any app
I have an app that can launch apps and scripts. A script might target any app, so I can't use com.apple.security.temporary-exception.apple-events and add an app identifier for every possible app in th
I have an app that can launch apps and scripts. A script might target any app, so I can't use com.apple.security.temporary-exception.apple-events and add an app identifier for every possible app in th
|
By
Steve Mills
·
|
|
[aString drawAtPoint:withAttributes:] Works in High Sierra, does not in Mojave - Why?
5 messages
I have written a small Cocoa program that works in High Sierra but stopped working in Mojave. The program loads a graphics file from disk and displays it full screen. At the bottom it should write the
I have written a small Cocoa program that works in High Sierra but stopped working in Mojave. The program loads a graphics file from disk and displays it full screen. At the bottom it should write the
|
By
Markus Ruggiero
·
|
|
Developer
9 messages
A friend of mine has a problem: When he installs an app (via Xcode) on his iPhone it works fine (probably the app will expire after one year). But when he installs the same app on his iPad, the app wi
A friend of mine has a problem: When he installs an app (via Xcode) on his iPhone it works fine (probably the app will expire after one year). But when he installs the same app on his iPad, the app wi
|
By
Gerriet M. Denkmann
·
|
|
NSScrollView showing part of view with white space above
One thing I find when working with scroll views is that making the contained view flipped is usually helpful. If you return YES from an override to -isFlipped, scroll views default to a position with
One thing I find when working with scroll views is that making the contained view flipped is usually helpful. If you return YES from an override to -isFlipped, scroll views default to a position with
|
By
Graham Cox
·
|
|
UITableView selection changed at some point
I have a UITableView that has x number of simple rows (name and image), then one row at the end that also has a name and image, but also uses a disclosure indicator accessory, which opens a new scene
I have a UITableView that has x number of simple rows (name and image), then one row at the end that also has a name and image, but also uses a disclosure indicator accessory, which opens a new scene
|
By
Steve Mills
·
|
|
CMSensorRecorder.accelerometerDataSince(_:) missing?
3 messages
Xcode 11, targeted at 13 or 12.x (no difference to this issue). I need to accumulate accelerometer data from Core Motion over long periods of time (I’m aware of the 12-hour / 3-day limits). The class
Xcode 11, targeted at 13 or 12.x (no difference to this issue). I need to accumulate accelerometer data from Core Motion over long periods of time (I’m aware of the 12-hour / 3-day limits). The class
|
By
Fritz Anderson
·
|
|
How to have users select a directory
I’d stick with the button, because its clickability shouldn’t be in doubt. The text field, if it’s just a label, is not generally assumed to be clickable, and if you show it as editable, that sends th
I’d stick with the button, because its clickability shouldn’t be in doubt. The text field, if it’s just a label, is not generally assumed to be clickable, and if you show it as editable, that sends th
|
By
Graham Cox
·
|
|
Devmate: what are people using when it disappears?
2 messages
Is anyone out there using Devmate as a means of handling licensing in their Mac apps? If so, you’ll know it’s deprecated as of December, and so far Fastspring, who bought out Devmate, appear not to ha
Is anyone out there using Devmate as a means of handling licensing in their Mac apps? If so, you’ll know it’s deprecated as of December, and so far Fastspring, who bought out Devmate, appear not to ha
|
By
Graham Cox
·
|
|
Swift definition of "_"
3 messages
Hi All, In a definition like this: func NSLocationInRange(_ loc: Int, _ range: NSRange) -> Bool What does the “_” by itself mean? I can’t seem to find anywhere in the documentation where this is menti
Hi All, In a definition like this: func NSLocationInRange(_ loc: Int, _ range: NSRange) -> Bool What does the “_” by itself mean? I can’t seem to find anywhere in the documentation where this is menti
|
By
Dave
·
|
|
Swizzle class property?
3 messages
The subject more or less says it. I tried using code similar to how I do it with instance methods, to no avail. I'm now wondering if it's actually possible. (It's a read-only property, if that makes a
The subject more or less says it. I tried using code similar to how I do it with instance methods, to no avail. I'm now wondering if it's actually possible. (It's a read-only property, if that makes a
|
By
Shane Stanley
·
|
|
NSImage/Bitmap and colorspaces
Hi all, I have realised I’m having some subtle problems with images not being saved quite how I need them to be, and the problem seems to be caused by colorspace issues. Up until now I’ve kind of igno
Hi all, I have realised I’m having some subtle problems with images not being saved quite how I need them to be, and the problem seems to be caused by colorspace issues. Up until now I’ve kind of igno
|
By
Jonathan Taylor
·
|