I'm beginner in xcode and swift, So I'm try to add Haneke
framework to my project. I do these steps:
- Drag
Haneke.xcodeproj
to your project in the Project Navigator. - Select your project and then your app target. Open the Build Phases panel.
- Expand the Target Dependencies group, and add Haneke.framework.
- Click on the + button at the top left of the panel and select New Copy Files Phase. Set Destination to Frameworks, and add Haneke.framework.
import Haneke
whenever you want to useHaneke
.
But I get this error in improt Haneke
:
No such module 'Haneke'
Also I'm tried to Clean and Build again but not work for me! Is there a mistake from me?
Edit: More Info I used swift 2.0 and xcode 7.0.1 and development target is 8.0 Also I added some screenshots