Detailed Guide for setting up building iOS apps without a Mac I just did a successful build and run using this workflow - it has been described in summary as a response to this question: This is a more detailed step-by-step guide of the process. 1. Download and install OpenSSL for Windows 32 bit from this location: (You may need to install the VC2008 32 Bit Redistributables as well) For the remainder of this guide, it's assumed you have installed OpenSSL into C:\OpenSSL-Win32 which is the default location. 2. 3. C:\OpenSSL-Win32\bin\openssl genrsa -out mykey.key 2048 4. C:\OpenSSL-Win32\bin\openssl req -new -key mykey.key -out CertificateSigningRequest.certSigningRequest -subj "/emailAddress=email@address.com, CN=Your Name, C=US" Replace email address & name by your own and C=US by your country code if needed. 5. Refresh the page after a few moments and your CSR should be accepted. 6. This will download the developer_identity.cer file.
Cocoa Is My Girlfriend | Taglines are for Windows programmersCocoa Is My Girlfriend | Taglines are for Windows programmers cocos2d for iPhone How to Make iPhone Apps - Explore the iOS SDK and find out how to develop, create and make iphone apps for yourself and your business. iPhone & Mac Development iPhone Programming Tutorials AppCoda Community - Learn iOS Programming and Build iPhone App