Giter VIP home page Giter VIP logo

Comments (15)

dsibiski avatar dsibiski commented on June 4, 2024 1

@myusuf3 v0.0.4 should fix this issue.

When you update (and re-open your project in Xcode, make sure the following HEADER_SEARCH_PATHS are set:

Screenshot

If you still can't build, let me know how you created your project, I'm not aware of any other HEADER_SEARCH_PATHS that would need to be added...

Thanks!

from react-native-userdefaults-ios.

myusuf3 avatar myusuf3 commented on June 4, 2024

Thanks will report back soon.

from react-native-userdefaults-ios.

myusuf3 avatar myusuf3 commented on June 4, 2024

@dsibiski sorry dude been pretty busy. I am sure you got it. 💯

from react-native-userdefaults-ios.

dsibiski avatar dsibiski commented on June 4, 2024

@myusuf3 Nah, no problem man. Thanks to you, I was able to fix this before more people started using it. 👍

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Hi,sounds weird but I found same problem now almost 1 year later than the report date .And the image for the headers is missing (403) .Maybe the HEADERS are the clue on this .Tks

from react-native-userdefaults-ios.

dsibiski avatar dsibiski commented on June 4, 2024

@montosajo Strange, is your react-native in the node_modules?

Here is another image to show what the header search paths should be for the lib. It is basically saying, look up one level (which should be node_modules, since that is where the userdefaults lib should be), find react-native/React there and then look for headers there.

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Thanks .Really

I ll check & be back .
R
Giorgio

On Wed, Aug 3, 2016 at 1:23 PM, Dave Sibiski [email protected]
wrote:

@montosajo https://github.com/montosajo Strange, is your react-native
in the node_modules?

Here is another image to show what the header search paths should be for
the lib. It is basically saying, look up one level (which should be
node_modules, since that is where the userdefaults lib should be), find
react-native/React there and then look for headers there.

https://camo.githubusercontent.com/c931ff3f01dcfe96db1a7cdac63bf63695c58d61/68747470733a2f2f692e696d6775722e636f6d2f67396a354f34382e706e67


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATBGN8ZcFm7cDaAkXdwLDnpIGm-fGohnks5qcM5-gaJpZM4EiITM
.

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Hi :
we do not see any diff and what is funny is that we use a bunch of
libraries coming from the public repository and many of them use the
'offending' #import "RCTBridgeModule.h" and they have similar header
definition ,as indicated below
structure [image: Inline image 1]
this the h. for SpeechSynthesizer

[image: Inline image 2]

[image: Inline image 1]

[image: Inline image 2]

Regards
again thanks you from the heart of the cold pampas :)
Giorgio & Muka

On Wed, Aug 3, 2016 at 1:23 PM, Dave Sibiski [email protected]
wrote:

@montosajo https://github.com/montosajo Strange, is your react-native
in the node_modules?

Here is another image to show what the header search paths should be for
the lib. It is basically saying, look up one level (which should be
node_modules, since that is where the userdefaults lib should be), find
react-native/React there and then look for headers there.

https://camo.githubusercontent.com/c931ff3f01dcfe96db1a7cdac63bf63695c58d61/68747470733a2f2f692e696d6775722e636f6d2f67396a354f34382e706e67


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATBGN8ZcFm7cDaAkXdwLDnpIGm-fGohnks5qcM5-gaJpZM4EiITM
.

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Addenda.
We tested this using react-native-cli: 0.1.10
react-native: 0.30.0
and a skinny project
some status

and the headers are identical to the ones for a working module.
and
ls -al node_modules/react-native
total 88
drwxr-xr-x 19 giorgioborgia staff 646 Aug 3 20:35 .
drwxr-xr-x 591 giorgioborgia staff 20094 Aug 4 07:58 ..
-rw-r--r-- 1 giorgioborgia staff 1139 Jul 21 04:11 .flowconfig
-rw-r--r-- 1 giorgioborgia staff 1533 Jul 21 04:11 LICENSE
drwxr-xr-x 48 giorgioborgia staff 1632 Aug 3 20:35 Libraries
-rw-r--r-- 1 giorgioborgia staff 1989 Jul 21 04:11 PATENTS
drwxr-xr-x 9 giorgioborgia staff 306 Aug 3 20:35 React
-rw-r--r-- 1 giorgioborgia staff 4846 Jul 21 04:11 React.podspec
drwxr-xr-x 11 giorgioborgia staff 374 Aug 3 20:35 ReactAndroid
drwxr-xr-x 3 giorgioborgia staff 102 Jul 21 04:11 ReactCommon
drwxr-xr-x 3 giorgioborgia staff 102 Jul 21 05:34 android
-rw-r--r-- 1 giorgioborgia staff 440 Jul 21 04:11 cli.js
drwxr-xr-x 6 giorgioborgia staff 204 Aug 3 20:35 flow
drwxr-xr-x 4 giorgioborgia staff 136 Aug 3 20:35 jestSupport
drwxr-xr-x 11 giorgioborgia staff 374 Aug 3 20:35 lib
drwxr-xr-x 28 giorgioborgia staff 952 Aug 3 20:35 local-cli
-rw-r--r-- 1 giorgioborgia staff 8500 Aug 3 20:35 package.json
drwxr-xr-x 13 giorgioborgia staff 442 Aug 3 20:35 packager
-rw-r--r-- 1 giorgioborgia staff 4917 Jul 21 04:11 react.gradle

