Search results for

“xcode github”

96,036 results found

Post

Replies

Boosts

Views

Activity

Reply to Alerts appear in a different language after archiving process
Hello!.... we have a problem publishing with xcode 10 WINDEV and the appsstore..the code runs fine on the simulator, on actual phones, but when we publish it the appstore gets back saying Invalid signaturethe certificate is fine as we have published a native aplication with no problems...can you pls share the settings on windev and the settings on X code to publish propery on appstore?
Dec ’18
Reply to Code Signing Error Message: HELP
Is there a reason you're not using latest Xcode 12.x? my iOS Deployment Target has been set to 9.0, so how does this 13.4 come up? 13.4 is the max iOS version Xcode 11.6 requires (no choice). 9.0 (your choice) is just the minimum...together, they result in a range of iOSs that your app is expected to support. In the mean time see if this page helps: h ttps://medium.com/codespace69/ios-xcode-code-signing-error-code-signing-is-required-for-product-type-application-in-sdk-216c1b16311e
Oct ’20
Code-coverage data not generated when tests are run via X-Code bots.
I am running the application on Version 9.0 beta (9M136h). When I run the UI tests, code coverage report contains numbers for the test file as well for the main project. (Screenshot1). However, If I run the same tests using bots, no code coverage data is generated for the files in the main application, only for the files in the test application. (Screenshot 2)https://www.dropbox.com/sh/25lplykpxvpwpup/AADCe7mGHZl1bhCSIq-v69IWa?dl=0In the project scheme, have gather code coverage data enabled.
0
0
5.4k
Jun ’17
Reply to Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Jun ’24
Reply to Xcode 11 - "error: Relocation out of range"
Ok, here's what happened. To open the project in XCode 11 I had to convert Swift from 3.x to 4.x. When I made some manual changes to add the @objc tag, I errantly added it to a few private functions in the code. I'm guessing the 'out of range' message meant 'hey, we can't see those functions you idiot.I removed it and now builds fine on all devices & ios versions.Hopefully this helps someone in he future...
Jul ’19
Reply to xCode - ITMS-90111: Unsupported SDK or Xcode version
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Jun ’24
Reply to Can't change background task identifier
Here's what I did: Ran with original name. Debug commands work fine. Stopped app in xcode, and changed names (added x at end of identifier in target (replicated to Info.plist), and code Removed app from phone Shutdown phone and rebooted. Ran with new names from xcode...same problem Switched name back...runs fine.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’24
Reply to Alerts appear in a different language after archiving process
Hello!.... we have a problem publishing with xcode 10 WINDEV and the appsstore..the code runs fine on the simulator, on actual phones, but when we publish it the appstore gets back saying Invalid signaturethe certificate is fine as we have published a native aplication with no problems...can you pls share the settings on windev and the settings on X code to publish propery on appstore?
Replies
Boosts
Views
Activity
Dec ’18
Reply to Stop and restart of NWListener fails on real devices
I also create GitHub sample project, which is shown a problem GitHub project - https://github.com/ChoadPet/NWListenerTest/tree/master
Replies
Boosts
Views
Activity
Jul ’20
Reply to Help with ORKImageChoiceAnswerFormat
An answer for this question has been posted to the ResearchKit GitHub repository Issues page. Please go to github dot com slash ResearchKit.
Replies
Boosts
Views
Activity
Mar ’16
Reply to Code Signing Error Message: HELP
Is there a reason you're not using latest Xcode 12.x? my iOS Deployment Target has been set to 9.0, so how does this 13.4 come up? 13.4 is the max iOS version Xcode 11.6 requires (no choice). 9.0 (your choice) is just the minimum...together, they result in a range of iOSs that your app is expected to support. In the mean time see if this page helps: h ttps://medium.com/codespace69/ios-xcode-code-signing-error-code-signing-is-required-for-product-type-application-in-sdk-216c1b16311e
Replies
Boosts
Views
Activity
Oct ’20
Reply to Core Data - Binary datastores with transformable attributes will not open
I've managed to replicate the error in a clean xcode project. The problem is related to Binary Data Stores and only occurs in iOS 11. I will file a radar.I created a github demonstrating the problem that you can access here:https://github.com/seriouscyrus/CoreDataTransformableAttribBug
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’17
Reply to Run and test app with a github project
>is possible to use the xcode simulator with the project?Yes, assuming compatibility, etc. >can i test the app of the github project on my iphone?Yes, assuming compatibility, etc. How you do so depends on if you use free or paid provisioning, however. Do you have a paid Developer Account?
Replies
Boosts
Views
Activity
May ’17
Code-coverage data not generated when tests are run via X-Code bots.
I am running the application on Version 9.0 beta (9M136h). When I run the UI tests, code coverage report contains numbers for the test file as well for the main project. (Screenshot1). However, If I run the same tests using bots, no code coverage data is generated for the files in the main application, only for the files in the test application. (Screenshot 2)https://www.dropbox.com/sh/25lplykpxvpwpup/AADCe7mGHZl1bhCSIq-v69IWa?dl=0In the project scheme, have gather code coverage data enabled.
Replies
0
Boosts
0
Views
5.4k
Activity
Jun ’17
Reply to Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode 11 - "error: Relocation out of range"
Ok, here's what happened. To open the project in XCode 11 I had to convert Swift from 3.x to 4.x. When I made some manual changes to add the @objc tag, I errantly added it to a few private functions in the code. I'm guessing the 'out of range' message meant 'hey, we can't see those functions you idiot.I removed it and now builds fine on all devices & ios versions.Hopefully this helps someone in he future...
Replies
Boosts
Views
Activity
Jul ’19
Reply to iOS 13 UITableViewCell drops layout constraint changes
Yes, I've got a sample project up on GitHub, but the reply with the link is awaiting moderation. (github)/cooksey/CellLayout
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’19
Reply to xCode - ITMS-90111: Unsupported SDK or Xcode version
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Can't change background task identifier
Here's what I did: Ran with original name. Debug commands work fine. Stopped app in xcode, and changed names (added x at end of identifier in target (replicated to Info.plist), and code Removed app from phone Shutdown phone and rebooted. Ran with new names from xcode...same problem Switched name back...runs fine.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode project on a different MacBook
I use Source Control for this. My Xcode project is synced to my remote repository. A second machine can then pull the project from the remote repository. Either machine can work on the project, and push the changes. Remote accounts are available on GitHub, GitLab, Bitbucket, etc...
Replies
Boosts
Views
Activity
Nov ’21
Reply to Keep getting this Error
I used x code 7.1.1 and am on mac OS X Yosemite
Replies
Boosts
Views
Activity
Nov ’15
GitHub installation was incomplete "Repository not found"
Getting error while adding primary repository for XCode Cloud.
Replies
0
Boosts
0
Views
348
Activity
Apr ’22