evgenyneu / Auk

An image slideshow for iOS written in Swift.
MIT License
277 stars 44 forks source link

Install Auk and moa in cocoaps #63

Closed HideCode7 closed 7 years ago

HideCode7 commented 7 years ago

I install Auk an moa in cocoaps pods like this

use_frameworks!

target 'projectName' do pod 'moa', '~> 8.0' pod 'Auk', '~> 7.0' pod 'Alamofire', '~> 4.0' pod 'PayPal-iOS-SDK', '~> 2.12.0' end

but i have a two errors Framework not found moa Framework not found Auk

evgenyneu commented 7 years ago

Hi @HideCode7, thanks for reporting. This is puzzling and I don't know why you are getting this error. Your podfile looks fine to me. I created a new demo app that uses moa and Auk with CocoaPods, please find attached. Let me know if it helps.

UsingUsing.zip

HideCode7 commented 7 years ago

My bad, because i forgot to add Embedded Binaries. Congratz to goos jog :) thank you

evgenyneu commented 7 years ago

Closing. Feel free to reopen if needed.