Git Product home page Git Product logo

Comments (9)

Cris-Burlamaqui avatar Cris-Burlamaqui commented on August 15, 2024 1

@jocelynlih It worked, thanks for your help.

from airbrake-ios.

jocelynlih avatar jocelynlih commented on August 15, 2024

@Cris-Burlamaqui Hi, the latest version is 4.2.7 if you are using cocoapod. Can you try the new version?
Also if you are still running this build issue, can you provide a sample code how you import/implement? That will be much easier to troubleshoot.

from airbrake-ios.

Cris-Burlamaqui avatar Cris-Burlamaqui commented on August 15, 2024

Hi, I've tried to update and I couldn't. Now I'm using the version 4.2.6.

screen shot 2017-07-07 at 10 03 24

from airbrake-ios.

jocelynlih avatar jocelynlih commented on August 15, 2024

not sure what's the format in your Podfile but can't reproduce this issue here.

Here is my pod file for example:
pod 'Airbrake-iOS', '~>4.2.7'

or simply
pod 'Airbrake-iOS'

More details https://guides.cocoapods.org/using/pod-install-vs-update.html

from airbrake-ios.

Cris-Burlamaqui avatar Cris-Burlamaqui commented on August 15, 2024

Here is my Podfile:

screen shot 2017-07-10 at 10 54 25

from airbrake-ios.

Cris-Burlamaqui avatar Cris-Burlamaqui commented on August 15, 2024

I'll put here some details about the implementation of Airbrake into my project.

1 - I've installed the Airbrake by Cocoapods and in my "Other Linker Flags" settings are like this:
screen shot 2017-07-10 at 10 51 47

2 - I've imported the ABNotifier class into my AppDelegate.h and I'm using ABNotifierDelegate on the same file.

3 - Inside the AppDelegate.m file I'm calling the method bellow:
[ABNotifier startNotifierWithAPIKey:@"my project key" projectID:@"my project ID" environmentName:ABNotifierAutomaticEnvironment useSSL:YES delegate:self];

Although the same architecture issue still happens.

from airbrake-ios.

jocelynlih avatar jocelynlih commented on August 15, 2024

Not sure how but your linker flags are incorrect. From the above screenshot, there are two "Airbrake-iOS" framework listed. There should be only one: -l"Airbrake-iOS"

Please see my screenshot for example:
linker

Hopefully this will fix your issue.

from airbrake-ios.

Cris-Burlamaqui avatar Cris-Burlamaqui commented on August 15, 2024

Hi Jocelyn.
My linker flags is the same as yours just the exhibition in my Xcode is different, however I printed the implementation in my linker flags.

screen shot 2017-07-11 at 09 15 43

screen shot 2017-07-11 at 09 16 31

from airbrake-ios.

jocelynlih avatar jocelynlih commented on August 15, 2024

@Cris-Burlamaqui go to the row "Any Architecture | Any SDK", delete the row. Right now it's only showing -ObjC, which is incorrect.
You should be good to go.

from airbrake-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.