Since I updated my project to XCode7beta3, there is permanent error when I try to print whatever on console:
error: module 'Fabric' was built in directory '/Fabric.framework' but now resides in directory './Fabric.framework'
How to fix this issue?
Since I updated my project to XCode7beta3, there is permanent error when I try to print whatever on console:
error: module 'Fabric' was built in directory '/Fabric.framework' but now resides in directory './Fabric.framework'
How to fix this issue?
You should move the Fabric framework to a subfolder (maybe the Crashlytics framework too) and update the run script accordingly: ./Frameworks/Fabric.framework/run .....