https://github.com/marcsteven/rykit
https://github.com/marcsteven/rykit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcsteven/rykit
- Owner: MarcSteven
- License: mit
- Created: 2021-09-06T23:10:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T23:30:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T11:50:14.444Z (over 1 year ago)
- Language: Swift
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
RYKit is the internal framework for iOS client.
Written by Swift
Note:
# install
`
source 'http://192.168.1.111:8082/gitlab/marc/RYKit'
platform :ios,"10.0"
use_frameworks!
target "YouthBomb" do
pod 'RYKit'
end
`
If occured the error like that "the directory issue"
Please enter the file folder to delete "Support " and "Sources" folders directly and then run 'pod install'
All will be okay.
Sometimes when you pod push, it always appeared the error like that " [iOS] unknown: Encountered an unknown error (783: unexpected token at '') during validation.
Analyzed 1 podspec."
#Solutions as below
1 ,Step 1: run the command order like that
'sudo rm -rf ~/.cocoapods/repos'
2, add your repo to pod
'pod repo add RYKit 'http://192.168.1.111:8082/gitlab/marc/RYKit'
3, step 3:
'pod repo push RYKit RYKit.podspec --allow-warnings'