@eluvio/elv-client-js 3.2.29 → 3.2.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,6 +22,15 @@ The Eluvio Javascript Client is designed to make interacting with the Eluvio Con
22
22
  npm install --save @eluvio/elv-client-js
23
23
  ```
24
24
 
25
+
26
+ NOTE: If you see an `unsupported architecture` error on Mac OS X, try the following:
27
+
28
+ ```
29
+ export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
30
+
31
+ export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
32
+ ```
33
+
25
34
  #### Usage
26
35
 
27
36
  ```