I have downloaded Xcode 7 beta 4 and opened my Swift iOS 8.4 project in Xcode 7, and have used the "Convert to latest Swift syntax" tool to convert the project to Swift 2.0. But, when I run the app, an error occurs that says: "/Applications/Xcode-beta.app/Contents/Developer/usr/bin/actool failed with exit code 255".
I tried to clean the project, and wipe the Derived Data folder, and uninstalling Xcode 6.4 and running the app, but the problem persists.
Why is this error occurring? Thanks!