i have googled alot on how to create a mobilesubstrate plugin for iPhone but couldnt get any basic tutorial for that. Anybody having any knowledge of how to do this? I am looking for a basic understanding of it.
Thanks :)
This script automatically setup iphone toolchain for you, runs on Mac OS X, thanks to #rpetrich. http://gist.github.com/403608
First, remember to
apt-get remove iphone-gcc on the iphone
before running this script on your mac, if you don't want to collect headers files from iphone sdk, follow the Darwin arm part of the script and I think you should be good.
Related
Is it possible to write proper Swift-code using the AppCode IDE from JetBrains? I'm looking for an option to build a native iOS-app without buying a macbook or iMac. I've been looking and searching for a while now and coudn't find any solution without buying the additional hardware. With the AppCode IDE it seems like I don't have to.
If you have any ideas or experience let me know?
Basically no you can't.
if you are planning to develop ios app you have to buy macbook or install hackintosh or rent a mac on the cloud or virtualise || virtualbox
I am very new to iPhone development. I am looking to work with the PhoneGap Framework. I want to uninstall the Phonegap framework version 2.0.0 from my XCode and also from my Mac. I have searched Google to solve this problem, but I can't find any idea from there. And also I am very new to development.
Could you please help me solve this issue and run the project? Thanks in advance. Looking forward to your answers.
Open the Cordova-1.7.3.dmg from the path PhoneGap/phonegap-phonegap-de1960d/lib/ios
Click and open it. You can see the window same as below , then click on Uninstall Cordova option.
Use the phonegap uninstall script
I would like to learn something about i phone development. So, first i want to know that, Can i run basic application on windows?
Is there any apps or tool available for the same. I knew, We can run this on Mac/Ubuntu. But, I have installed windows 7 in my laptop.
would be grateful for help.
For learning purpose you can install a virtual machine install OSX and try some of the examples (which i'm guessing is not legal). But if you want to create an app to upload it to the store you will need a mac machine.
Is it possible to uninstall an AIR Application programmatically (or via command line)? I know I can uninstall the AIR Runtime programmatically.
Thanks for any hint!
Please see here for uninstalling the application (not the runtime):
Adobe Air application (not runtime) - silently uninstall using an administrative command?
I solved it by deleting the .app Directory of the Application to uninstall. This met my usecase, but if someone knows how to do this with windows or linux, I'm looking forward for other answers :)
Actually I have read about that I can write Objective-C app on Linux (using GNUStep).
But my question is, Am I will be able to develop completely iPhone app on Linux machine?
Or I'll need eventually need to use Mac machine?
Especially when I read that there are some some syntax diffs between NeXT/Apple and GCC (according to http://en.wikipedia.org/wiki/Objective-C)
Short answer - yes it can be done but is not as easy as the Mac way.
Duplicate of how-much-of-an-iphone-app-can-be-developed-and-tested-on-linux, which will lead you to still more links, and 75-100 others.
I'd try giving VirtualBox and a Mac OS X guest a shot. Some people say they've been able to run it.
http://forums.virtualbox.org/viewtopic.php?t=2076
If you manage to run it, then you could install X-Code and things should be a lot easier.