R

from react-native-userdefaults-ios.

dsibiski avatar dsibiski commented on June 4, 2024

@montosajo Thanks! Would you be able to put that repo on GitHub so I can download it and see what's going on?

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Yes .In the next 2 hours as we have now a pow meeting :)

Thanks
Muka

On Thu, Aug 4, 2016 at 8:18 AM, Dave Sibiski [email protected]
wrote:

@montosajo https://github.com/montosajo Thanks! Would you be able to
put that repo on GitHub so I can download it and see what's going on?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATBGN0QZq9lzI8Tiz_4aXp3gDLe9efyQks5qcdiogaJpZM4EiITM
.

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Here we go

https://github.com/montosajo/repotest

The usedefaults should be commented out @usage.js

and your project added to the project under Libraries and of course the .a
module should be added to the linked lib zone.

Without it the project is working 'as is '

Rgds

giorgio

On Thu, Aug 4, 2016 at 8:26 AM, mrviruta1 . [email protected] wrote:

Yes .In the next 2 hours as we have now a pow meeting :)

Thanks
Muka

On Thu, Aug 4, 2016 at 8:18 AM, Dave Sibiski [email protected]
wrote:

@montosajo https://github.com/montosajo Thanks! Would you be able to
put that repo on GitHub so I can download it and see what's going on?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATBGN0QZq9lzI8Tiz_4aXp3gDLe9efyQks5qcdiogaJpZM4EiITM
.

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Hi,in the machine with 0.30 after
closing Xcode
cleaning all npm buffers
[praying a bit :)]
restarting the ios (yes shame a bit like in windows)

t_he missing #import resurrected !!_
So after some back and forth project is working

Again,we want to thank you for your attention

Regards

Giorgio ,Muka and team

PS :the project we are involved means to have a voice animated recipe (step
by step)
but :
using voice recognition OFFLINE (*)
text to voice 'reading'
storing the recipes in a sqllite db ,so u can create your own 'recipe' with
a shot-type-order and export
to share the recipe
use timers to control the process

As you will understand this is not limited to cooking recipes :)
(+) polipetix for places where wifi & internet is not available or allowed

On Thu, Aug 4, 2016 at 11:29 AM, mrviruta1 . [email protected] wrote:

Here we go

https://github.com/montosajo/repotest

The usedefaults should be commented out @usage.js

and your project added to the project under Libraries and of course the .a
module should be added to the linked lib zone.

Without it the project is working 'as is '

Rgds

giorgio

On Thu, Aug 4, 2016 at 8:26 AM, mrviruta1 . [email protected] wrote:

Yes .In the next 2 hours as we have now a pow meeting :)

Thanks
Muka

On Thu, Aug 4, 2016 at 8:18 AM, Dave Sibiski [email protected]
wrote:

@montosajo https://github.com/montosajo Thanks! Would you be able to
put that repo on GitHub so I can download it and see what's going on?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATBGN0QZq9lzI8Tiz_4aXp3gDLe9efyQks5qcdiogaJpZM4EiITM
.

from react-native-userdefaults-ios.

dsibiski avatar dsibiski commented on June 4, 2024

@montosajo Great to hear!

from react-native-userdefaults-ios.

montosajo avatar montosajo commented on June 4, 2024

Sorry to ask,but your home town is in Puerto Rico ?
We do work a a lot with the caribbean and Muka is from Suriname :)
Regards
G

On Thu, Aug 4, 2016 at 1:52 PM, Dave Sibiski [email protected]
wrote:

@montosajo https://github.com/montosajo Great to hear!


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ATBGN4idFcNcXaq9_tj9pqNnSsYRkUUUks5qcibtgaJpZM4EiITM
.

from react-native-userdefaults-ios.

Related Issues (11)

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.