"[PAClient Error] Error: E0776" - PARAMETER_ERROR.INVALID [duplicate] - xcode

I created an app with RAD Studio.
I'm trying to publish it to the App Store.
When I try to upload it with Transporter application I verify the package and I obtain following error:
ERROR ITMS-90475: Invalid bundle. Apps that support Multitasking on
iPad must provide the app’s launch screen using an Xcode storyboard,
or using UILaunchScreen if the app’s MinimumOSVersion is 14 or higher.
Verify that the UILaunchStoryboardName key is included in your
it.xxx.yyy bundle if you’re using a storyboard. For
details, see:
https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname
I found some solutions for this, but using Xcode or Xamarin. How can I deal with it in RAD Studio? I tried many ways but I just got parsing errors for the *.info.plist file.

I solved my problem creating my app from scratch directly with Xcode, without RAD Studio, as my app was very simple.

Related

Appium inspector give error "Original error: App with bundle identifier 'xxxx' unknown

I am quite new to Appium testing and I am trying to use Appium inspector https://github.com/appium/appium-inspector.
I run my app 'IntegrationApp' on iOS simulator in Xcode. The bundle identifier shown in Xcode for 'IntegrationApp' is 'com.facebook.IntegrationApp'
And 'IntegrationApp' is running successfully on simulator
Then when I try to connect Appium inspector to app 'IntegrationApp' on simulator, it gives error 'Failed to create session. An unknown server-side error occurred while processing the command. Original error: App with bundle identifier 'com.facebook.IntegrationApp' unknown'
What might the issue be?
Incidentally, the app comes from Appium installation and the 'WebDriverAgent.xcodeproj' project is under .../node_modules/appium/node_modules/appium-webdriveragent, so I assume it's a normal app to use for simulator, i.e. no need of signing etc.
I also tried other app that should already exist on simulator, like app store, but it's giving the same error.
I can't tell you what exactly is the issue but this app is not meant to be used like this. If you just want to get familiar I would advise you to use any of the native iOS apps - like Settings, Camera or whatever. You can find their bundle IDs here

OSX Xamarin App Enetitlements file application identifier error

I've been facing this issue for a little while now. I'm developing an OSX application with Xamarin, and I'm attempting to upload it to the app store through XCode.
I've got my certificates set up and installed, but when I go to validate the archive through organizer I get this error which lists an identifier issue.
I've deleted and recreated all of my certificates, and still i am facing this issue.
For anyone else viewing this, I stopped attempting to do certificates manually and have simply allowed xcode to sign my packages automatically.

An App ID with Identifier 'com.app.appname' is not available. Please enter a different string

I'm getting this error when I try to register a new Bundle ID:
"An App ID with Identifier 'com.app.myappname' is not available. Please enter a different string."
I'm using Ionic/Cordova so I haven't been using much Xcode.
I've seen other stackoverflow pages with the same questions but they all relate to Xcode 7.3.
I'm currently using Xcode 9.2. I didn't know if there was a more recent fix for this - as most of the resources are 2 years outdated
You need to provide your Unique bundle ID which is used for your app-building and distribute on the app store.
As above "com.app.myappname" is a sample App Id you need to replace with yours like =>
com.yahoo.mailapp
Now next question is how to set your App ID?
You can set it through your ionic project from Visual Studio Code or from XCode itself.
Set App Id from the ionic project (Visual Studio code or any other dev tool):
Open Your Config.xml file and set :
After doing this build your app and open it in your XCode and you will get your updated App Id in your XCode.
Now generate codesign for provided App Id.
Link -> How to generate code sign?
Set App Id through Xcode:
After building your app open your iOS generate code in Xcode.
Select Project -> General Tab -> Change your app Bundle Identifier
Hope this will help you to build your app.

Not able to turn on HealthKit capability

I'm trying to experiment with HealthKit on both iOS 9 and WatchOs 2.0, but when I try to turn on HealthKit in the project's Capabilities page, I get the following error message:
Link HealthKit.framework
The framework 'HealthKit.framework' was not found in the SDK for this
target.
The same happens for both the iOS App and the WatchKit App Extension.
I tried to manually find the framework in Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library, but it's not there either.
I'm using XCode 7.0 Beta 4.
Any tips?
Thanks!
So, I excluded Xcode and re-downloaded it.
HealthKit was suddenly there again.
Go figures..

How to create an .ipa file out of phonegap 3.5.0 project?

I'm very new to OS X and facing difficulties even in finding the menu options in xcode.
I tried all the resources available online. All I'm trying is to make an .ipa file out of the phonegap project which uses push notifications. I have tried phonegap build this way:
Created .p12 key and development provision file according to the instructions in the following link:
http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1
It's not working out. So, I started to use xcode to do it. But I don't find an option to edit scheme anywhere.
Kindly help me.
Change you device from iPhone/iPad in XCode to iOS Device then in the project build menu, select Archive. You will be prompted by Xcode to sign the app and if you don't have provisioning profile Xcode will assign you one.
Follow the archive menu to create an download the packaged IPA.

Resources