-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Resource bundle not copied into project #1186
Comments
@akaralar Can you check if removing the @incanus I actually think the spec should be using the |
@alloy no it doesn't fix the issue, Pods-resources.sh is as follows
|
@akaralar @incanus Ah, you know, I think this is also fixed when changing to the |
I got same Error. |
Taking a look at this. I feel like the resources process has been changing a ton lately, but this latest approach sounds pretty clean so I'm looking forward to getting this stabilized once and for all. |
Ok, I've been experimenting with altering my spec to something more like this: https://gist.github.com/incanus/231ba5fe1844aff2774d However, now I'm getting build errors related to Proj4 and I'm not sure why. |
This is probably related to me (while editing) making MapBox a local pod.
|
Ok, in order to work around the local pod problem, I made a commit to the |
is this going to be officially fixed or I must use older version of cocoapods? |
Any progress here? |
Okay. I have some new information and a solution which worked for me.. I have 3 targets in Xcode: "Core, Compdev, Test". I had this Podfile
Then my Pods-compdev-resources.sh looked like this
|
After removing the :exclusive => true flag everything seemed correct. This is what my Pod-compdev-resources.sh looks like now
|
The MapBox spec is fixed now per mapbox/DEPRECATED-mapbox-ios-sdk#276. |
Updated SinglySDK to v1.1.3.
Project with MapBox SDK 1.0.3 integrated builds okay but throws the following exception upon running.
with cocoapods 0.22 the
pod install
was failing with mapbox sdk, 0.22.1 fixed that but now i'm getting this error. the library works okay when integrated manually.--Podfile--
The text was updated successfully, but these errors were encountered: