LeoNatan / LNPopupController

A framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.
MIT License
3.04k stars 342 forks source link

Framework not found #5

Closed chansencc closed 9 years ago

chansencc commented 9 years ago

Hey, I followed the Github instructions for importing the framework. It's in embedded libraries and linked frameworks but I'm getting "error: /Users/me/Documents/testApp/TestApp/LNPopupController/build/Debug-iphoneos/LNPopupController.framework: No such file or directory"

Not sure what I'm doing wrong. When I downloaded and dragged in just the .xcodeproj it linked from my downloads directory so undid all that and copied the folder into my directory and then dragged it in again. Hitting the + on the Embedded Libraries didn't bring it in so I went to Link Binary With Libraries and added it there first. Now it appears in all the correct places but it isn't being found.

chansencc commented 9 years ago

Had to copy the folder directly into the Frameworks folder and not just the the project directory.