iPhone app to control Romotive Romo
Note that the app can only be run on an iOS device and does not function on the iOS simulator. This is because the RMCharacter framework and RMCore framework are both imported in the same file. This causes a duplicate symbol error. This same issue occurs in the HelloRomo example app provided by Romotive.
----- ATTENTION -----
In order to correct the header errors:
-
Open the Frameworks folder in the sidebar
-
Remove the references to RMCharacter.bundle, RMCharacter.framework, and RMCore.framework
-
Drag and drop the 3 files you just removed (should be in root directory of folder) back into the Frameworks folder in the sidebar.
-
Run the app.