Posts

Post not yet marked as solved
1 Replies
278 Views
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!
Posted Last updated
.
Post not yet marked as solved
9 Replies
13k Views
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
Posted Last updated
.
Post not yet marked as solved
3 Replies
326 Views
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];
Posted Last updated
.
Post not yet marked as solved
12 Replies
2.1k Views
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.
Posted Last updated
.
Post not yet marked as solved
0 Replies
306 Views
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
Posted Last updated
.
Post not yet marked as solved
20 Replies
8.1k Views
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.)
Posted Last updated
.
Post not yet marked as solved
3 Replies
708 Views
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!
Posted Last updated
.
Post marked as solved
2 Replies
614 Views
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.
Posted Last updated
.
Post marked as solved
1 Replies
465 Views
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.
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.6k Views
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
Posted Last updated
.
Post not yet marked as solved
1 Replies
777 Views
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);
Posted Last updated
.
Post not yet marked as solved
1 Replies
815 Views
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?
Posted Last updated
.
Post not yet marked as solved
4 Replies
12k Views
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)
Posted Last updated
.
Post marked as solved
2 Replies
896 Views
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....
Posted Last updated
.