Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

tokenmacdude

macrumors member
Original poster
Jun 9, 2015
64
69
Aloha everyone,

First, I'd like to say that I'm not in the developer program. I was an iOS developer for a while, but am no longer in that program. I would still like to occasionally write apps for my own use, but have come across a rather nasty set of issues, with respect to building my own home-brew apps.

I've uploaded a screenshot of what I'm receiving when I attempt a build and one of the free developer certificate (I set up a free account with my Apple ID). I have no paid certificates, but do have a backup of the Apple WWDRCA certificate from my iOS programming days.

As the free developer certificate is for Xcode and codesign, I need help in understanding what I need to do to resolve this issue. Any and all help will be greatly appreciated.
[doublepost=1501991815][/doublepost]
Aloha everyone,

First, I'd like to say that I'm not in the developer program. I was an iOS developer for a while, but am no longer in that program. I would still like to occasionally write apps for my own use, but have come across a rather nasty set of issues, with respect to building my own home-brew apps.

I've uploaded a screenshot of what I'm receiving when I attempt a build and one of the free developer certificate (I set up a free account with my Apple ID). I have no paid certificates, but do have a backup of the Apple WWDRCA certificate from my iOS programming days.

As the free developer certificate is for Xcode and codesign, I need help in understanding what I need to do to resolve this issue. Any and all help will be greatly appreciated.
[doublepost=1501991950][/doublepost]I have found an acceptable solution. For anyone else with this issue, it may be due to attributes inside your image files, as it was in my case. Here's the terminal command I used to resolve my issue.

find . -type f -name '*.png' -exec matter -c {} \;

All of my images are .png. Just substitute .jpg if you use jpegs.
 

Attachments

  • Free developer certificate.png
    Free developer certificate.png
    51.8 KB · Views: 344
  • Xcode build error.png
    Xcode build error.png
    112 KB · Views: 255

tokenmacdude

macrumors member
Original poster
Jun 9, 2015
64
69
I have failed to see a question to answer.
That's because MacRumors merged my reply with my question. I posted the question, then subsequently found a satisfactory workaround. I apologize for any confusion. I posted the resolution in case anyone else ran into the same situation.
 

chown33

Moderator
Staff member
Aug 9, 2009
10,990
8,874
A sea of green
That's because MacRumors merged my reply with my question. I posted the question, then subsequently found a satisfactory workaround. I apologize for any confusion. I posted the resolution in case anyone else ran into the same situation.
A. I think autocorrect changed an 'xattr' command in your solution to 'matter'. Or you're using a command I'm not aware of.

2. When an issue is resolved, please apply the Resolved prefix (sticky at top of forum listing).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.