You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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:Generating undeterministic uuids
To Reproduce
:undeterministic_uuids => false
pod install --verbose
Expected behavior
Pod installs correctly
Screenshots
N/A
Additional context
In order to get around this I've added
Which finished running and allowed me to open the
xcworkspace
to continue. I'm sure there is a cyclic dependency maybe thatpod 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.The text was updated successfully, but these errors were encountered: