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

IOS issue running pod install --verbose crashes at undeterministic uuids #66

Open
kenjdavidson opened this issue Nov 5, 2020 · 0 comments
Assignees

Comments

@kenjdavidson
Copy link
Owner

Mobile Device Environment
Model Name: MacBook Air
Model Identifier: MacBookAir7,2
Processor Name: Dual-Core Intel Core i7
Processor Speed: 2.2 GHz
Number of Processors: 1
Total Number of Cores: 2
L2 Cache (per Core): 256 KB
L3 Cache: 4 MB
Hyper-Threading Technology: Enabled
Memory: 8 GB

Application Environment
React Native 0.60.5
Cocoapods 1.11.0 (I think)

Describe the bug
When attempting to run pod install --verbose the computer crashes:

  • Runs to Generating undeterministic uuids
  • Continues
  • Eventually a Memory issue window pops up
  • Then the computer restarts

To Reproduce

  • Clone the repository
  • Open BluetoothClassicExample/ios
  • Remove the current :undeterministic_uuids => false
  • Run pod install --verbose

Expected behavior
Pod installs correctly

Screenshots
N/A

Additional context
In order to get around this I've added

install 'cocoapods' 
   :undeterministic_uuids => false

Which finished running and allowed me to open the xcworkspace to continue. I'm sure there is a cyclic dependency maybe that pod install is having issues with. Using control^C shows that there is a recursive function handling the building of paths. Will need to look more, but for now it works.

@kenjdavidson kenjdavidson self-assigned this Nov 10, 2020
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

No branches or pull requests

1 participant