|
Provisioning Profile Manager 2 messages
I’m not sure where I came across this, but remembering a discussion we had about either certs or provisioning profiles, I thought I’d share this tool with the group. Provisioning Profile Manager https
I’m not sure where I came across this, but remembering a discussion we had about either certs or provisioning profiles, I thought I’d share this tool with the group. Provisioning Profile Manager https
|
By Alex Zavatone
·
|
|
Problem with IB in Xcode 12.4 5 messages
In XC 12.4, control-dragging from a widget in an XIB to a .m file to create an action or to a .h to create an outlet no lnger seems to work. It pops up some error. Works in 12.3 though. Did I imagine
In XC 12.4, control-dragging from a widget in an XIB to a .m file to create an action or to a .h to create an outlet no lnger seems to work. It pops up some error. Works in 12.3 though. Did I imagine
|
By Sak Wathanasin
·
|
|
Question about Push notification server new cert
I’m running a push notification server for our app. It’s working fine. I came across this notice: https://developer.apple.com/news/?id=7gx0a2lp and I’m confused where these new certs go. Previously, j
I’m running a push notification server for our app. It’s working fine. I came across this notice: https://developer.apple.com/news/?id=7gx0a2lp and I’m confused where these new certs go. Previously, j
|
By Owen Hartnett
·
|
|
Problems with exporting an archived app 14 messages
I've got a current version of my app out there, and want to do a bug release. Due to my own error, I changed the main repository to a sandboxed version, so I had to create a new project to build the c
I've got a current version of my app out there, and want to do a bug release. Due to my own error, I changed the main repository to a sandboxed version, so I had to create a new project to build the c
|
By John Brownie
·
|
|
Code Signing 17 messages
All I finally need to sign an app that has been running for some time. I’m looking at what docs I can find and two questions emerge. 1. Could anybody point me at the best instructions for code signing
All I finally need to sign an app that has been running for some time. I’m looking at what docs I can find and two questions emerge. 1. Could anybody point me at the best instructions for code signing
|
By Peter Hudson
·
|
|
Xcode 12.4 crashes when trying to Distribute App or Validate App 4 messages
A new build (tried twice, with different build numbers even) is consistently crashing Xcode when it gets to a step after the "Automatically/Manually manage signing" step. It shows "Communicating with
A new build (tried twice, with different build numbers even) is consistently crashing Xcode when it gets to a step after the "Automatically/Manually manage signing" step. It shows "Communicating with
|
By Steve Mills
·
|
|
Can't see variable values in breakpoints 12 messages
Somehow in the past few months, the company project I work on refuses to show variable values when you "hover" the mouse over the variable. Nothing - nada. Its just the one project - all my other proj
Somehow in the past few months, the company project I work on refuses to show variable values when you "hover" the mouse over the variable. Nothing - nada. Its just the one project - all my other proj
|
By dhoerl
·
|
|
iOS 14.3 device question.
Not sure if this is the right place to ask this, but ever since upgrading one of my devices to 14.3, every time I plug it into a my Macs, it’s always asking if I should trust the computer. Is anyone e
Not sure if this is the right place to ask this, but ever since upgrading one of my devices to 14.3, every time I plug it into a my Macs, it’s always asking if I should trust the computer. Is anyone e
|
By Alex Zavatone
·
|
|
Installer pkg built with Xcode 12.2 won't open in macOS 10.10 and 10.11 26 messages
Hi all, I have a script which Xcode runs as a post-action during the archive phase which takes my compiled app, and generates a signed .pkg installer file along with all the other elements of the app.
Hi all, I have a script which Xcode runs as a post-action during the archive phase which takes my compiled app, and generates a signed .pkg installer file along with all the other elements of the app.
|
By Mark Allan
·
|
|
Autolayout help please 13 messages
I have an iPad app with ~60 labels and text fields. Whenever I start to edit one of the text fields, I get this: [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one
I have an iPad app with ~60 labels and text fields. Whenever I start to edit one of the text fields, I get this: [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one
|
By tridiak
·
|
|
Multiple versions of an app 20 messages
Xcode 11.3.1 / macOS 10.14.6 I've written a small macOS app that performs user-configurable statistics over the course of days. It works fine, but I need to be able to run 8 such identical apps simult
Xcode 11.3.1 / macOS 10.14.6 I've written a small macOS app that performs user-configurable statistics over the course of days. It works fine, but I need to be able to run 8 such identical apps simult
|
By Carl Hoefs
·
|
|
Accessing instance variables: Xcode warnings 6 messages
I have an ObjC class that has an instance variable "property" declared as such: @property (nonatomic,retain,nonnull) NSString *mType; In a instance method of this class, I can refer to mType in variou
I have an ObjC class that has an instance variable "property" declared as such: @property (nonatomic,retain,nonnull) NSString *mType; In a instance method of this class, I can refer to mType in variou
|
By Carl Hoefs
·
|
|
NSData -writeToFile: returns FALSE 10 messages
I think I might have an entitlements issue with my in-house macOS app (10.14). It needs to write to the user's ~/Desktop. NSData's -writeToFile: returns FALSE, even if I try to write to /tmp. Heck, ev
I think I might have an entitlements issue with my in-house macOS app (10.14). It needs to write to the user's ~/Desktop. NSData's -writeToFile: returns FALSE, even if I try to write to /tmp. Heck, ev
|
By Carl Hoefs
·
|
|
Xcode and device management.
A few days ago, I noticed that my iOS devices which do not have automatic update enabled automatically updated themselves to iOS 14.2. As I still have a fair amount of 32 bit software that I rely on,
A few days ago, I noticed that my iOS devices which do not have automatic update enabled automatically updated themselves to iOS 14.2. As I still have a fair amount of 32 bit software that I rely on,
|
By Alex Zavatone
·
|
|
How to interpret crash reason 8 messages
I am getting a steady dribble of crashes that look like this, but all slightly different: Recording key: jgWdIxY2BxSvsSnxQnwH Issue type: Crash Issue created: Wed Oct 28 2020 03:52:32 GMT-0400 (EDT) I
I am getting a steady dribble of crashes that look like this, but all slightly different: Recording key: jgWdIxY2BxSvsSnxQnwH Issue type: Crash Issue created: Wed Oct 28 2020 03:52:32 GMT-0400 (EDT) I
|
By dhoerl
·
|
|
Stupid question for build schemes. 9 messages
In a build scheme, there are sections for Build, Run, Test, Archive, Profile, Analyze for each target. What is the term for each of these? I’m trying to explain how to set up build configurations to s
In a build scheme, there are sections for Build, Run, Test, Archive, Profile, Analyze for each target. What is the term for each of these? I’m trying to explain how to set up build configurations to s
|
By Alex Zavatone
·
|
|
NSTableView Issues 3 messages
Hi All xCode 11 on Catalina - I set the background color of rows in my table view - the color goes right to the edge of the table view. xCode 12.3 beta on Big Sur - I set the background color of rows
Hi All xCode 11 on Catalina - I set the background color of rows in my table view - the color goes right to the edge of the table view. xCode 12.3 beta on Big Sur - I set the background color of rows
|
By Peter Hudson
·
|
|
New Stupid Xcode question. 3 messages
For the first time in my life, I have just seen text within the title of an Xcode editor tab that is italic in Xcode 12.x Does anyone know why this is happening or what this means? Thanks in advance.
For the first time in my life, I have just seen text within the title of an Xcode editor tab that is italic in Xcode 12.x Does anyone know why this is happening or what this means? Thanks in advance.
|
By Alex Zavatone
·
|
|
Break on assert 23 messages
How can I break in Xcode on this assert? Breaking on 'all exceptions' and 'runtime exceptions' doesn't catch it. There's no 'Break on assertions' option... [Assert] Cannot be called with asCopy = NO o
How can I break in Xcode on this assert? Breaking on 'all exceptions' and 'runtime exceptions' doesn't catch it. There's no 'Break on assertions' option... [Assert] Cannot be called with asCopy = NO o
|
By Carl Hoefs
·
|
|
iApps expire in a week or so 3 messages
I have a bunch of personal iPhone/iPad apps (for student labs) that don't run anymore (they come up and go poof), but had been running fine since installation 1-2 weeks prior. Has anyone else had this
I have a bunch of personal iPhone/iPad apps (for student labs) that don't run anymore (they come up and go poof), but had been running fine since installation 1-2 weeks prior. Has anyone else had this
|
By Carl Hoefs
·
|