ccavenue 'openssl/pem.h' file not found - ios

I am integrating ccavenue is my swift project everything going fine but i am getting just one error like below
Error
'openssl/pem.h' file not found
i tried to search and i was find answer with this question and i also tried all i have share some link which i have tried
https://stackoverflow.com/a/36840859/10804348
https://stackoverflow.com/a/43685926/10804348
i have tried all the steps which are mention in below answer but not working for me please give me suggestion for this

I think you have forgot to add
*
Step 6:- In User Header Search Paths write these line. /Users/YOUR_SYSTEM_USER_NAME/PROJECT_SAVED_LOCATION/APP_NMAE/openssl-1.0.1i/include || for example my location is "/Users/CharlePrabhat/Desktop/TestApp/Openssl/include"
*
I had the same issue. I have solved it by adding header search path for ccAvenue.

Related

Universal Link not working despite AASA is set correctly - iOS

I have been working to implement universal links for my app, but have encountered difficulty. Despite having a valid AASA file and properly configuring my associated domains, I am unable to troubleshoot the issue and am unsure if it is a problem with my setup or a bug on Apple's end.
AASA VALID And hosted :
Associated domain set :
The Only thing that i don't get when i try to troubleshoot it with console i get:
I would appreciate any insight or experience that you may have had with a similar issue.
Thank you in advance 🙏
I'm pretty sure I see one clear issue here.
The associated domain is set incorrectly, it should not contain 'https://'
It should be set as:
'applinks:c870-2a02-3032-10-edbc-8dcf-b81f-d084-83e1.eu.ngrok.io'
Try this and see if it works.
If it helps, please consider marking this as the answer.
If not, please let me know what issue you see after making the above change.

Cannot find 'WeatherManager' in scope

I am new to swift and this is my first question here.
I am getting this error
I tried creating a new file in the models and renaming it but that didn't work. It shows the same error.
I tried clearing the build folder(shift+ command + k) and restarting my mac.
I have gone through a few answers here but none of them worked. Any help will be highly appreciated.
Creating a new Model folder and moving the file(WeatherManager.swift) solved the issue. But I didn't get why it worked.
Basically, the solution that worked for me is as follows.
Click on the particular file that's not being found in context, in this case WeatherManager.swift, inspect the file, then check the target membership button, Also do the same for the controller file from which you want to use the WeatherManager, in this case, WeatherViewController.
I hope the attached screenshot helps.

Can't run MusicStore sample

when I'm trying to run the MusicStore sample described here the download of docker images breaks with following error.
Can someone confirm this?
The instructions need to be updated. There were two Config Server paths steeltoeoss/configserver and steeltoeoss/config-server. This was confusing and the first one was cleaned up. Please use steeltoeoss/config-server now.
A ticket will be created to fix the readme.
Thanks for pointing it out.

Why does Code Igniter file upload tutorial not work?

I am doing the code igniter file upload demo but it doesn't work. When I try to upload the file I get the following error message:
The following error was encountered while trying to retrieve the URL: http://[::1]/ul_ex/index.php/upload/do_upload
The system returned: (111) Connection refused
Clearly there's a problem with my path but I don't understand what is going wrong. I even copied and pasted the code just to make sure it wasn't a typo but it still doesn't work!
Do I need to update my routes?
Thanks in advance
OK, I overlooked a pretty simple thing which was I didn't set a base path in my config file. I set the project up quickly to test uploading but forgot about this. No problems now!

Paypal Direct Payment path errors

I'm using Paypal's Classic API to do Direct Payment on my site.
At the beginning of the DirectPayment sample on DoDirectPayment.php there is this line:
require_once('../PPBootStrap.php');
and it gives me this error:
Fatal error: require(): Failed opening required 'PPAutoloader.php' (include_path='.:/Applications/MAMP/bin/php/php5.4.4/lib/php') in /Users/jasonburton/Sites/georgetown/wp-content/themes/georgetown/paypal_direct_payment/samples/PPBootStrap.php on line 12
Now, that PPAutoloader.php call is an include within bootstrap. This doesn't just happen in bootstrap, it happens with all files that I try to include. The paths are just not right and I don't know what to do. I've echoed out my path in terminal and it just gives me:
/Applications/MAMP/bin/php/php5.4.4/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin
Any hints on how I can fix this problem? I know I'm not giving much information here but it's all I've got at the moment.
Any help is appreciated!
Did you run Composer ? We are using Composer for dependency management.
https://getcomposer.org/
Instructions are in the SDK Readme file too: https://github.com/paypal/merchant-sdk-php/blob/master/README.md

Resources