Planning to add iCloud support for our application. Tried to switch on iCloud from Capabilities. While doing it I get following result
The identifier which is not available is what my identifier. Tried to resolve issue by hitting Fix issue button but nothing happens. If i try build the app I get following error
How to resolve this. Any idea would be greatly appreciated.
Related
I am facing an issue while uploading a new version on the apple store. I am using Xcode Organizer to push a new version. When I have an archive, its successful done, however, I am not able to upload it successfully. I have chosen Distribute app option when archive did but in middle of uploading it, stops and error occurred.
Here is the image which is showing what exactly happens.
I have tried to remove and add again apple id and password as I am using the auto sign method so I thought might be some issue occurred because of it. But not able to get any success.
Even I have used Application Loader for uploading but the same issue I faced. Here is the image for application loader.
If anyone aware of it kindly help me to come out from this weird issue.
I think you have issue with your machine or Xcode. You should try on another machine will fix your issue. Sometimes it's happening due to some network proxies or machine not configured properly.
My solution was to upload using Application Loader. At first it seemed like it's stuck as well, but after about 10 minutes it started uploading.
I'm trying to add a new iOS app in my project on Firebase console and I'm getting this generic error.
There was an unknown error while processing the request. Try again.
I've tried to login again, didn't work. Also tried on several different browsers, didn't work too.
My project has just 23 apps and the same problem does not happens when I try to add a new Android App.
Are someone facing the same problem? What should I do?
This happened to me, I just signed out from Firebase/Google account and completely signed out of chrome and signed back in again. This worked.
The project was already created. So I just had to click on it, or you could try using another browser/device
If that won't work, try deleting some unused, preferably IOS, projects from the firebase console AND https://console.cloud.google.com/
I am trying to add a new build to TestFlight for testing to a group of users. But everything it is showing me this alert. I am unable to find out what can be the issue. Please help me out, if anyone has any idea about this.
Have you tried logging in and out of AppStore Connect and quitting the browser?
This is a mystery to me and I hope you can help me out...
I have made an app that has got a QR-scanner and when accessing it on a fresh install on my iphone an alert is shown subsequently. The problem is that the camera image freezes up and I am unable to scan any QR-codes...
This problem goes away once I run the application from xcode again...
This is what's printed out in the console:
_BSMachError: port 13403; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
Note that I have added NSCameraUsageDescription to Info.plist.
Thanks for your help!
UPDATE:
I've tried adding NSPhotoLibraryUsageDescription and other similar permissions to the Info.plist file, as well as changing the localization native development region from EN to US (as solution read in other threads) but still no luck...
UPDATE #2:
I created a new project yesterday, reusing the same code and the "QR-scanner view" works just fine!
Question: Could it be some form of conversion-related issue?
The project was created in Swift 2.2 and converted to the new syntax of Swift 3 just recently. That is the only real difference regarding the issue that I can think of...
Happy to hear your thoughts on this matter!
It might be occurring due to missing permissions.
Try adding the below in Info.plist keys like
NSPhotoLibraryUsageDescription
Found the problem!
The issue suddenly occurred in my new project as well, so I started debugging!
While running the app I checked out the Debug View Hierarchy (the 3D snapshot function in the console menu)...
So it turned out that there was a second instance of the UI running on top of another one - This is the reason why my camera-view appeared to have frozen.
Cause: I have a slide-out menu (from tutorial: http://dennissuratna.com/slide-out-navigation-swift/) set in my app and had added login and registration-views
(from tutorial: https://www.youtube.com/watch?v=PKOswUE731c) to the project.
Now I found out that the second instance of the UI was created after logging into the app and thereby causing the problem.
Removing the connections to the login and reg-views solved the issue, so now I just have to find out where to make the proper implementations for it all to work as desired.
NOTE:
The BSMachError-message is still printed out in the console whenever I run a fresh install of the app on my iPhone. The "error" is printed in the console when the alert for granting access to the camera is shown on screen.
The app runs as expected, without any problems, so I think it's safe to say that the
BSMachError-printout should be viewed as a printout and not an actual error that would cause a potential crash.
Xcode 8.2.1, iOS 10.2.1
Just ran into the same issue. Please make sure you have a message entered for NSCameraUsageDescription and NSPhotoLibraryUsageDescription.
To easily find these keys select "Show Raw Keys & Values" from the Editor menu.
Hope this helps.
Cheers.
I've been working on my app for a while and recently I haven't been able to run the app on iOS devices. I keep getting an error saying "App installation failed: Could not inspect the application package"
I looked up this error and tried doing what others did to resolve it, but nothing worked for me. A lot of answers said that there couldn't be non latin characters in the title, that doesn't effect me. I tried 'cleaning' the project multiple times. I deleted the derived data but that didn't help either. How do I fix this issue so I can continue to test on iOS devices.
I don't know what data share here to help resolve the issue.... soooo if you need anything just ask.
I've already tried XCode > Preferences > Accounts, removing all apple ids and re-logging in.