Ver código fonte

Update README.md

Daniel Cohen Gindi 9 anos atrás
pai
commit
19fd452ae4
1 arquivos alterados com 15 adições e 0 exclusões
  1. 15 0
      README.md

+ 15 - 0
README.md

@@ -34,6 +34,21 @@ If you want to compile for iOS 7:
 2. Make sure that the files are added to the Target membership.
 2. Make sure that the files are added to the Target membership.
 3. If you do not need/want support for *Realm.io*, you can make the `Realm.framework` *optional* in your Build Phases, or avoid copying the `Realm` folder and the `Realm.framework`.
 3. If you do not need/want support for *Realm.io*, you can make the `Realm.framework` *optional* in your Build Phases, or avoid copying the `Realm` folder and the `Realm.framework`.
 
 
+## Troubleshooting
+
+#### Can't compile?
+
+* Please note the difference between installing a compiled framework from Cocoapods or Carthage, and copying the source code.
+* If you are compiling the source code and not using Realm, please *delete* the folder `Charts/Classes/Data/Implementation/Realm` to remove Realm.io support.
+* Please read the **Usage** section again.
+* Search in the issues
+* Try to politely ask in the issues section
+
+#### Other problems / feature requests
+
+* Search in the issues
+* Try to politely ask in the issues section
+
 ## CocoaPods Install
 ## CocoaPods Install
 
 
 Add `pod 'Charts'` to your Podfile. "Charts" is the name of the library.  
 Add `pod 'Charts'` to your Podfile. "Charts" is the name of the library.