-
Notifications
You must be signed in to change notification settings - Fork 8
Resource bundle not found in application #396
Comments
You're getting that error because you don't have the resource bundle installed right. See here: https://www.mapbox.com/mapbox-ios-sdk/#source
|
Hi, I have already done it. I cleaned my build folder and now i have another problem : libMapbox.a, file was built for archive which is not the architecture being linked (i386) ... Thanks for your help ... Romain. |
@lepetitroro please send a support issue in to support@mapbox.com about this and we'll try to help. The GitHub issue queue is more for discussing development-related issues and not general usage problems. |
Was there any resolution to this issue? I'm experiencing the same problem. |
It's not an outstanding issue — it is configuration of your project and not including |
@incanus It looks like the issue @heatherSnepenger and others are having is related to this comment #580 (comment) I changed to in RMMapView.m and the bug was fixed. Edit: I see that you guys are actively discussing it over on that thread. I'll check it out over there.. |
I had this error when I made a complete beginner's mistake.. I had saved the SDK in a folder with a space in it ("mapbox-ios-sdk (raw)"). My app built perfectly, it started running, then threw an exception, saying "Mapbox.bundle" couldn't be found. I renamed the folder to "mapbox-ios-sdk-raw", re-added it to my app, and it all worked fine. Remind me again, what year is this...? |
Hello, i have the same problem but I did not find the Mapbox.bundle file in SDK. Where is it? Thanks |
Hello,
I updated mapbox in the submodule in my project, the compilation has succeeded, but when i run my app this error occurs: "*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Resource bundle not found in application.".
I followed the installation procedure but it doesn't work.
I work on the develop branch. everything is updated.
thank you for your help!
Romain
The text was updated successfully, but these errors were encountered: