-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add the oomph macmapkit with existing project in xcode 4 #6
Comments
I had the same problem and after getting lost in Xcode project settings decided to add the sources to my application in stead of installing the framework. Furthermore, my app is compiled with ARC, so had to make adjustments to the source code anyway. The IB plugin will not work with Xcode version 4.x as it does not support plugins (yet). MapKit works great now. |
You need to put the MacMapKit.framework into several parts of the target.
This should do the trick. |
I'm having issues as well, did the following:
I then set a default NSView to be MKMapView. Launched and get the following error: dyld: Library not loaded: @loader_path/../Frameworks/MapKit.framework/Versions/A/MapKit I then saw LucasDeVil's comment about the Copy Files phase. But Not sure which files to copy. I don't know which image is not found from the error. |
You need to drag the MapKit framework from the Project Explorer pane to the Copy Files phase. |
Ah, clears it up. I tried adding it via hitting the '+' button but it wasn't appearing. Dragging put it in place. Thank you very much. |
I`m getting this error, how can I fix it? I did all the steps above and it even copies the files inside my app bundle, but it searches in the wrong path.
Thanks. |
Can anyone help me how to install the oomph macmapkit in xcode 4.
when i run the project it is giving
Unknown class MKMapView in Interface Builder file at path /Users/xlabz/Library/Developer/Xcode/DerivedData/Map-ekevpaputqacdsazsxinnhcucdrz/Build/Products/Debug/Map.app/Contents/Resources/en.lproj/MainMenu.nib.
i coudnt able to install the mapkit.Ibplugin.
Can anyone help to fix this issue
The text was updated successfully, but these errors were encountered: