Native iOS project for Masters program in HS Fulda University of Applied Sciences.
Using this application, students can easily find which rooms are lecture free in a specific floor of a building. It also shows navigation to that room.
-
This project has 4 dependencies. All are exist within NavigateMe/Pods directory.
-
If anyone wants to update these, please remove NavigateMe/Pods directory and Podfile.lock
-
Then please enter inside the directory NavigateMe/ using "cd" where Podfile exists.
cd NavigateMe/
-
After that, please run command "pod install"
If CocoaPods is not install in machine then please install it using "sudo gem install cocoapods" command.
-
The above command will install all dependencies mentioned in the Podfile.
-
After successful dependecies installation, please run NavigateMe.xcworkspace instead of NavigateMe.xcodeproj
-
Finally, please check followings:
please click "Project Navigator" tab in left pannel, then NavigateMe(Top in 1st Tree) Targets -> NavigateMe -> Build Settings -> Enable Bitcode -> Yes Pods(Top in 2nd Tree) -> Targets -> TesseractOCRiOS -> Build Settings -> Enable Bitcode -> Yes
If "Enable Bitcode" is set to "No", then please change the value to "Yes".