Posts

Post not yet marked as solved
2 Replies
123 Views
I received a automated phone call claiming to be from a organization managing distribution of the award in the case of Cameron, et al. vs Apple The address I am supposed to respond to is: HTTPS://samllappdeveloperassistance.com Is this a scam?
Posted Last updated
.
Post not yet marked as solved
0 Replies
125 Views
I submitted a version of this question 3 years ago. There has not been an answer. 662 developers are watching that question. As requested by KMT I submitted a bug report. Others had submitted a similar bug report before me. As far as I can tell, nothing has been done to address this issue. Not addressing this issue amounts to disturbing negligence. This is important! WebView is flakey. It needs to be replaced. Apple Engineering: Please accept responsibility for this issue and respond with a date when we can expect a solution.
Posted Last updated
.
Post marked as solved
2 Replies
187 Views
In the past when I entered an object name in the search field at the top of the documentation window, Xcode would display appropriate object names. Now when I enter an object name like NSVIew, 'No Results' is shown. Apparently I am missing some data file. What's going on?
Posted Last updated
.
Post not yet marked as solved
1 Replies
155 Views
I am trying to add a new screenshot in either the png or jpg format to a product page of an existing app. When I try to reorder the screenshots, App Store Connect says the new screenshot is not in the RGB color space. Preview, which created them, and Finder both say they are in the RGB color space. What should I do?
Posted Last updated
.
Post not yet marked as solved
0 Replies
261 Views
If I set a breakpoint in drag and drop within ...AcceptDrop... [in a NSOutlineView], both the app and Xcode hang. The only way I know to handle this is to force the app to quit then open Xcode. This shows the breakpoint, but the app can not continue. Is there a better way to handle this?
Posted Last updated
.
Post not yet marked as solved
1 Replies
311 Views
On launching my app from Xcode, my document-based app automatically apparently tries to load a cached document from a previous launch. That document appears to be corrupted as the app crashes in initWithCoder [which was called from readFromData:]. The solution appears to be to delete the cached documents. Where are they located and is there anything special about deleting them?
Posted Last updated
.
Post not yet marked as solved
1 Replies
309 Views
I suspect that my mac app's savedstate data is over full. I've been doing a great many launches of my mac application which involves creating new files, then breaking back to Xcode. Now a stable compiled version and a later version launched from inside Xcode both crash. The Xcode crashes are preceded by NSDocumentController calls that include the suggestive phrase: "... makeDocumentForURL:withContentsOfURL:alternateContent...". As this occurs before control is given to my code, it must be part of document-based app's launch activity. The only thing I can see to do is to delete the app's savedstate data. How do I delete this savedstate data? The instructions on the web are out-of-date.
Posted Last updated
.
Post marked as solved
1 Replies
625 Views
My Mac app has two Targets. When I attempt to Archive the second Target, Xcode always uses the configuration info for the first Target (Bundle ID, Version, and Build) even though I have selected the second Target. By configuration I mean the "General" options displayed when clicking on the project name in the Project Navigator.
Posted Last updated
.
Post not yet marked as solved
1 Replies
234 Views
I'm using a common code base for two similar apps. I though I set things up so when I chose the second app and then chose archive the new binary would go to the second app. However, the new binary appears in App Store Connect under the first app not the second app. I don't understand this process very well. What should I look at to find the problem?
Posted Last updated
.
Post not yet marked as solved
0 Replies
284 Views
"[General] Stale deferred activation count: the current app activation event does not match..." Occurs when dragging and droping in an NSOutlineView situation.How do I address this error message?Thanks
Posted Last updated
.
Post marked as solved
2 Replies
303 Views
An easy question. The documentation for NSDocumentController has a section called Managing the Open Recents Menu. It's straight forward. What I don't get is where or where to call these methods. I need to remove some items from that menu.Thanks
Posted Last updated
.
Post marked as solved
1 Replies
306 Views
The NSDocumentController method:- (__kindof NSDocument *)makeUntitledDocumentOfType:(NSString *)typeName error:(NSError * _Nullable *)outError;is asking for a typeName. From discussions on the web it is not clear exactly what typeName is other than a NSString. Using jus tthe UTI isn't working for me. Various suggestions are to append "modules" of various sorts. I'm lost. Anyone have a clear answer? I've tried "My_App_Name.myUTI, but no luck.Thanks
Posted Last updated
.