ios - error: module 'Fabric' was built in directory '/Fabric.framework' but now resides in directory './Fabric.framework' -
since updated project xcode7beta3, there permanent error when try print whatever on console:
error: module 'fabric' built in directory '/fabric.framework' resides in directory './fabric.framework'
how fix issue?
you should move fabric framework subfolder (maybe crashlytics framework too) , update run script accordingly: ./frameworks/fabric.framework/run .....
Comments
Post a Comment