xcode/cordova signing errors

Hello, I am completely new to mobile development, I'm building things out in Cordova because It's more familiar to me than swift.


I have a free account, for now, I am just trying to test on my phone because the app I built relies heavily on the use of the camera/video.


The app builds fine on Cordova's end, that doesn't mean I'm ruling out my being part of the problem.

The errors I am getting appear to be signing issues.


An invalid value 'XC com brendan rate_my_beta' was provided for the parameter 'appIdName'.

No profiles for 'com.brendan.rate_my_beta' were found: Xcode couldn't find a provisioning profile matching 'com.brendan.rate_my_beta'.

Code signing is required for product type 'Application' in SDK 'iOS 10.3'


Not totally sure where to start and truthfully I am having trouble just getting back to the screen where I can change my team, etc.


Hope you all can help a noob like me.

The problem was very small but important as it usually is.


I'm not sure if this is with everything you stick into Xcode or if this is just Cordova projects, but if you use underscores "_" it will ***** up your build, the same thing can happen if you use hyphens "-" with Android.


Found this at the bottom of a git repo search cordova-ionic-phonegap-branch-deep-linking on github since I cannot put links in without them being moderated and without a doubt never seen.

I have Sierra OS and having a issue with cordova command line build - trying to create ipa from command line for automation


The build and archive works perfectly fine when done from XCode IDE, but when using CLI i get the error pasted below.

Command: cordova build ios --device --buildConfig


I have used correct provisioning profile and team etc in build.json


What is this ".app: unknown error -1=ffffffffffffffff" how to solve it?


/usr/bin/codesign --force --sign 12C94CXXXXXXXXXXXXXXX16E9AEBF6AB06ADD --entitlements /Users/XXXX/Library/Developer/Xcode/DerivedData/XXXX_XXXX-bznjdwrmpxxmzudbdvcjspewllmt/Build/Intermediates/ArchiveIntermediates/XXXX\ XXXX/IntermediateBuildFilesPath/XXXX\ XXXX.build/Release-iphoneos/XXXX\ XXXX.build/XXXX\ XXXX.app.xcent --timestamp=none /Users/XXXX/Library/Developer/Xcode/DerivedData/XXXX_XXXX-bznjdwrmpxxmzudbdvcjspewllmt/Build/Intermediates/ArchiveIntermediates/XXXX\ XXXX/InstallationBuildProductsLocation/Applications/XXXX\ XXXX.app

/Users/XXXX/Library/Developer/Xcode/DerivedData/XXXX_XXXX-bznjdwrmpxxmzudbdvcjspewllmt/Build/Intermediates/ArchiveIntermediates/XXXX XXXX/InstallationBuildProductsLocation/Applications/XXXX XXXX.app: unknown error -1=ffffffffffffffff

Command /usr/bin/codesign failed with exit code 1



* ARCHIVE FAILED *





The following build commands failed:

CodeSign /Users/XXXX/Library/Developer/Xcode/DerivedData/XXXX_XXXX-bznjdwrmpxxmzudbdvcjspewllmt/Build/Intermediates/ArchiveIntermediates/XXXX\ XXXX/InstallationBuildProductsLocation/Applications/XXXX\ XXXX.app

(1 failure)

Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/XXXX/Documents/code-push/XXXXXXXXnew-ios/platforms/ios/cordova/build-release.xcconfig,-workspace,XXXX XXXX.xcworkspace,-scheme,XXXX XXXX,-configuration,Release,-destination,generic/platform=iOS,-archivePath,XXXX XXXX.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/XXXX/Documents/code-push/XXXXXXXXnew-ios/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/XXXX/Documents/code-push/XXXXXXXXnew-ios/platforms/ios/build/sharedpch

My advice, put cordova down and learn to code natively and not rely on 3rd party tools.

this isn't helpful in the slightest

xcode/cordova signing errors
 
 
Q