Attempting to build rho app in XCode 5 for iOS7 and I'm receiving the error:
generated/cpp/ApplicationBase.h file not found
From within the Application.h file.
Anyone have any ideas???
Attempting to build rho app in XCode 5 for iOS7 and I'm receiving the error:
generated/cpp/ApplicationBase.h file not found
From within the Application.h file.
Anyone have any ideas???
I am also getting same error while building with Xcode 5 and iOS7.
Points: 0
You voted ‘up’
Gurvinder:
I finally got past that error. I previously reformatted my Mac and added XCode 5 and RMS 4 on. (I also pulled the latest rhodes files from github and built the gem). My issue was that permissions to certain folders did not allow RMS to write the generated app files out. Check your log to see "permission denied" errors in your build effort, then give permissions as appropriate. Once I gave permissions (there were about 3 or 4 folders that I needed to provide rights to) that error was resolved. Now I have different issues - lol.
Hope that helps you out!
Rob
Points: 0
You voted ‘up’
Thanks Rob, appreciate your quick reply. I had to deliver some quick build so reverted back to the last RhoStudio version. But will definitely try your suggestions.
Points: 0
You voted ‘up’