Abhilash Behera
Abhilash Behera
> require 'json' > > package = JSON.parse(File.read(File.join(__dir__, '../package.json'))) > > Pod::Spec.new do |s| > s.name = "RNBoundary" > s.version = package['version'] > s.summary = package['description'] > s.license = package['license']...
> @abhilashfancy Hi Abhilash, > I have mailed you regarding one clarification. can you please check and help me with that? ok
Replace the server.key file in the assets folder with your server's ssl certificate. This will solve the problem.
there is a file named server.key in assets folder. replace its contents with your server's ssl certificates. open your server's ssl certificates and your private key in text editors. copy...