简体   繁体   中英

Fabric + Crashlytics for iOS

Recently I try to add Fabric & Crashlytics to my projects, but I got one link issue.

My base SDK is iOS7.0 and deployment target is 7.0 too, try to use the Fabric app for mac or cocoapods to add these frameworks, but always got error msg like this: 在此处输入图片说明

Anyone can assist? Thanks a lot.

Add the run script provided by fabric to you. The follwing screenshot demonstrates where to add the runscript.

Reply from Mattie, Twitter Staff

Yes. It turns out that Crashlytics does not support building with a base SDK older than "latest" for any given Xcode release. It's extremely hard for us to maintain build compatibility with older SDKs, even if we can maintain runtime compatibility.

So I need change the base SDK to latest one and revamp my codes..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM