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

It seems something went wrong while linking. Error: Expected "/*" or ";" but "\"" found. #13575

Closed
LakshmananPonnusmay opened this issue Apr 19, 2017 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@LakshmananPonnusmay
Copy link

Please read the following carefully before opening a new issue.
Your issue may be closed if it does not provide the information required by this template.

We use GitHub Issues exclusively for tracking bugs in React Native.

Make sure your issue reproduces on master. Your issue may already have been fixed!
If your issue is present in master and in the stable release, try to reproduce your bug on https://snack.expo.io/
If you can't reproduce the bug on Snack, provide a sample project.
At the very least, provide an example of your code.

--- Delete everything above this line ---

Description

Explain what you did, what you expected to happen, and what actually happens.

Reproduction Steps and Sample Code

List all the steps required to reproduce the issue you're reporting. These steps should be clear and concise.

An example of your code is REQUIRED

Solution

What needs to be done to address this issue? Ideally, provide a pull request with a fix.

Additional Information

  • React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
  • Platform: [FILL THIS OUT: iOS, Android, or both?]
  • Development Operating System: [FILL THIS OUT: Are you developing on MacOS, Linux, or Windows?]
  • Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]
@atkit
Copy link

atkit commented Apr 19, 2017

@LakshmananPonnusmay can you provide description and steps to reproduce?

@Ehesp
Copy link
Contributor

Ehesp commented Apr 20, 2017

C'mon @LakshmananPonnusmay you need to give some more than that, you haven't even filled the issue template out.

Which lib is causing linking issues for a start?

@peterp
Copy link
Contributor

peterp commented Apr 21, 2017

@Ehesp @atkit I experienced this this morning; it was with react-native-fetch-blob

> react-native run ios
[...]
2017-04-21 15:33:14.006 xcodebuild[69189:4920661] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1" UserInfo={NSDebugDescription=Unexpected character / at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Missing ';' on line 1032" UserInfo={NSDebugDescription=Missing ';' on line 1032}}

The offending line in the xcodeproj:HEADER_SEARCH_PATHS = "$(inherited)""$(SRCROOT)/../node_modules/react-native-fetch-blob/ios/**";

Steps to reproduce

> npm install --save react-native-fetch-blog
> react-native link
> react-native run ios

@ncuillery
Copy link
Contributor

@peterp See my comment here #13461 (comment)

@facebook facebook locked as resolved and limited conversation to collaborators Jun 1, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 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

7 participants