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

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -