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

* Removed the star from every pod as when doing pod install it drops … #1

Merged
merged 1 commit into from
Nov 28, 2020

Conversation

geo-vi
Copy link
Contributor

@geo-vi geo-vi commented Nov 28, 2020

…the following error:

Removing star from podfile react-viro

[!] Invalid Podfile file:
[!] Invalid ViroReact_static_lib.podspec file: syntax error, unexpected tSTRING_BEG, expecting end
s.dependency 'React'
^
/react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:19: syntax error, unexpected end, expecting end-of-input.

from /react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:18

-------------------------------------------

s.platform = :ios, '10.0'*

s.dependency 'React'

end

-------------------------------------------

.

from /react-native/viro-testbed/ios/Podfile:12

-------------------------------------------

config = use_native_modules!

-------------------------------------------

giv:ios itstequilabby$ pod install
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
Consider adding the following to ~/.profile:

export LANG=en_US.UTF-8

Ignoring digest-crc-0.6.1 because its extensions are not built. Try: gem pristine digest-crc --version 0.6.1
Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
Ignoring unf_ext-0.0.7.7 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.7

[!] Invalid Podfile file:
[!] Invalid ViroReact_static_lib.podspec file: syntax error, unexpected tSTRING_BEG, expecting end
s.dependency 'React'
^
/react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:19: syntax error, unexpected end, expecting end-of-input.

from /react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:18

-------------------------------------------

s.platform = :ios, '10.0'*

s.dependency 'React'

end

-------------------------------------------

.

from /react-native/viro-testbed/ios/Podfile:12

-------------------------------------------

config = use_native_modules!

-------------------------------------------

…the following error:

Removing star from podfile react-viro

[!] Invalid `Podfile` file:
[!] Invalid `ViroReact_static_lib.podspec` file: syntax error, unexpected tSTRING_BEG, expecting end
  s.dependency 'React'
               ^
/react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:19: syntax error, unexpected end, expecting end-of-input.

 #  from /react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:18
 #  -------------------------------------------
 #    s.platform            = :ios, '10.0'*
 >    s.dependency 'React'
 #  end
 #  -------------------------------------------
.

 #  from /react-native/viro-testbed/ios/Podfile:12
 #  -------------------------------------------
 #
 >    config = use_native_modules!
 #
 #  -------------------------------------------
giv:ios itstequilabby$ pod install
    WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
    Consider adding the following to ~/.profile:

    export LANG=en_US.UTF-8

Ignoring digest-crc-0.6.1 because its extensions are not built. Try: gem pristine digest-crc --version 0.6.1
Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
Ignoring unf_ext-0.0.7.7 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.7

[!] Invalid `Podfile` file:
[!] Invalid `ViroReact_static_lib.podspec` file: syntax error, unexpected tSTRING_BEG, expecting end
  s.dependency 'React'
               ^
/react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:19: syntax error, unexpected end, expecting end-of-input.

 #  from /react-native/viro-testbed/node_modules/react-viro/ios/ViroReact_static_lib.podspec:18
 #  -------------------------------------------
 #    s.platform            = :ios, '10.0'*
 >    s.dependency 'React'
 #  end
 #  -------------------------------------------
.

 #  from /react-native/viro-testbed/ios/Podfile:12
 #  -------------------------------------------
 #
 >    config = use_native_modules!
 #
 #  -------------------------------------------
@geo-vi geo-vi self-assigned this Nov 28, 2020
@geo-vi geo-vi added the bug Something isn't working label Nov 28, 2020
@geo-vi geo-vi merged commit 9bd4fe1 into main Nov 28, 2020
@geo-vi geo-vi deleted the pods-crashing branch November 28, 2020 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant