Closed chimura closed 5 years ago
@madhavsahuclover, It is this mistake that is happening to me too.
@chimura @marcos-soares Which Xcode version are you guys using ?
@madhavsahuclover 10.1
10.1, too
Thanks guys for the patience, we are looking into this issue....will fix asap and update here
Can you copy paste this module.modulemap file in your pod folder /Pods and if you get any error regarding libc6++ error.....remove this library from Other linker flags in build setting from your app target..In the meanwhile we will work on fixing this in our latest pod release...Thanks and let me know if there are any questions module.modulemap.zip
Let me know if this worked for you guys @chimura @marcos-soares
Copied the file to: /Users/chimura/me/remote-pay-ios-go-3.3.2/Example/Pods/
By dragging and dropping the file to Xcode's groups hierarchy. I had "Copy items if needed", and tried selecting "Add to Targets: GoConnector", and also not selecting anything.
Tried to compile multiple times, cleared DeliveredData, still getting the exact same error.
Me too, same mistake
My apologies...you would have to paste the file module.modulemap in Pods/CloverGoSDK folder. Something like in screenshot provided and try again
In the meanwhile i will publish the new pod with this issue resolved. Thanks for the patience
I successfully added the module.modulemap, tried to build and now I'm getting linker error:
Tried to remove CloverGoSDK from the flags, still getting linker error.
if you get any error regarding libc6++ error in linking issue.....remove this library from Other linker flags in build setting from your app target..In the meanwhile we will work on fixing this in our latest pod release...Thanks and let me know if there are any questions
And also remove the repo and again copy the repo and do pod install and copy paste module.modulemap in the destination folder
@madhavsahuclover sorry for the inconvenience, but I've done this procedure several times and still yes the error of @chimura above.
I needed to deploy Clover Go in my project, when is the release ready with the fix?
@chimura @marcos-soares can you guys check now and again clone and install new pod and run your project. Everything should go fine now
It worked! Thanks @madhavsahuclover.
I've downloaded this repository code, and I'm trying to execute the example project, but it throws me the following error:
/Users/chimura/me/remote-pay-ios-go-3.3.2/Example/Pods/CloverGoSDK/CloverGoReaderSDK.framework/Headers/CloverGoReaderSDK-Swift.h:167:9: Module 'RUA' not found
Steps to reproduce: download the code, pod install, open xcworkspace, build