I am trying to add a plugin for IOS platform for my cordova project.
The IOS platform and the plugin is added using the below commands successfully :
Add platform for IOS : cordova platform add ios
Add Pluign :cordova plugin add cordova-plugin-barcodescanner.
After that I have updated the ID field in the config.xml to the App id which I want to use.
Now when i am running the build command i am getting error :
Command used : cordova build ios --device --release
Error :
/Users/rvarma/Library/Developer/Xcode/DerivedData/YourAppName-bvnbpvqqrjvjcsfhshicczrejuur/Build/Intermediates.noindex/ArchiveIntermediates/YourAppName/InstallationBuildProductsLocation/Applications/YourAppName.app: resource fork, Finder information, or similar detritus not allowed
Command CodeSign failed with a nonzero exit code
ARCHIVE FAILED
The following build commands failed:
CodeSign /Users/rvarma/Library/Developer/Xcode/DerivedData/YourAppName-bvnbpvqqrjvjcsfhshicczrejuur/Build/Intermediates.noindex/ArchiveIntermediates/YourAppName/InstallationBuildProductsLocation/Applications/YourAppName.app
(1 failure)
xcodebuild: Command failed with exit code 65
Can anyone tell where am i going wrong.
TIA,
Aishwarya
The IOS platform and the plugin is added using the below commands successfully :
Add platform for IOS : cordova platform add ios
Add Pluign :cordova plugin add cordova-plugin-barcodescanner.
After that I have updated the ID field in the config.xml to the App id which I want to use.
Now when i am running the build command i am getting error :
Command used : cordova build ios --device --release
Error :
/Users/rvarma/Library/Developer/Xcode/DerivedData/YourAppName-bvnbpvqqrjvjcsfhshicczrejuur/Build/Intermediates.noindex/ArchiveIntermediates/YourAppName/InstallationBuildProductsLocation/Applications/YourAppName.app: resource fork, Finder information, or similar detritus not allowed
Command CodeSign failed with a nonzero exit code
ARCHIVE FAILED
The following build commands failed:
CodeSign /Users/rvarma/Library/Developer/Xcode/DerivedData/YourAppName-bvnbpvqqrjvjcsfhshicczrejuur/Build/Intermediates.noindex/ArchiveIntermediates/YourAppName/InstallationBuildProductsLocation/Applications/YourAppName.app
(1 failure)
xcodebuild: Command failed with exit code 65
Can anyone tell where am i going wrong.
TIA,
Aishwarya