evgenyneu / Auk

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

Value of type 'UIScrollView' has no member 'auk' #68

Closed HideCode7 closed 7 years ago

HideCode7 commented 7 years ago

When i build and run my app i don´t have any problems, but when i archive i have this error

Value of type 'UIScrollView' has no member 'auk'.

Somebody help me. Thank you and good work

evgenyneu commented 7 years ago

Hi, thanks for reporting. It looks like it has not included the Auk library into the build. This is wierd.

I would try other setup methods (file or carthage) to include Auk library and see if archiving works.

I've also created a demo app that uses Auk with CocoaPods for your reference, it archives without errors:

DemoAuk.zip

Let me know how it goes.

HideCode7 commented 7 years ago

Than you for the quick response. In my projecto in Pod in folder Frameworks i have the "moa.framework" in red.

My podfile like this

platform :ios, '9.0' use_frameworks!

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

evgenyneu commented 7 years ago

Your podfile looks good. I have no idea why it is happening, sorry. :(

HideCode7 commented 7 years ago

I will try to add the files in my project and remove the pod auk and moa

evgenyneu commented 7 years ago

Wonderful, let me know if it helps.

HideCode7 commented 7 years ago

I am tried Carthage, and i have the same result. I guess this problem is the configuration, you dont´t have any idea? i tried archive your demo and i have sucess :).

evgenyneu commented 7 years ago

Interesting. No, I don't know what's going on. I've never seen such an issue before.

HideCode7 commented 7 years ago

I found the solution, and it is remove auk and moa in my pod and add files in my project. Thanks you for this project and go on :)

evgenyneu commented 7 years ago

I'm glad it worked. It's still weird that it did not archive with CocoaPods installation. If anyone finds out why, please feel free to share. :)