Route-Me Embedding - MapView classes missing - iphone

I've been trying to get Offline Maps to work for a while now, but am pretty stuck now. I've followed the instructions on the Route-Me Embedding Guide to the letter but:
have no MapView.app - just libMapView.a and a missing RM Unit Tests.App - but looking at other posts, I'm not sure if this is a problem.
xCode cannot find RMMapView.h (and I suspect the RM other classes)
I've tried everything I can think of and searched for ages - any help warmly welcomed. I'm kind of hoping once I've got past this that Offline Maps will be a cinch :)
Thanks,
Chris.

I've worked it out now. The Header Search path needed a / on the end. Simple when you know.
Thanks.

Related

Can not find soomla example project

Where can I find example project with Soomla framework?
The one I can open in Unity and see how it works.
Soomla knowledge base doesn't help at all.
Maybe there is one in unity assets store?
I believe this project provided by Spartonix (not by SOOMLA) is your best bet.
https://www.assetstore.unity3d.com/en/#!/content/31343
These two may be able to help. They are getting a bit dated though.
https://www.youtube.com/watch?v=rkflG8RdiU0&list=PLi8OcITs56tMoZg191ZjKcZpxmzO5wBZ-
https://www.youtube.com/watch?v=3u3Q4WEEEkc&list=PLi8OcITs56tOj2ZNOmYRIrBIxkVecodth

restkit installation into xcode - is it always this complex?

Trying to use the restkit framework into my xcode project, and they have an "installation guide" at their github page (https://github.com/RestKit/RestKit, scroll down to xcode 4.2)
OK, so being a 2-weeks objective-c coming in from the Java world, please excuse me:
This guide is 10 steps, half of it i don't even understand what it is... Is it just me, or is this extremely complex, just to be able to use a third-party api?
If something goes wrong, i'll stand as much chance as a snowman in hell to understand whats going on let alone fixing it...
have you tried the visual guide? Installing-RestKit-in-Xcode-4.x
Follow the instructions under "Xcode 4.x (Git Submodule)"
https://github.com/RestKit/RestKit
Seems to be the simpler of the two to follow from a new user perspective. Although I'm not sure what's not to get in the top one? Perhaps explain where it is you're having trouble. i.e. which step of the 10/12 steps do you need assistance with?
in their documentation recommended to use cocoapods for installation: https://github.com/RestKit/RestKit/wiki/Installing-RestKit-v0.20.x-via-CocoaPods

JBoss gettingstarted.zip

I am looking for the gettingstarted.zip or the examples in the jboss tutorial, but could not find them, especially the sources for the jsfejb3 example. Are these examples removed from the distribution or am I to stupid to find them?
Do you mean the example shown in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3/html-single/Getting_Started_Guide/index.html#About_the_Example_Applications ?
If so it's available in the "Application Platform 4.3.0.GA_CP09 documentation" available from https://access.redhat.com/downloads/
this might be what you are looking for JBOSS Start Guide.zip, also maybe try JBoss Sourceforge page
edit: try this maybe JSF-EJB3 Example
and these guys LINK seem to have got working what you are having trouble with maybe something in thier posts can help

Any good tutorials on the Build and Analyze feature in Xcode?

I would like to know is there any tutorial to use xcode build and anylyse tool...
pls provide me links which points on it.
Thanks for any help
Check this apple link,
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/XcodeProjectManagement/220-Analyzing_Code/static_analysis.html#//apple_ref/doc/uid/TP40006917-CH4-SW2
It will tell how to do this
Jayahari V's link now seems to be broken, partly replaced by http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html%23//apple_ref/doc/uid/TP40010215-CH3-SW1. If you still have the Xcode 3.2 documentation installed locally, searching for “Static Analysis in Xcode 3.2” gives a longer, though older, explanation. The technical documentation is being worked on: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-March/013659.html. In the meantime, use the source, e.g., https://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td?view=co for a list of checkers and their help text.

Webservices on iPhone using Wsdl2Objc?

I have recently downloaded the most recent build of this awesome tool WSDL2OBJC from google code here: http://code.google.com/p/wsdl2objc/
After a bit of tweaking and downloading the latest version of the trunk from the svn repo I got a version that created the code for a WSDL I am using and compiles great and actually installs on my phone!
However, I'm not doing anything with it yet, because I am not really sure how to. There is very little in the way of sample code on the site, and there is a sample file in the project if you download it, but again it is very complicated and there are no real bits of documentation.
Has anyone managed to successfully use this stuff? It seems SOOO powerful and useful but from a look around the Internet, no one knows how to use it. We (all) would love someone who has figured it out to post a simple project or detailed walk-through of implementing this so we can put the code that lots of people have worked hard on to good use.
If anyone has found a blog entry or has this information it would be great to see!
I am totally stuck... with no errors. I would love to know how to use this now that it's all compiled successfully!
I wrote a short tutorial: http://brismith66.blogspot.com/2010/05/iphone-development-accesing-soap.html I hope it's helpful.