Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. **Note** GyantChatSDK is a device-only framework.
  2.  
  3. ## Development Builds
  4.  
  5. GyantChatSDK is a device only framework. To enable developers to test their integration in the simulator a custom pod is available where x86_64 arch is included. Note that for production builds you should never use this version. The following Podfile changes will integrate the dev version only for the Debug configuration while keeping the production version for the Release configuration.
  6.  
  7. Add GyantChatSDK pod to your app target.
  8.  
  9. ```
  10. pod 'GyantChatSDK-dev', :configurations => ['Debug']
  11. pod 'GyantChatSDK', :configurations => ['Release']
  12. ```
  13.  
  14. Install both pods.
  15.  
  16. ```
  17. pod install
  18. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement