Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target deployment compatibility Issue #5

Closed
desnyki opened this issue Jan 28, 2016 · 7 comments
Closed

Target deployment compatibility Issue #5

desnyki opened this issue Jan 28, 2016 · 7 comments

Comments

@desnyki
Copy link

desnyki commented Jan 28, 2016

Library description states that it should be compatible with projects for ios 7+, but im getting this error in an empty project when declaring the 'import DropDown'

.../ViewController.swift:10:8: Module file's minimum deployment target is ios9.2 v9.2: ../Build/Products/Debug-iphoneos/DropDown.framework/Modules/DropDown.swiftmodule/arm.swiftmodule

@kevin-hirsch
Copy link
Collaborator

Hello @desnyki,
How did you import DropDown into your project, via Cocoapods or manually?

@desnyki
Copy link
Author

desnyki commented Jan 29, 2016

I used cocoapods
On Jan 29, 2016 4:01 AM, "Kevin Hirsch" notifications@github.com wrote:

Hello @desnyki https://github.com/desnyki,
How did you import DropDown into your project, via Cocoapods or manually?


Reply to this email directly or view it on GitHub
#5 (comment)
.

@kevin-hirsch
Copy link
Collaborator

If you need to support iOS 7, you'll have to manually import the source files. You can download them here.
Cocoapods uses embedded frameworks for swift pods which is not supported for iOS 7. And DropDown pod supports iOS 8+ only.

@desnyki
Copy link
Author

desnyki commented Jan 29, 2016

I tried the manual way and i got code signing issues :(
On Jan 29, 2016 8:20 AM, "Kevin Hirsch" notifications@github.com wrote:

If you need to support iOS 7, you'll have to manually import the source
files. You can download them here
https://github.com/kevin-hirsch/DropDown/archive/master.zip


Reply to this email directly or view it on GitHub
#5 (comment)
.

@kevin-hirsch
Copy link
Collaborator

By just importing the sources files from helpers, resources and src folders ?
DropDown.zip

@desnyki
Copy link
Author

desnyki commented Jan 29, 2016

Yeah, I copied those files and got a generic code signing error. I just
figured out the issue with the pod only being compatible with ios 9.2 xD. I
had the Pods project deployment target set too high.

On Fri, Jan 29, 2016 at 8:51 AM, Kevin Hirsch notifications@github.com
wrote:

By just importing the sources files from helpers, resources and src
folders ?
DropDown.zip
https://github.com/kevin-hirsch/DropDown/files/109815/DropDown.zip


Reply to this email directly or view it on GitHub
#5 (comment)
.

@desnyki desnyki closed this as completed Jan 29, 2016
@kevin-hirsch
Copy link
Collaborator

Oh ok. So is it working now ? :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants