ios - Xcode 7 can't find header files from framework -
i'm trying add passslot project, says can't find .h file. i'm following correctly here: https://github.com/passslot/passslot-ios-sdk
is xcode 7 problem? working fine , opened project in xcode 7, giving me problem. reopened on xcode 6 , starts showing problem well.
i think dinesy right. solves problem me.
i've noticed xcode7 doesn't automatically fill in required framework search paths when import 3rd party 1 (i believe xcode6 did this). check if yours empty going project -> build settings -> search paths -> framework search paths. fill in wherever frameworks live. if it's under project can use $(project_dir)
Comments
Post a Comment