Hello everybody. I'm new to Xcode, and I love it so far.
I'm trying to research how to build my first couple of iPhone Apps, and what I need help with today are a couple of example source code files that I can use to play around with. I was wondering if anyone had source code for either of these concepts below? Anything even closely related to either of these would be extremely helpful for me to train with. I've found web sites online for each, but the source code won't open. Does anyone know where I can find either of the source code for these or if you have a copy that I can kindly get a copy of?
Twitter Search Application Source Code
It is an app that has a search bar and is very simple. A user enters a name or subject or whatever, and it searches twitter and displays the results. A user wouldn't need to login to twitter or actually use twitter like they normally would, but it does need to provide search results.
Weather Lookup Application Source Code
A user current location will be passed to weather API and he can see weather of the place he is present at. The variable needs to be a zip code.
I've searched around on Google already, and I found the source code for both of those Apps, but they don't open in my Xcode to work on them. It is really frustrating too. I was wondering if any developers here had either of these source code zip files that work in Xcode, and would be willing to share them with me? It would help me out tremendously since I am very new to all of this, and I could dive into how to build my own iPhone Apps too. Much appreciated too.
Hello everybody. I'm new to Xcode, and I love it so far.
I'm trying to research how to build my first couple of iPhone Apps, and what I need help with today are a couple of example source code files that I can use to play around with. I was wondering if anyone had source code for either of these concepts below? Anything even closely related to either of these would be extremely helpful for me to train with. I've found web sites online for each, but the source code won't open. Does anyone know where I can find either of the source code for these or if you have a copy that I can kindly get a copy of?
Twitter Search Application Source Code
It is an app that has a search bar and is very simple. A user enters a name or subject or whatever, and it searches twitter and displays the results. A user wouldn't need to login to twitter or actually use twitter like they normally would, but it does need to provide search results.
Weather Lookup Application Source Code
A user current location will be passed to weather API and he can see weather of the place he is present at. The variable needs to be a zip code.
I've searched around on Google already, and I found the source code for both of those Apps, but they don't open in my Xcode to work on them. It is really frustrating too. I was wondering if any developers here had either of these source code zip files that work in Xcode, and would be willing to share them with me? It would help me out tremendously since I am very new to all of this, and I could dive into how to build my own iPhone Apps too. Much appreciated too.
-=xcodenooby
Also, I did forget to mention in my original article that I have links to the my existing source code templates here:
But like I said in my previous post, I can't seem to get them to open properly in Xcode or open in the iPhone simulator.
I'm happy to even pay someone to help me get these to work, and I am very happy to Paypal someone for their time to volunteer, because honestly I am so new to Xcode, and I really do need to get these two projects working in my Xcode simulator, but I can't figure it out to make them work at this point.... I am really stuck. :S
Would someone please help me with this? Your help would be very gratefully appreciated too. I'm look for someone to help tutor me with this too and to at least get what I am started to work properly in Xcode. I've almost got it. Thanks.
-=xcodenooby
Last edited by xcodenooby; 01-26-2012 at 06:55 PM.
But like I said in my previous post, I can't seem to get them to open properly in Xcode or open in the iPhone simulator.
I'm happy to even pay someone to help me get these to work, and I am very happy to Paypal someone for their time to volunteer, because honestly I am so new to Xcode, and I really do need to get these two projects working in my Xcode simulator, but I can't figure it out to make them work at this point.... I am really stuck. :S
Would someone please help me with this? Your help would be very gratefully appreciated too. I'm look for someone to help tutor me with this too and to at least get what I am started to work properly in Xcode. I've almost got it. Thanks.
-=xcodenooby
Also here is the instructions I am trying to use to build/compile the Apps I have so far, but these instructions aren't working for me in Xcode.. Can anyone else actually get this to work? Thanks.. I just want to compile and build the Apps above that I have so far, and import them into Xcode, but I just am not an advanced enough user with Xcode to figure this out unfortunately. Please help me.
----
iOS-development requires a pair: the developer's certificate and the provisioning profile. The source code of the Tiggzi tester is configured for development and distribution builds (Ad-hoc distribution). For them you need 2 pairs - the developer's certificate and correspondent provisioning profile and the distribution certificate and correspondent profile.
If you have correct certificates and profiles from the Apple iOS Program Portal, you can compile and run the application on the devices. What you need to do:
1. Add the certificates to the your Mac's keychain.
2. Add the provisioning profiles to the Xcode (drag'n'drop them to the Xcode icon on the Mac's launch bar).
3. Add the provisioning profiles to the Device (Connect your device to the Mac, launch Xcode and go to the Menu: Window->Organizer. Select "Devices", then select your device in the list. Open Provisioning profiles and you can manage them).
4. Open the Tiggzi project in Xcode, select MultPhoneGap.xcodeproj and go to the "Build Settings" in the Xcode's main window. Find there "Code Signing" section and correct the parameter "Code Signing Identity -> Debug(and Release) -> Any iOS SDK" - set your developer's certificate there from the drop-down list. And "Code Signing Identity -> Ad-hoc -> Any iOS SDK" - set your distribution certificate there.
5. Find file MultPhoneGap-Info.plist file in the Resources group folder. Correct the parameter "Bundle identifier" from com.exadel.Tiggzi to ve set this value when you have generated your profiles on the Apple iOS Program Portal).
After this, you likely can compile and run the application on your device (Remember to select correct target in the top-left corner of the Xcode window).
Let us know if you have any questions.
Best Regards, Pavel.
Last edited by xcodenooby; 01-26-2012 at 09:18 PM.
But like I said in my previous post, I can't seem to get them to open properly in Xcode or open in the iPhone simulator.
I'm happy to even pay someone to help me get these to work, and I am very happy to Paypal someone for their time to volunteer, because honestly I am so new to Xcode, and I really do need to get these two projects working in my Xcode simulator, but I can't figure it out to make them work at this point.... I am really stuck. :S
Would someone please help me with this? Your help would be very gratefully appreciated too. I'm look for someone to help tutor me with this too and to at least get what I am started to work properly in Xcode. I've almost got it. Thanks.
-=xcodenooby
See there are n number of working examples out there like on GitHub etc., why don't you start with a small one first?
Once you have downloaded the project, unzip it and open the projectname.xcodeproj file, it should automatically launch in Xcode.
Here's a link to a basic tableview tutorial, get the code by clicking "here" at the end of the post and try to run it.
See there are n number of working examples out there like on GitHub etc., why don't you start with a small one first?
Once you have downloaded the project, unzip it and open the projectname.xcodeproj file, it should automatically launch in Xcode.
Here's a link to a basic tableview tutorial, get the code by clicking "here" at the end of the post and try to run it.
Is there any users here that would be willing to take the above Xcode source files and try to see if they can get them to run in the iPhone simulator in Xcode. When I try to open them I get around 10-20 errors, and it will not completely build for me to run in the iPhone Simulator in Xcode. Is there something I am doing wrong? Do I need to use a different version of Xcode to open the above iOS source code files in Xcode? Any help would be greatly appreciated. If you want me to pay you some money to help me get the above source code files working properly, I am happy to Paypal someone a donation or whatever. I just want those two small apps to work in the iPhone Simulator, but I'm stuck, and I need someone to tell me why they won't open. Thank you.