Giter Club home page Giter Club logo

Comments (14)

petekp avatar petekp commented on June 9, 2024 2

@jdnichollsc I was able to get things running after following the manual installation process (adding the library / links manually in Xcode). I'd have to double-check but pretty sure I ran into issues when using the Podfile approach.

from react-native-inappbrowser.

yannickoo avatar yannickoo commented on June 9, 2024 2

@jdnichollsc could you also tag the project here on GitHub so that the releases are also available here? Thank you for this package!

from react-native-inappbrowser.

yannickoo avatar yannickoo commented on June 9, 2024 2

I'd have to double-check but pretty sure I ran into issues when using the Podfile approach.

I can confirm that I was also able to get rid of this after removing it from my Podfile :)

from react-native-inappbrowser.

trinadhkoya avatar trinadhkoya commented on June 9, 2024 1

from react-native-inappbrowser.

Raserad avatar Raserad commented on June 9, 2024 1

I get same error too

OS: MacOS Mojave 10.14.2
IDE: XCode 10.14.2

from react-native-inappbrowser.

petekp avatar petekp commented on June 9, 2024 1

Seeing this too, along with a handful of other errors (for both new and legacy build system):

image

React Native Environment Info:
    System:
      OS: macOS 10.14.4
      CPU: (8) x64 Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
      Memory: 73.47 MB / 16.00 GB
      Shell: 3.0.2 - /usr/local/bin/fish
    Binaries:
      Node: 10.8.0 - /usr/local/bin/node
      Yarn: 1.12.3 - ~/.yarn/bin/yarn
      npm: 5.3.0 - ~/.npm-packages/bin/npm
      Watchman: 4.7.0 - /usr/local/bin/watchman
    SDKs:
      iOS SDK:
        Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
    IDEs:
      Android Studio: EAP EAP
      Xcode: 10.0/10L177m - /usr/bin/xcodebuild
    npmPackages:
      react: 16.6.3 => 16.6.3
      react-native: 0.58.5 => 0.58.5
    npmGlobalPackages:
      create-react-native-app: 1.0.0
      create-react-native-web-app: 0.1.6
      react-native-cli: 2.0.1
      react-native-git-upgrade: 0.2.7

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

Hey mate, I'm not sure. What platform, version are you using?
Let me know

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

@trinadhkoya can you debug by using "legacy build mode" in Xcode? (see File -> Workspace Settings -> Build System)

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

Let me try to find that warning, in the meantime any pull request is welcome! 👍

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

Can you share more logs about Bad receiver and Too many arguments please?

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

Guys, please validate the last changes of this project, pointing this package to the GitHub repo and let me know 👍

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

Check the version 2.0 and let me know

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

Other option would be using the following solution instead of RCTPresentedViewController:

AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
UIViewController *rootController = [[delegate window] rootViewController];
[rootController presentViewController:safariHackVC animated:true completion:nil];

Let me know 👍

from react-native-inappbrowser.

jdnichollsc avatar jdnichollsc commented on June 9, 2024

@yannickoo Done!

from react-native-inappbrowser.

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.