react-native-threads icon indicating copy to clipboard operation
react-native-threads copied to clipboard

Error in podspec

Open cristinaITdeveloper opened this issue 6 years ago • 1 comments

I installed your library, but after pod install, I had this error:

No podspec found for `RNThread` in` ../ node_modules / react-native-threads`
I modified my pod file
pod 'RNThread',: podspec => '../node_modules/react-native-threads/ios/RNThread.podspec'

Then I started having this errors

[!] Error installing RNThread
[!] / usr / bin / git clone https://github.com/joltup/RNThread.git / var / folders / f9 / vzqgxf1n2l1cqhw0415d4z000000gn / T / d20191122-47879-15k1wu --template = --single-branch - depth 1 --branch 0.0.17
Cloning into '/ var / folders / f9 / vzqgxf1n2l1cqhw0415d4z000000gn / T / d20191122-47879-15k1wu' ...
remote: Repository not found.
fatal: repository 'https://github.com/joltup/RNThread.git/' not found

I think the podspec needs to be updated.

Thanks

cristinaITdeveloper avatar Nov 22 '19 12:11 cristinaITdeveloper

Hi! When i try to do pod install it ask for git username and password

Fetching podspec for `RNThread` from `../node_modules/react-native-threads/ios/RNThread.podspec`
Downloading dependencies
Installing RNThread (0.0.17)
Username for 'https://github.com': git
Password for 'https://[email protected]': 

[!] Error installing RNThread
[!] /usr/bin/git clone https://github.com/joltup/RNThread.git /var/folders/jz/k2c15whd5zq_f_fc2n1vnp840000gp/T/d20200218-83609-1a8l5su --template= --single-branch --depth 1 --branch 0.0.17

Cloning into '/var/folders/jz/k2c15whd5zq_f_fc2n1vnp840000gp/T/d20200218-83609-1a8l5su'...
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/joltup/RNThread.git/'

can somebody help me with this issue? thanks

janislb avatar Feb 18 '20 05:02 janislb