Getting the following error when I try to run my program on an iOS device
[INFO] : Invoking xcodebuild
[ERROR] : ** BUILD FAILED **
There is no other information displayed in the console about why the build has failed. I don't think my code is the issue because
- It runs fine on the simulator, and
- I tried running an example "Hello World" app and the same error occurred
I have recently updated my certificates and provision profiles, which is when this error started occurring.
I am running:
- Node.js Version = 8.9.1
- npm Version = 5.5.1
- Appcelerator studio Version = 5.1.1.201809051655
- Titanium SDK Version = 7.5.0.GA
- Xcode Version = 10.1
Based on other forum posts that I have read, I have tried:
- Cleaning the project
- Using an older version of the Titanium SDK
- Deleting old provision profiles from Xcode
- Deleting old certificates from the keychain
- Assigning correct provision profile and certificate from Run > Run Configurations
- Removing modules used on the project
- Using devices with different versions of iOS
Really at a loss of what else to try. Any recommendations would be greatly appreciated.