Xcode 6 Submission Error - ios

When I try to submit my application in Xcode 6, I get the following error:
ERROR ITMS-90121: “This bundle is invalid. The executable name, as reported by CFBundleExecutable in the info.plist file may not contain these characters: \ [ ] { } parenthesis . + *”
I went and changed the default executable name, ${EXECUTABLE_NAME}, to the apps name. When I did this, I got the following error when I tried to run the app on my phone or a simulator:
“The file “app name” couldn’t be opened because you don’t have permission to view it.”
And the app will not run on my phone and I can’t submit it. I looked for help on how to help this and all I could find is to change the executable name to ${EXECUTABLE_NAME} for Xcode 6 and it will work.
However, when I do this, I get my original error… It is as if I am stuck in a never ending error circle I can’t get out of. Other things I have tried:
(1) Deleting the derived data in the organizer (2) Restarting Xcode (3) Restarting my computer and phone (4) Keeping the default executable name without the symbols
My app is finished I’m just running into this one error in the submission that I can’t seem to find a way around. Any help is appreciated, thanks!

Related

CFBundleIdentifier Collision and more when publising NativeScript app on App Store

I'm having a hard time trying to publish a NativeScript app to the App Store.
First, I had issues with icon files. Now, no matter what I try, I get these errors:
Invalid Binary Architecture, CFBundleIdentifier Collision, Invalid Segment Alignment, Invalid Encryption Info and Non-PIE Binary.
Does anyone know how to fix that?
UPDATE:
I noticed there are two TNSCore.framework on the xcodeproj and one of them is pointing to the node_modules/nativescript-ui-listview/node_modules/nativescript-ui-core/ directory which probably has something to do with the unexpected successful exit code from cancelled command <C0036:'PBXCp TNSListView.framework':P16> error I get from time to time.
It doesn't seem right.
Deleting the duplicated nativescript-ui-core that comes with the nativescript-ui-listview module solved my problem.
rm -rf node_modules/nativescript-ui-listview/node_modules/nativescript-ui-core;

Archive validation failed with errors;

Archive validation failed with errors; Unable to validate your
application - Could not find a CFBundlePackageType within the
info.plist; or the package is missing an info.plist.
Hello,
I'm beginner developer. I just start iOS system.
I first make the code in Xcode, it's OK about Simulator.
When I'm archiving the app in Xcode, I find this error message like photo.
So, I have a googling, I see the this website... developer.apple.com/library/ios/documentation
But, I don't understand it... Could you tell me some tips?
my property status...

iOS APP Error : The application bundle does not contain a valid identifier

I recently created an iOS app on a computer and then switched to another computer. I was able to build the project and run it on an emulator or directly on my phone, but since I changed computer it is not working anymore.
The first time I tried to run it on my phone a message said : "Your certificate has been revoked"
The build succeeds but I have these error messages :
The application bundle does not contain a valid identifier.
When I run the app on my phone.
The operation couldn’t be completed. (LaunchServicesError error 0.)
When I try to run the app on the emulator.
I tried many things to solve this problem such as, adding info.plist in "Build pathes", changing the bundle id, cleaning the project etc. But it still isn't working.
Does anybody have an idea ?
Thank you in advance,

Xcode emulating app LaunchServicesError error 0 [duplicate]

Im trying to run the IOS9 iphone 6 app in Xcode 7 and swift 2.0, but I can't.
If I reset the content and Simulator settings, the first time works but the second one fails again, I have cleaned up the app, I have cleaned the build folder, I have tried setting the NSAllowsArbitraryLoads key to yes, Sorry, but I have a headache searching what's going on. Appreciate help
the error in the coresimulator.log is
07/10/15 21:51:02,800 com.apple.CoreSimulator.CoreSimulatorService[410]:
Error Domain=LaunchServicesError Code=0 "(null)"
UserInfo={Error=PackagePatchFailed,
ErrorDescription=Could not hardlink copy
/Users/edu/Library/Developer/CoreSimulator/Devices/F25180D1-32CD-47E0-9823-D1626546D660/data/Containers/Bundle/Application/7E6A0B88-3B33-435F-A645-3367B6F47154/vippler.app.ios.app
to /Users/edu/Library/Developer/CoreSimulator/Devices/F25180D1-32CD-47E0-9823-D1626546D660/data/Library/Caches/com.apple.mobile.installd.staging/temp.LDNqVX/extracted/Payload/vippler.app.ios.app
with manifest /Users/edu/Library/Developer/CoreSimulator/Devices/F25180D1-32CD-47E0-9823-D1626546D660/data/Library/Caches/com.apple.mobile.installd.staging/temp.LDNqVX/extracted/com.apple.deltainstallcommands.com.Bitamine.vippler-app-ios}
and the screenshot of the info.plist is
From the screenshot, it's clear that your Info.plist is missing a CFBundleVersion ("Bundle Version") key. If that key is missing, it can cause this problem.
Based on error description
Error=PackagePatchFailed,
ErrorDescription=Could not hardlink copy
we would say the compiler couldn't find the path of the resource such as frameworks, images. But the main problem probably is Pod. So try to delete all the cached files by following these steps
command shift G
paste this path /Library/Developer/Xcode/DerivedData
delete relevant finders
Reset Content and settings of the simulator
re-compile the project
Cheers
Changing the entire project root directory path seems to somehow work for me
Make the Exception In Transport Security along with the "NSAllowsArbitraryLoads"

Unable to authenticate the package: 721772200.itmsp

I am writing because I have a serious problem - I have bought the Commander Cool game on the cartoonsmart site. However, a serious problem occured. The application cannot be accepted by the iTune Connect validation. I tried to publish it from two different developer accounts and the error still occurs. The error suggests some problems with the certificate but I am sure it is 100% right because I have published more than 20 apps in the App Store as for now. I ask you for help because you are my last hope. The only thing I changed was to add armv6 in Valid Architectures because without it the app could not load.
Error is displayed via iTunes Connect:
"The following issues were found during validation:
Apple's web service operation was not successful
Unable to authenticate the package: 721772200.itmsp
ERROR ITMS-9000: "The bundle 'com. . ' at bundle path 'Payload/CommanderCool.app is not signed using an Apple submission certificate." at SoftwareAssets/SoftwareAsset (MSItmspSoftwareAssetPackage)?
Maybe you have additional errors like a missing 120x120 icon, if that is the case you should follow this
'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format'
Fix other problems and then you could be able to submit your app, I was having the same problem.
Check the icon file name in Plist file. This may be occur due to wrong icon file name.
Move your icons and splashs to asset catlogs.
I was also facing this problem in xcode 5, actually i was trying to build code which was written in previous version of xcode (4.3 i guess).
I had the same error. In my case, the iPhone 5 was conected.
Steps:
Disconnect the phone.
Select IOS Device (in simulators).
Then archive.

Resources