I a developing a mobile app and i am getting this build error when try to launch the app on ios simulator. Much appreciate that if someone can help me figure this out.
[ERROR] ** BUILD FAILED ** [ERROR] The following build commands failed: [ERROR] CopySwiftLibs /Users/shenalvanderwall/Documents/Appcelerator_Studio_Workspace/appforusers/build/iphone/build/Products/Debug-iphonesimulator/appforusers.app [ERROR] (1 failure)
Process exited with 1
app was perfectly running till yesterday.
ti clean
in your project to clean everything before building. Also use--log-level trace
when building the app and check if there are more infos above that error – miga