mirror of
https://gitlab.silvrtree.co.uk/martind2000/WolkSense-Hexiwear.git
synced 2025-01-11 05:55:07 +00:00
18 lines
424 B
Markdown
18 lines
424 B
Markdown
|
Hexiwear iOS
|
||
|
|
||
|
To setup environment please run:
|
||
|
|
||
|
pod install
|
||
|
|
||
|
this will install necessary dependencies and generate XCode workspace.
|
||
|
|
||
|
Open genarated XCode workspace and make sure that search header files is properly set,
|
||
|
by checking that,
|
||
|
|
||
|
Under Hexiwear PROJECT 'Build Settings'
|
||
|
AND
|
||
|
Hexiwear TARGET 'Build Settings'
|
||
|
|
||
|
- Search Paths -> Always Search User Paths is Yes
|
||
|
- Search Paths -> User Header Search Paths is Pods/**
|