Post not yet marked as solved
When I mean slow, I mean it can take 3 minutes to type 5 carriage returns!
FB9646476
A bunch of users are having this problem. XCode 12.5.1 doesn't have this problem.
I am having this super slow problem on my M1 MacBook Pro 13" 16G.
Has anyone found a work-around???
Thanks!
Post not yet marked as solved
Yesterday the XCode 10 simulator was running fine. Today, instantly crashes upon launch.I have run the XCode 9 simulator and reset simulator. I have "installed" XCode 10 from app store.Is there a preference I can delete for the simulator?Crashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYTermination Signal: Segmentation fault: 11Termination Reason: Namespace SIGNAL, Code 0xbTerminating Process: exc handler [0]VM Regions Near 0:--> __TEXT 000000010a1cc000-000000010a271000 [ 660K] r-x/rwx SM=COW /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator
Post not yet marked as solved
On IOS15 beta 8 (not sure of other versions) if I open a PDF from the Files App from a document stored in the One My iPad folder, then use the Open in... or Share button to send to my app, dataWithContentsOfURL always returns nil. Is this a known problem?
Not all the apps have a problem opening the file. Chrome has a problem but Apple Mail doesn't.
Thanks
data = [NSData dataWithContentsOfURL:url];
Post not yet marked as solved
I get beach balls when switching to Xcode 12 and when doing simple searches. I get it with all projects and not only that, it happens on my i7 2015 MacBook Pro and my new M1 MacBook.
Anyone else getting this???
I've done an Xcode sample and but have heard nothing back from Apple.
Post not yet marked as solved
I put a couple of Apple Watch apps on the App Store. They are approved and for sale. I sent myself 2 codes to redeem and they were both accepted. In the App Store it shows the app as purchased, but these purchased apps do not show up anywhere else.
I would expect these apps to appear in the Watch app; but they are not listed.
Any ideas? Thanks in advance
Post not yet marked as solved
I am trying to use xcrun altool.
Here is the cli command:
/usr/bin/xcrun altool --list-providers -u “APPLEIDDEVACCOUNT” -p “APPPASSWORD”
No matter what I try - application created password or actual password for the account I get the following.
Not sure what is going on. Thanks
CFURLRequestSetHTTPCookieStorageAcceptPolicyblock_invoke: no longer implemented and should not be called
2020-08-12 07:36:01.064 altool[8552:289303] * Error: Failed to retrieve providers info.
2020-08-12 07:36:01.064 altool[8552:289303] * Error: code -1011 (Failed to authenticate for session: (
"Error Domain=ITunesConnectionAuthenticationErrorDomain Code=-20101 \"Your Apple ID or password was entered incorrectly.\" UserInfo={NSLocalizedRecoverySuggestion=Your Apple ID or password was entered incorrectly., NSLocalizedDescription=Your Apple ID or password was entered incorrectly., NSLocalizedFailureReason=App Store operation failed.}"
) Unable to list providers.)
Post not yet marked as solved
I have code signed a screen saver (legacy screen saver)
I have verified it is code signed using: codesign -vvv --deep --strict pathtofile
(valid on disk, satisfies its Designated Requirement)
I have tried putting the file into a folder and then using:
/usr/bin/ditto -c -k --keepParent APP_PATH ZIPPATH
and I have tried just zipping the .saver file using the same ditto command.
Then I try to notarize by using:
xcrun altool \-notarize-app \
--primary-bundle-id "com.***.screen.zip" \-username appleID \
-password appSpecificPassword \
--asc-provider ProviderShortName \
--file screensaver.zip
It says No errors uploading and gives me a RequestUUID back.
However at the end of all this, it tells me it was not notified, that status = invalid, status code = 2, Package invalid
How can I find out what the problem is? Where did I go wrong?
Thanks!
I have a general question. If I wanted to develop a local app for a small business, how would I be able to distribute this? For example, lets say I wrote an app for a small hobby shop. To make it available to the public, would the app store be the correct place? That seems too general.Would they need to have an enterprise account? For each business I work with, would they need their own account?Thanks for any help on this.
I have had an app in the app store selling for 9 years, ever since the first iPad.For some reason, when I submitted my latest update, they think that my app is a "business entity" and want proof that I own the "business" that is the name of my app.I don't understand why after 9 years they think my app name is a business that I need to prove that I own.I have several apps under different names and they don't seem to require that each name be a separate business.
Post not yet marked as solved
I have an app that I have uploaded 6 betas with no issues.Now when I upload, I get this warning (no changes since the last upload).The app references non-public selectors in Payload/MyApp.app/MyApp: log:level:flag:context:file:function:line:tag:format:args:How can I debug this? I've searched but I cannot find anything on this. Thanks
Post not yet marked as solved
Anyone seen this? I draw using white color into a graphics context. I turn it into a UIImage.I then draw that into a PDF.The white drawings have black outlines around them. I have reported this and also asked for DTS help.That was December 10th of last year. I never had DTS take so long to reply.Thanks for any help.r, g, b = 255.0la = 1.0CGContextSetRGBStrokeColor(context, r, g, b, la); //values for R, G, B, and Alpha CGContextSetBlendMode(context, kCGBlendModeNormal);// where ls is a line value for widthCGContextSetLineWidth(context, ls); // for sizeI draw from a start point to end pointCGContextMoveToPointCGContextAddLineToPointCGContextStrokePathUIImage *image = UIGraphicsGetImageFromCurrentImageContext();---- into PDFCGImageRef imageRef = [image CGImage];CGContextDrawImage(writeContext, theAreaRect, imageRef);
Post not yet marked as solved
Every since XCode 10, I notice it has been using a large amount of virtual memory and slowing down my computer.I just did a compile and it used 40G of disk space. Anyone having this issue?
Post not yet marked as solved
My Parent app IS signed correctly. I have verified in every screen. Has anyone seen this?Thanks!XCode 10.0 beta 6---------------error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's. Embedded Binary Signing Certificate: Software Signing Parent App Signing Certificate: - (Ad Hoc Code Signed)
Has anyone seen this? Usually in bright light, the iPhone X will actually react to some touches without touching the screen at all. You can hover your finger over and move it toward the screen and it will select text, randomly touch spots and trigger things. It's usually in Google News or Apple News and it's completely bizzarre. I've had it selecting text in Notes and other apps.I mean, I guess it's cool but so weird....
Post not yet marked as solved
Are you using bugreporter.apple.com or the feedback app (which looks out of date)?