i want to know how to implement the fabric with Xcode.am installed the fabric in mac,but unable the complete the process.it's still running with to continue build your project,i have built my project also.Any one help me
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
Try quitting the helper and reopening it. I believe I had the same issue as you, it should pick up where it left off.
Hope this will help someone out there.
1.After making signup —> go to
https://fabric.io/downloads
2.Download SDK for Xcode
3.Extract downloaded zip file and install Fabric.
now you can see Menu icon on top Status bar on your Mac.
Just login with register account on above screen.
and install Crashlytics by clicking Install button
4.Now it will guide you through step which help us to add script in Xcode
also it will give Script, Please copy and paste in text file on your mac, we need to use it later in Xcode settings
here is the reference link.
5.How to Add a Run Script Build Phase
let do it..
5.1. Go to Xcode project —> Build Phase —>
5.2. on left top corner click on “New Run Script Phase”
5.3. paste the script what you have copied earlier
Good we are almost done!!
5.4. Now in the Febric Menu go ahead you will guided for drag fabric kit icon to your Xcode project, which will actually add SDK to your project.
5.5. once you can see SDK frameworks (Fabric.framework, Crashlytics.framework) added to project, you need to configure AppDelegate file
5.5.1 add import statements
into AppDelegate.m file
5.5.2 now add “[Fabric with:@[CrashlyticsKit]];” into didFinishLaunchingWithOptions method
go to —> https://www.fabric.io/settings —> click on Dashboard button
Cheers!!