Post

Replies

Boosts

Views

Activity

Reply to suddenly 'zsh: killed' my Xcode-based console app
I don't think there was a crash, that I could tell. I went around and around with this on Saturday - eventually just made a brand new Xcode project and added the code into it. I found the culptrit that way. When I added the build phase step to copy the executable to the directory I wanted, it failed when the copy was run. There's a checkbox in the copy phase that says 'code sign on copy' or something like that. When I checked that, it started working again. I never had that checked before, or maybe the checkbox wasn't even there before, and it was fine until yesterday.
Feb ’25
Reply to NSURLSession/NSURLConnection POST does not deliver data
Ugh I cannot even explain the solution because of this forum's HTTP rules.  Hence the spaces in these URLs... And even once I correct them, the buggy forum software doesn't recognize I've done it. I have to start over. So for anyone else getting this, I managed to fumble through it.  Using the 'ptv2' site I was able to send my POST without problem.  That made me think the problem was on the server side.  Then I read online about how people were seeing POSTs converted to GETs when the data was empty - or when there was a redirect.  What solved it for some people was changing 'www .mysite.com' to 'mysite.com'.  I tried this, but it did not work for me.  However, it may have been one step in the solution, something I needed to do. I confirmed on the PHP side that it did indeed think it was getting a GET and not a POST.  But why though... I noticed that when I went to 'http : //mysite.com', in the browser it was being converted to 'https : //mysite.com'. That was the solution. I needed to change 'http' to 'https' (and probably, " www .blah.com" to "blah.com").
Topic: App & System Services SubTopic: General Tags:
Feb ’22
Reply to suddenly 'zsh: killed' my Xcode-based console app
I don't think there was a crash, that I could tell. I went around and around with this on Saturday - eventually just made a brand new Xcode project and added the code into it. I found the culptrit that way. When I added the build phase step to copy the executable to the directory I wanted, it failed when the copy was run. There's a checkbox in the copy phase that says 'code sign on copy' or something like that. When I checked that, it started working again. I never had that checked before, or maybe the checkbox wasn't even there before, and it was fine until yesterday.
Replies
Boosts
Views
Activity
Feb ’25
Reply to ZSH Won't Run an M1 Command Line Tool Built in Xcode
This morning I started getting this after recompiling a little terminal program I use when making my game. This is so annoying - we can't even compile and run simple apps made with Xcode on our own machines?
Replies
Boosts
Views
Activity
Feb ’25
Reply to Updating old OpenGLES app - why isn't it fullscreen?
What I had to do to solve this was create a Launch Screen storyboard and hook it up in my targets settings and specify it as the initial storyboard. That gave it whatever information it needed to know it was a full-screen app.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to NSURLSession/NSURLConnection POST does not deliver data
Ugh I cannot even explain the solution because of this forum's HTTP rules.  Hence the spaces in these URLs... And even once I correct them, the buggy forum software doesn't recognize I've done it. I have to start over. So for anyone else getting this, I managed to fumble through it.  Using the 'ptv2' site I was able to send my POST without problem.  That made me think the problem was on the server side.  Then I read online about how people were seeing POSTs converted to GETs when the data was empty - or when there was a redirect.  What solved it for some people was changing 'www .mysite.com' to 'mysite.com'.  I tried this, but it did not work for me.  However, it may have been one step in the solution, something I needed to do. I confirmed on the PHP side that it did indeed think it was getting a GET and not a POST.  But why though... I noticed that when I went to 'http : //mysite.com', in the browser it was being converted to 'https : //mysite.com'. That was the solution. I needed to change 'http' to 'https' (and probably, " www .blah.com" to "blah.com").
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Sign in to use this application on this computer, instead of enviroment: sandbox prompt when testing
Did you find the answer to this? I have the same issue.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to "sign in to use this application on this computer" but can't change apple ID
Did you ever find the answer to this? I have the same problem.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’21