Description Environment Xcode version: Xcode15 Beta1 Firebase Component: Crashlytics Installation method: Swift Package Manager (SPM) Firebase SDK version: 10.4.0 Problem During the build process of my iOS application, I encountered an error related to processing the Info.plist file. Here is the error message: error: Info.plist Error Unable to process Info.plist at path /Users/...../Info.plist This could be a timing issue, make sure the Firebase run script build phase is the last build phase and no other scripts have moved RakutenIchiba.app from the location Xcode generated it. You can also add '$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)' as an Input Files dependency for your Firebase run script build phase. Github Link: https://github.com/firebase/firebase-ios-sdk/issues/11400 Reproducing the issue Steps to Reproduce [Add the steps you take to reproduce the issue. This could be setting up a new project, adding Firebase via SPM, adding a Run Script phase, etc.] What I've tried
Search results for
We are unable to process your request
69,608 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We are trying to implement Apple pay for web using .net technology. but getting following error:The Specified CGI application encountered an error and the server terminated the process,status:502and we have used mechant.cert file generated via apple developer account to create secure httpclient.we have followed below reference url:https://www.oshyn.com/blogs/2017/january/apple-pay-developmentPlease help us with some guide reference.
Hi everyone,I recently created a new podcast and I'm trying to submit it to iTunes but with no success. I authorized my PC in iTunes (windows), went to the store, selected the podcast category, and clicked submit podcast. I was redirected to podcastconnect, entered my appleID and my password. Then, I was lead to a Terms of Service page, have clicked on Agree and finally triggered the accept button.After all these steps, I get a default error page We can't proccess your request. Try to reload the page. If the problem persists, contact us and a link to the iTunes Connect homepage.I tried this homepage and got the same issue.I don't know if it helps, but that is the error page URL I'm being redirected: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/defaultErrorI tried from another computer and from different web browsers (including safari) as well. Unfortunately I don't own any apple devices to test it from them.Oh, I also checked the services for my country and it's all OK.How can I so
New after update to Xcode 15: Error processing request from MAD on result: Error Domain=NSOSStatusErrorDomain Code=-128 Request was canceled Here is my code which I call within my GameViewController's viewDidLoad(). present(itsPlayerController!, animated:true) { self.itsMoviePlayer?.play() self.itsMovieIsFinished = false } Here is my code which I call at various times via playMovie(movieName: pose): func playMovie(movieName: String) { NotificationCenter.default.addObserver(self, selector: #selector(playerDidFinishPlaying), name: NSNotification.Name.AVPlayerItemDidPlayToEndTime, object: itsPlayerController?.player?.currentItem) present(itsPlayerController!, animated:true) { self.itsMoviePlayer?.play() self.itsMovieIsFinished = false } } // playMovie @objc func playerDidFinishPlaying(note: NSNotification) { self.itsPlayerController?.dismiss(animated:false, completion:nil) nextScene() changeScene() // re-init for next time setupMovie(theMovieName: pose) } NB: If I do not call playMovie
Thank you - requested details now added to FB11733455. Unfortunately I can't provide a sysdiagnose as we are unable to reproduce (it works fine in our dev & test environments). We will look in to implementing Proactive Restore - it looks like a much smoother process for our customers.
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
Secret key, requesting access to App Store Connect API, unable to submit
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
App Store Connect API
I have been trying to upload an app that stands at 4.2 GB mostly onDemandResources. We have successfully uploaded 4.5GB IPA to AppStore one week back. It processed successfully. For the past three days when I am trying to upload a new build to the app store, I have tried around 11 builds we are receiving the following error. While processing your iOS app, errors occurred in the app thinning process, and your app couldn’t be thinned. If your app contains bitcode, bitcode processing may have failed. Because of these errors, this build of your app will not be able to be submitted for review or placed on the App Store. For information that may help resolve this issue, see [Tech Note 2432] I tried uploading builds with few ODR assets so app sizes falls at 540MB, 600MB, 2.4GB, and 2.5GB, all of them got processed without any issues. But 3.94GB, 4.2GB, 4.3GB, 4.9GB builds got failed. Does anyone having the same issue from last week?
We're trying to contact Apple support on multiple occasions, but we receive no resposne from them for 3 month. List of ticket IDs we've tried so far: 102451656333, 102546941775, 102540895314, 102536745978, 102525689698. We want to enroll as a business account.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Unable to process application at this time due to the following error: Missing or invalid signature.
I have the following error with Xcode 10 version: Unable to process application at this time due to the following error: Missing or invalid signature. when I want to upload my application to the appStore, help please how can i solve this error.
Hi Apple Team, Today I must to report this error because if this error don't get a fix soon, there will no be anymore new developers in Apple Community who is enrolled to the Apple Developer Program. This error I getting constantly is from last year and it's not fixed yet. After I chose Developer Account Type, select agree and continue, I'm constantly redirected to this page: Enroll - Apple Developer - https://developer.apple.com/enroll/error And the Error message I recieved from that page is: Error Message: We are unable to process your request. An unknown error occurred. I double checked and I meet all the requirements to enroll to Apple Developer Program but still doesn't work. From Developer Tools Option in Microsoft Edge browser (Chromium-based), I got this error - you can try to look closely to this error and maybe you can fix Enrollment problem with fixing those errors: Console log: [localizationService] Key not found: appnav.meta.description npm.angular.bundle.js?v=34d2:1 Error: Fail
I'm working on a project that will also support a My Devices web portal. For making this work, we need the name that a user did assign to the device. In the documentation there is a link to apply for the com.apple.developer.device-information.user-assigned-device-name entitlement but the link is going nowhere for me. How to request the com.apple.developer.device-information.user-assigned-device-name entitlement from here? Apple Documentation: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_device-information_user-assigned-device-name Link to request the entitlement: https://developer.apple.com/contact/request/user-assigned-device-name/ WWDC 2022 session where this entitlement is described: https://developer.apple.com/videos/play/wwdc2022/10096
I am attempting to test out SensorKit in Xcode 12 Beta 3 and haven't been able to request authorization for a set of sensors using SRSensorReader.requestAuthorization(sensors:) - https://developer.apple.com/documentation/sensorkit/srsensorreader/3377656-requestauthorization. I've added keys to my Info.plist after seeing error messages that they were missing but I'm stuck on this one: [AuthorizationPrompt] Error Domain=SRErrorDomain Code=8197 Your bundle's Info.plist must have an NSSensorKitUsageDetail key UserInfo={NSLocalizedDescription=Your bundle's Info.plist must have an NSSensorKitUsageDetail key} I've added a (string) key for NSSensorKitUsageDetail but am still seeing this error. Does this key need to be a different type or am I missing something else or is this a bug?
Can't add existing testers to build, because error We can’t process your request. Try reloading the page. If the problem persists, contact us. f7c1a535-feb8-43da-8fd6-3d7da9ddbe12 appears
We recently submitted our app, for approval, but unfortunately, it has not been approved. Our team has worked diligently to incorporate innovative ideas, fresh designs, and unique features that we believe offer significant value to users. We’ve carefully followed the guidelines and ensured that all aspects of the app, including user data safety and security, meet industry standards. Despite our efforts, we’ve encountered difficulties in getting the app approved. We would greatly appreciate your insights into the specific reasons for the denial and any areas that may require further improvement. Any sort of help or guidance will be much appreciated.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
App Store
Beta
App Review
App Submission
Long story short, I've been trying to register for the Apple Developer Program for a few days with no luck. I keep getting a We're unable to process your request message, with the following network response: {responseId:ed009d41-2d2c-4212-98cf-e44fe0f882d8, resultCode:202018, resultString:Your request could not be processed, userString:Your request could not be processed, creationTimestamp:2022-03-05T19:01:01Z, userLocale:en_US, requestUrl:https://developer.apple.com/services-enrollment/submitIndividualEnrollment, httpCode:406} I have looked through various threads on this, e.g. here but none of the suggested solutions help. To make things more interesting, Apple also insists that I'm trying to register as a company even though I'm an individual (I always get redirected to https://developer.apple.com/enroll/organization/details/edit/signing-authority when I go to https://developer.apple.com/enroll). I am at my wits end - I've tried using a different AppleI