Giter Site home page Giter Site logo

sventiigi / swiftkit Goto Github PK

View Code? Open in Web Editor NEW
825.0 825.0 48.0 3.09 MB

Start your next Open-Source Swift Framework 📦

Home Page: https://sventiigi.github.io/SwiftKit/

License: MIT License

Swift 97.27% Ruby 2.68% Shell 0.04%
brew cli framework generate script swift xcode

swiftkit's People

Contributors

sventiigi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swiftkit's Issues

problem with mint

ℹ Please fill out this template when filing an issue.

All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.

SwiftKit Environment

SwiftKit version:
**macOS version:10.14
Package manager:

  • Brew
  • [x ] Mint

What did you do?

ℹ install with mint

What did you expect to happen?

ℹ Please replace this with what you expected to happen.

What happened instead?

mint install SvenTiigi/SwiftKit
🌱  Finding latest version of SwiftKit
🌱  Cloning SwiftKit 1.0.0
🌱  Resolving package
dyld: Library not loaded: @rpath/llbuild.framework/Versions/A/llbuild
 Referenced from: /Library/Developer/CommandLineTools/usr/bin/swift-package
 Reason: image not found
🌱  Encountered error during "swift package resolve". Use --verbose to see full output
🌱  **Failed to resolve SwiftKit 1.0.0 with SPM**
iMac-de-thierry:SwiftKit-master thierryh24$ 

I do not know what to do ???

Add a dependency 'Kingfisher' in podspec , How to Run?

Add a dependency 'Kingfisher' in podspec , How to install this dependency in example?

Pod::Spec.new do |s|
  s.name                      = "MyAwesomeKit"
  s.version                   = "1.0.0"
  s.summary                   = "MyAwesomeKit"
  s.homepage                  = "https://github.com/test/MyAwesomeKit"
  s.license                   = { :type => "MIT", :file => "LICENSE" }
  s.author                    = { "brave" => "[email protected]" }
  s.source                    = { :git => "https://github.com/test/MyAwesomeKit.git", :tag => s.version.to_s }
  s.swift_version             = "5.1"
  s.ios.deployment_target     = "9.0"
  s.tvos.deployment_target    = "9.0"
  s.watchos.deployment_target = "2.0"
  s.osx.deployment_target     = "10.10"
  s.source_files              = "Sources/**/*"
  s.frameworks                = "Foundation"

  s.dependency                'Kingfisher' 
end

Linux support

SwiftKit Environment

  • SwiftKit version: latest
  • macOS version: none
  • Xcode version: none
  • Installed via (mint, brew): built locally

What did you do?

Tried to build and run SwiftKit on Linux.

What did you expect to happen?

For SwiftKit to generate a project has first-class support for Linux out of the box.

What happened instead?

Generated projects don't support Linux. Provided .travis.yml only builds on Xcode 10.2 on macOS.

Hi @SvenTiigi, thanks for the great project. I try to support Linux from the start for my open-source Swift projects. Would it be hard to add Linux support to SwiftKit?

Failed to build SwiftKit 1.3.2 with SPM

SwiftKit Environment

  • SwiftKit version: 1.3.2
  • macOS version: 10.15.7
  • Xcode version: 12.1
  • Installed via (mint, brew): brew + mint

What did you do?

brew tap SvenTiigi/SwitfKit
brew install swiftkit

What did you expect to happen?

successful installation of SwiftKit

What happened instead?

==> Installing swiftkit from sventiigi/swiftkit
==> Downloading https://github.com/SvenTiigi/SwiftKit/archive/1.3.2.tar.gz
==> Downloading from https://codeload.github.com/SvenTiigi/SwiftKit/tar.gz/1.3.2
#=#=#
==> swift build --disable-sandbox -c release

'XcodeProj' /private/tmp/swiftkit-20201104-23612-a6gsum/SwiftKit-1.3.2/.build/checkouts/xcodeproj: error: Source files for target XcodeProj should be located under 'Sources/XcodeProj', or a custom sources path can be set with the 'path' property in Package.swift

==> Formula
Tap: sventiigi/swiftkit
Path: /usr/local/Homebrew/Library/Taps/sventiigi/homebrew-swiftkit/swiftkit.rb
==> Configuration
HOMEBREW_VERSION: 2.5.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: 1c822206a05cd7fffe526b8e0fa2f45365be72a5
Last commit: 8 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: f8c50a382156306b36d413eb5f8f98d464ebc9e9
Core tap last commit: 69 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 12.0 build 1200
Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
Java: 15
macOS: 10.15.7-x86_64
CLT: 12.1.0.0.1.1602137645
Xcode: 12.1
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.15
HOMEBREW_GIT: git
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/bin:/bin:/usr/sbin:/sbin

Error: sventiigi/swiftkit/swiftkit 1.3.2 did not build

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.