ios - Add a framework to an existing project without using cocoapods -



ios - Add a framework to an existing project without using cocoapods -

i've got existing project want add together framework called coreactionsheetpicker

https://github.com/skywinder/actionsheetpicker-3.0

the problem cant seem add together framework project? when pull framework on existing project none of files below added , when seek import says not exist

import coreactionsheetpicker

i want without cocoapods. steps in order such? i'm using swift. first need create workspace?

i've cloned it, , appears project file invalid. can see trying open it. should raise issue owner on github, how you're supposed inquire questions projects there. feedback straight creator or @ to the lowest degree else knows project.

as adding project,

download source drag .xcodeproj project within xcode add framework in build phases / link binary libraries add build phase / target dependency.

note @ moment, should builds 3rd part libraries swift project, , not include binary. see here binary compatibility of frameworks:

https://developer.apple.com/swift/blog/?id=2

ios iphone swift frameworks

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -