2017-12-29 18 views

Antwort

0

-Material mit GitHub zum Download Sie müssen auch Bewegung als submodule.For installieren, dass

Terminal öffnen und

folgenden Befehle eingeben
$ git clone [email protected]:CosmicMind/Material.git 
$ cd Material 
$ git submodule update --init --recursive 

Das Material wird

heruntergeladen werden

Sie embeddable Binärdateien in Ihrem Projektziel

Klick + in embeddable Binärdateien finden und

Motion.framework und Material.framework

Sie dann Ihr Projekt im Terminal öffnen und installieren cocopods hinzufügen

git init 
open Podfile -a Xcode 

dann in podfile diese

source 'https://github.com/CocoaPods/Specs.git' 
platform :ios, '8.0' 
use_frameworks! 
pod 'Material', '~> 2.13' 
hinzufügen 210

dann die podfile schließen und

$ pod install --allow-warnings 

Jetzt mit cocopods im Terminal installieren Sie das Projekt mit dieser Bibliothek

1

Installation mit cocoapods

pod 'Material', '~> 2,13'

+0

, wo ich diesen Befehl hinzufügen? –

+0

folgen Sie den Schritten in diesem Link https://Stackoverflow.com/a/25257238/8536028 – Shezad

Verwandte Themen