iphone - Framework not found -


i know similar questions have been asked many time, unfortunately none of answers able solve problem.

the problem got new imac , when add 3rd party framework (for eg: comscore) drag/drop or using "add framework" method, gives me compile error

ld: framework not found comscore clang: error: linker command failed exit code 1 (use -v see invocation) 

i created test application, , has no other functionality. in throwing same error.

on previous machine, , other machines, works fine. problem specific new mac.

framework search paths target , project has following values

$(inherited)  "$(srcroot)"  "$(srcroot)"/cstest/ 

the structure of folder in project files this:

cgtest (outermost folder name)    --> cgtest    --> cgtest.xcodeproj 

comscore.framework there inside cgtest folder.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -