Skip to content

fix: syntax error in iOS xcodeproject#309

Merged
emin93 merged 1 commit intoreact-native-community:mainfrom
mfazekas:patch-1
Oct 27, 2022
Merged

fix: syntax error in iOS xcodeproject#309
emin93 merged 1 commit intoreact-native-community:mainfrom
mfazekas:patch-1

Conversation

@mfazekas
Copy link
Contributor

@mfazekas mfazekas commented Oct 27, 2022

Fixes regression caused by:#308

See: https://github.com/react-native-community/react-native-template-typescript/pull/308/files#diff-5e5f05dcdf7a14aea292c3172649e6a220923662fdb41d409997c37da721d27eR565

pod install

.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/nanaimo-0.3.0/lib/nanaimo/reader.rb:284:in `raise_parser_error': [!] Invalid character "\\xE2" in unquoted string (Nanaimo::Reader::ParseError)
   #  -------------------------------------------
   #                            ENABLE_STRICT_OBJC_MSGSEND = YES;
   #                            ENABLE_TESTABILITY = YES;
565>                            "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ”;
                                                                         ^
   #                            GCC_C_LANGUAGE_STANDARD = gnu99;
   #                            GCC_DYNAMIC_NO_PIC = NO;
   #  -------------------------------------------

Fixes regression caused by:


```
.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/nanaimo-0.3.0/lib/nanaimo/reader.rb:284:in `raise_parser_error': [!] Invalid character "\\xE2" in unquoted string (Nanaimo::Reader::ParseError)
   #  -------------------------------------------
   #                            ENABLE_STRICT_OBJC_MSGSEND = YES;
   #                            ENABLE_TESTABILITY = YES;
565>                            "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ”;
                                                                         ^
   #                            GCC_C_LANGUAGE_STANDARD = gnu99;
   #                            GCC_DYNAMIC_NO_PIC = NO;
   #  -------------------------------------------
```
@emin93 emin93 merged commit 2b3899a into react-native-community:main Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants