question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setup Workers in Objective C iOS Project

See original GitHub issue

Hi Fabricio, Thanks for the useful library - we have integrated it successfully in our production app for Android but are facing a syntactical issue on iOS.

Can anyone please convert the following set-up code to Objective C?

RNWorkersManager.sharedInstance().initWorker(withBundleRoot: "index.worker", fallbackResouce: "worker", moduleName: "rnapp")

Our team has very little experience with iOS and any help is appreciated.

Thanks!

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
dorthweincommented, Jun 13, 2017

+1

0reactions
Traviskncommented, Sep 12, 2017

I should probably mention that I was running into the above issue while trying to use this library in a create-react-native-app, ejected with ExpoKit. I think that perhaps the cocoa pods dependency management was messing me up, because when moving to a vanilla react-native project I have no issues

Read more comments on GitHub >

github_iconTop Results From Across the Web

Objective C Programming Tutorial - 1 - Setting up Xcode
Objective C Programming Tutorial - 1 - Setting up Xcode. 577,975 views577K views. Mar 20, 2010. 2.2K. Dislike. Share. Save. thenewboston.
Read more >
How To Create Your First Objective-C Application Using Xcode
A step-by-step tutorial for absolute beginners on how to edit, compile, build and execute your first Objective-C application using Xcode.
Read more >
Chapter 1. Building your first iOS application - Objective-C ...
To create your first project, select the New Project option in the File menu (Shift-Cmd-N). Xcode displays a New Project dialog similar to...
Read more >
Setting up Swift and Objective-C Interoperability - Medium
Select the proper target for your app. Go to “Build Settings” and switch to “All”, instead of “Basic” which is the default. Here...
Read more >
XCode Tutorial: Create Our First XCode Project - CodeWithChris
Create your first Xcode project with this tutorial! ... This means lots of hands on work and practice! ... XCode 5 new project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found