Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Mach-O Linker Error #229

Closed
revskill10 opened this issue Mar 26, 2015 · 7 comments
Closed

Apple Mach-O Linker Error #229

revskill10 opened this issue Mar 26, 2015 · 7 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@revskill10
Copy link

Hi. I've build the AwesomeProject and got 19 Apple Mach-O Linker Error: it has the form of : "_JSContectGetGlobalObject", referenced from..."

Do you know how to fix this? Thank you very much.

@vjeux
Copy link
Contributor

vjeux commented Mar 27, 2015

Hey, this is the first time we heard of this error. Can you give more information or join IRC to help us figure out what's going on? Thanks!

@marynate
Copy link

That happened to me when deploying to iOS 6 device, fixed by manually linking JavaScriptCore framework (http://stackoverflow.com/questions/23514579/javascriptcore-framework-availability-on-ios)

Please be noted if you want to target iOS 6, you have to also replace/wrap all iOS 7 api calls in the source.

@lazywei
Copy link

lazywei commented Apr 8, 2015

I faced this error when targeting iOS 7.
image

image

@lazywei
Copy link

lazywei commented Apr 8, 2015

after restart Xcode, the error disappear...

@brentvatne
Copy link
Collaborator

Closing! Let us know if the problem comes back

@jsierles #fridaytriage

@Hi-Rube
Copy link

Hi-Rube commented Jul 1, 2015

my app use react-native 0.3 before some months ago, now i update the react-native to the version 0.6.0 ,I also have this error. I have known lazywei restart the Xcode then error is disappear, but i still have this error, thx

facebook-github-bot pushed a commit that referenced this issue Feb 11, 2017
Summary:
Adds the two missing alignments ```space-between``` and ```space-around``` for ```align-content``` . Those values are a noop on ```align-items``` in order to prevent a breaking changes for an additional enum.

Fix #229
Closes facebook/yoga#364

Reviewed By: gkassabli

Differential Revision: D4528561

Pulled By: emilsjolander

fbshipit-source-id: ea6291b6dd22cef05d9eec03893250d50371236e
GaborWnuk pushed a commit to GaborWnuk/react-native that referenced this issue Feb 28, 2017
Summary:
Adds the two missing alignments ```space-between``` and ```space-around``` for ```align-content``` . Those values are a noop on ```align-items``` in order to prevent a breaking changes for an additional enum.

Fix facebook#229
Closes facebook/yoga#364

Reviewed By: gkassabli

Differential Revision: D4528561

Pulled By: emilsjolander

fbshipit-source-id: ea6291b6dd22cef05d9eec03893250d50371236e
dudeinthemirror pushed a commit to dudeinthemirror/react-native that referenced this issue Mar 1, 2017
Summary:
Adds the two missing alignments ```space-between``` and ```space-around``` for ```align-content``` . Those values are a noop on ```align-items``` in order to prevent a breaking changes for an additional enum.

Fix facebook#229
Closes facebook/yoga#364

Reviewed By: gkassabli

Differential Revision: D4528561

Pulled By: emilsjolander

fbshipit-source-id: ea6291b6dd22cef05d9eec03893250d50371236e
dudeinthemirror pushed a commit to dudeinthemirror/react-native that referenced this issue Mar 1, 2017
Summary:
Adds the two missing alignments ```space-between``` and ```space-around``` for ```align-content``` . Those values are a noop on ```align-items``` in order to prevent a breaking changes for an additional enum.

Fix facebook#229
Closes facebook/yoga#364

Reviewed By: gkassabli

Differential Revision: D4528561

Pulled By: emilsjolander

fbshipit-source-id: ea6291b6dd22cef05d9eec03893250d50371236e
@asimolmez
Copy link

I deleted a folder of a test project in Project Navigator and Targets. It solved my problem.

maarf pushed a commit to fullcontact/react-native that referenced this issue Apr 26, 2017
Summary:
Adds the two missing alignments ```space-between``` and ```space-around``` for ```align-content``` . Those values are a noop on ```align-items``` in order to prevent a breaking changes for an additional enum.

Fix facebook#229
Closes facebook/yoga#364

Reviewed By: gkassabli

Differential Revision: D4528561

Pulled By: emilsjolander

fbshipit-source-id: ea6291b6dd22cef05d9eec03893250d50371236e
@facebook facebook locked as resolved and limited conversation to collaborators May 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

8 participants