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

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -