Tech and a few other things RSS 2.0
# Tuesday, March 09, 2010


Error Readout:
error: A valid signing identity matching this profile could not be found in  your keychain

The Problem:

In Keychain Access it reads the error above.

The Solution:

This can be cause by several issues. The highest probability is, you didn't install the certificate you created in the distribution or development page of "certificates" in the iPhone Provisioning Portal.
Tuesday, March 09, 2010 9:37:21 AM (Central Standard Time, UTC-06:00)  #    Comments [0] - Trackback
App Store | iphone | xCode


Error Readout:
Code Sign error: The identity 'iPhone Distribution' doesn't match any valid certificate/private key pair in the default keychain

The Problem:

I try and build my application and I get the error above

The Solution:
Many things can cause this error. The error is probably caused by one of the steps being done incorrectly in the Program User Guide. Most won't like reading this, but the best way to fix this is to go back and follow, very precisely, the steps in "Program User Guide." In case the link changes you can get to the pdf by going to http://developer.apple.com/iphone, logging in, clicking "iPhone Provisioning Profile" and in the box on the left hand side of the screen titled "Provisioning Resources," you can download the Program User Guide pdf.

Explanation:
Yes, we ALL wish this process could be more streamlined, and require less reading, but it doesn't. If you want to get that app out there, suck it up, read the 60 pages [lots of pictures :) ] and be done with it.
Tuesday, March 09, 2010 9:14:18 AM (Central Standard Time, UTC-06:00)  #    Comments [0] - Trackback
App Store | iphone | xCode
# Saturday, February 27, 2010
Making an iPhone icon is way easier than I had anticipated. You don't need to round the corners, you don't have to give it the little glow as if the sun is shining down upon it. Simply make your icon in a 57x57 png and the iPhone SDK does the rest for you. Here is a link to some good apple documentation on making an iPhone Icon. See the icon I created below (1) and the icon that showed up once I plugged the image into xcode (2).


1.             2.

     
 

Saturday, February 27, 2010 9:41:41 PM (Central Standard Time, UTC-06:00)  #    Comments [0] - Trackback
iphone | xCode
# Saturday, February 06, 2010
Augusten Burroughs, sounds familiar, oh yeah that's right, William Burroughs. Did Augusta choose to use a nom de plume because his real name has a direct correlation to Winnie-The-Pooh? Let me guess,  he choose Burroughs because he too is gay and wrote a shock novel similar to Naked Lunch like Willy B.?

Augusten isn't quite as revolutionary for his time as William nor is his best friend Jack Kerouac, but then again Running With Scissors has a clear story line, a welcome difference from Naked Lunch. Running with Scissors is a memoir of Augusten Burroughs (Christopher Robison). It intimately describes his life growing up and how far it fell from the norm. It is a fun read if you really enjoy setting the book down every 20 minutes, looking up at the sky in retrospect at what you just read and saying "what the fuck!" Would I recommend reading it -- maybe. I would classify it as the Jersey Shore of novels; nothing revolutionary or mind bending, but you just can't turn away from watching the characters with their skewed sense of reality and themselves.
 
Saturday, February 06, 2010 2:24:05 PM (Central Standard Time, UTC-06:00)  #    Comments [0] - Trackback
readings
# Friday, February 05, 2010










The Problem:
Getting a Powershell script to run a batch script.

The Solution:
powershell.exe -noexit d:\<path to my batch script>\Reporting_Code_Load.bat

Explanation:
All you need to do is add the line above as is to your Powershell script. The "-noexit" tells the command prompt to stay open, simply remove it if you don't want the command prompt to open.
Friday, February 05, 2010 3:47:22 PM (Central Standard Time, UTC-06:00)  #    Comments [0] - Trackback
.Net | powershell
Navigation
About the author/Disclaimer
        
My name is Ben Coffman. I'm in love with all things Mac yet I make a living in .NET. I view this as well rounded. When I turn the internet off I focus on family, random hobbies, and sharing moments in life.

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Ben Coffman

Archive
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
All Content © 2010,

Sign In