/Fabric.framework/run:权限被拒绝 [英] /Fabric.framework/run: Permission denied

查看:725
本文介绍了/Fabric.framework/run:权限被拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在运行我的应用程序时,我正在


Path / Library / Developer / Xcode / DerivedData / app-hhrnpfyhpluwgwcdjsjkbeehwwqs / Build / Intermediates / app.build/Debug-iphoneos/app.build/Script-C0EDB4D81B6759AC0067631D.sh:line 2:./Fabric.framework/run:Permission denied


如果有人遇到类似的问题,请建议我解决这个问题的方法吗?



我在Xcode 7.0,iOS 9中运行



我在我的plist中有这个





感谢任何帮助!



编辑:这解决了我的问题



步骤:1:注册Fabric



并在plist中添加了Api键,如下所示:





现在通过此集成,Crashlytics显示所有实时设备数量,App使用构建版本和活动用户存储崩溃



Referen ce: https://docs.fabric.io/apple/examples/cannonball/ index.html


While running my App I am getting

Path/Library/Developer/Xcode/DerivedData/app-hhrnpfyhpluwgwcdjsjkbeehwwqs/Build/Intermediates/app.build/Debug-iphoneos/app.build/Script-C0EDB4D81B6759AC0067631D.sh: line 2: ./Fabric.framework/run: Permission denied

If any one faced the similar issue , please suggest me the way to fix this?

I am running in Xcode 7.0 , iOS 9

I have this in my plist

Any helps is appreciated!

Edit :This solved my issue:

Step:1: Sign up for Fabric Here

Step:2: Follow the steps as mentioned in this LINK and add the key for fabric framework in info.plist and "Run Script" as shown here

解决方案

Permission issue solved with fabric 3.7.1 with cocoa pods:

Installed Fabric with:

pod 'Fabric'

pod 'Crashlytics'

Now import below two headers in "AppDelegate.h" class

  #import <Fabric/Fabric.h>     
  #import <Crashlytics/Crashlytics.h>

Add below line in didFinishLaunchingWithOptions:(NSDictionary *)launchOptions:

[Fabric with:@[[Crashlytics class]]];

Updated shell script with pods root path with fabric key which will generated while installing fabric signup in build Phase as shown below:

and added Api key in plist as shown :

With this integration now Crashlytics shows all the live devices count , App Store crashes with build versions and active users

Reference: https://docs.fabric.io/apple/examples/cannonball/index.html

这篇关于/Fabric.framework/run:权限被拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