Posts

Post not yet marked as solved
5 Replies
596 Views
I'm submitting an update to an app which was originally submitted in 2008. So, it has one of the "old" app id prefixes, not the Team ID prefix used by newer apps. When I try to validate this app built in Xcode 15 in organizer, I get a warning that the app id prefix in the current store app is changing from the "old" prefix to the new Team ID prefix. I didn't change anything. The App Identifier, Certificates, and Profile are the same that I used last June under Xcode 14. So, there seems to be an issue with Xcode 15. Same issue under 15.0 and 15.2. Anyone know a fix for this? This still works fine in Xcode 14. If I can't come up with a fix, I'll just submit with 14 as that's still valid until April 2024 I think. Regards, Patrick
Posted
by PatrickM.
Last updated
.
Post marked as solved
2 Replies
1.9k Views
How do I turn it on? If I open my project in 14.2, autocomplete works as expected. In 14.3, nothing... Ideas?
Posted
by PatrickM.
Last updated
.
Post not yet marked as solved
0 Replies
695 Views
I understand UI updates have to be on the main thread, but what about SKSpriteNode's texture? Can I update that in the background? I can update it in the background and it works like I want it to. No crashes, warnings, etc. I did verify that the thread is not the main thread via [NSThread isMainThread]. I have since wrapped the texture change in a dispatch_sync on the main queue and it works the same as without it. Regards, Patrick
Posted
by PatrickM.
Last updated
.
Post marked as solved
2 Replies
565 Views
I am shrinking the height of the enclosing UIToolbar and don't want to clip the button. Anyone know how to get at the height value? Thanks, Patrick
Posted
by PatrickM.
Last updated
.
Post marked as solved
6 Replies
34k Views
I created a new version in iTunesConnect for an update to my app. I entered the wrong version number and didn't notice until I saved it. How do I either change this version number or delete the new version so I can create a new one?If memory serves, I have to actually submit an exe with the bad version before I can delete it. I was hoping Apple had fixed this.tia, PJ
Posted
by PatrickM.
Last updated
.
Post not yet marked as solved
0 Replies
979 Views
Hi, In an iOS app, I have a Storyboard View Controller with a UILabel on it where I set the font style to Body/Heading/whatever with dynamic fonts. This all works fine. However, is there a way in the VC code to extract that font style? I've looked at the associated font and font descriptor for the UILabel but don't see an obvious attribute for it. Any idea how to see it? I would prefer not to hardcode it and extract it from the UILabel instead. I need it as I will be modifying portions of the text (bold, etc.). Regards, Patrick
Posted
by PatrickM.
Last updated
.
Post not yet marked as solved
1 Replies
1.5k Views
Hi, I have not received my 1099-K for 2021. Has anyone gotten theirs? Seems like I should have received it by now. Is the limit still $20K? Jeez, I hate these new forums so much. It's like their designed to discourage their use. Thanks, Patrick
Posted
by PatrickM.
Last updated
.
Post marked as solved
2 Replies
833 Views
Hi, Everybody loving the new "forums"? I have very little expectation that anyone will actually see this question. Okay, so I have a table cell with two objects, a label and a segmented control. Label is pinned to the left margin of the cell and the segmented control is pinned to the right margin of the cell. These two objects are normally on the same "line" (their verticals centers line up basically). Under some circumstances, because of either the length of text in the label and/or the width of the device (iPhone 5s, for example), the label will overlap onto the segmented control. I want the text to be all on one line. I don't want to wrap it. I would like the segmented control to be pushed down below the label (still pinned to the right) when this happens. First, can auto layout do this? If yes, how? Seems like I need multiple conditions on a constraint to do this, but I can't figure out how to do it and have not found an example that's similar to this. Any help would be appreciated! Regards, Patrick
Posted
by PatrickM.
Last updated
.
Post not yet marked as solved
0 Replies
793 Views
Tried a few times. Xcode 11.0 would not update to 11.1. Had to delete 11.0 and install 11.1 from scratch.Not sure what the problem was other than "Error".
Posted
by PatrickM.
Last updated
.
Post not yet marked as solved
5 Replies
1.4k Views
I installed the GM over the weekend (build 19a582a) but was not prompted to update to the release. In the past, this was because the build didn't change. However, I've read that there is a 19a583 build for the release. Also, a bit odd, is that 'About this Mac...' says that Catalina beta is installed.Anyone else seeing this?
Posted
by PatrickM.
Last updated
.
Post marked as solved
2 Replies
2.1k Views
I just installed the GM. Looking at the TV app and was expecting to see all my purchased movies in the Library tab, but it's empty. If I select Purchased from one of the menus, it shows me all the movies. But, I can only download them. If I want to stream, I have to manually search for the movie and then choose Play.Anyone actually see their movies in the Library tab?-Patrick
Posted
by PatrickM.
Last updated
.