Closed Siggs2000 closed 9 years ago
Hey,
did you also bundle update
? (see #16)
I did try that. I noticed that I was previously running an older version of motion-cocoapods and I've now updated that, rake clean:all
again and bundle
and rake pod:install
and rake
My gemfile.lock shows: ProMotion-XLForm (0.0.10) and my podfile shows: XLForm (3.0.2)
Still hitting this issue though
Are you using XCode 7+ ?
Xcode is version 7.1
This is strange. @soyoh, how do you fix your issue ?
During the build, I noticed these has merge notices twice. I'm not sure if that may help shine a light at all:
MergingHash:<Bridgesupportparser::ObjCRetvalInfo><anonymous>[_ctype]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor *
MergingHash:<Bridgesupportparser::ObjCRetvalInfo><anonymous>[declared_type]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor*
MergingHash:<Bridgesupportparser::ObjCArgInfo>rowDescriptor[_ctype]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor *
MergingHash:<Bridgesupportparser::ObjCArgInfo>rowDescriptor[declared_type]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor*
...
MergingHash:<Bridgesupportparser::ObjCRetvalInfo><anonymous>[_ctype]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor *
MergingHash:<Bridgesupportparser::ObjCRetvalInfo><anonymous>[declared_type]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor*
MergingHash:<Bridgesupportparser::ObjCArgInfo>rowDescriptor[_ctype]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor *
MergingHash:<Bridgesupportparser::ObjCArgInfo>rowDescriptor[declared_type]: XLFormRowDescriptor * _Nullable => XLFormRowDescriptor*
Could you try the following
1) rake clean
2) rm -rf vendor
(or at least all pod stuff in vendor dir)
3) bundle update
4) xcode-select --install
5) rake pod:install
6) rake
Thanks for the quick help in troubleshooting this. I've done those steps and with step 4, I get the error saying that the command line tools are already installed. The rest of the steps result in the same error as before though.
Hi! for me, i updated to xcode 7.1, on the project did:
after that it did work, and it did work
Thans @soyoh
I've just tried your steps and for some reason it's not working for my build. I can't figure out what might be wrong...
Is it possible to manually require the files it's missing?
I maybe have an idea, could you rake:clean
then rake --trace and send me the output of the rake ? (gist or per email)
@bmichotte - interesting development!
When running rake --trace
, the rake crashes at a different point. This time it crashed while compiling the Braintree payments pod. When I removed that pod, the app compiles with your gem, just fine. So there's some conflict there between this gem and the Braintree pod.
It sounds like I'll have to investigate that a little more. This issue seems to be solved though. Thanks for your help!
Glad to hear that. Could you ping me when you'll find something ?
Yes I'll update this thread when I find out how to make these two pods work together.
i was thinking on that now!!! my app was failing at compiling AFNetworking, but before using XLForm, so i didnt suggest that... for me is failing with the newest version of that pod, i had to install an old version, and now everything works.
I think I've found a combination that seems to work as of now:
This gem + the Braintree pod v3.9.6 (latest version). But in the rakefile, for some reason I had to also add this line to get Braintree working properly: app.libs << 'vendor/Pods//Braintree/Braintree/PayPal/mSDK/libPayPalMobile-BT.a'
BUT, this gets the app compiling without errors!
@soyoh it seems there are some issues with AFNetworking 2.6, AFMotion has fix 2.5.x in their gem
I'm running into this error when trying to rake my project in RM 4.4 and sdk 9.1
I've done
rake clean:all
followed byrake pod:install
and thenrake
Here's the full error: