總網頁瀏覽量

2018年1月31日 星期三

AudioKit install by using pod

Audiokit

open terminal

cd "Project Folder"

pod init

open -a Xcode Podfile


in Podfile add the following line and save the file, and quit.

pod 'AudioKit', '~> 4.0'


in terminal:

pod install


wait it complete

open Project.xcworkspace

in viewController.swift

import AudioKit

and built

then the error will disappear

沒有留言: