Search results for

“xcode github”

95,391 results found

Post

Replies

Boosts

Views

Activity

Reply to [Xcode 17A5305k] API Invalid status code: 401: This operation could not be completed
What I've tried: removed completely the app from AppStore Connect changing the BundleID to another one logging in/out from Xcode creating new repository refreshing the Github API key in Xcode checked out all the permissions on Github removing/readding access to the Github app reset profiles and certificates on my machine Also: provisioning profiles are managed by Xcode I can archive the app and send it to
Sep ’25
Code injection on Mac OS X 10.11
With System integrity protection on Mac OS X 10.11, the code injection is prevented on Apple signed processes. If the security vendor wants to reverse engineer, inject the code for legitimate purpose, what are alternatives? - Is there possibily of security vendor can work with Apple, in a way to ceritify their apps so that only they would be allowed to do certain tasks?
1
0
1.4k
Sep ’15
Read QR Code OS X (10.10 and later)
Is there any possibility to read QR Code from an OS X (10.10 and later) with the system libraries (e.g. AVFoundation)?I know that the AVCaptureMetadataOutput class was available just on OS X 10.9.But is the delegate method -[AVCaptureMetadataOutputObjectsDelegate captureOutput:didOutputMetadataObjects:fromConnection:] still available? It is written in the documentation that is available on OS X 10.9 and later. How can I use it now (on OS X 10.10)?What can be used as alternative to AVCaptureMetadataOutput?Thanks a lot.Lovelace
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
1.9k
Jul ’15
Automatic Code Signing does not work with custom entitlements in xCode 9.X
Summary:Given an app which uses custom entitlements for provisioning profiles, as granted by Apple, Xcode is unable to configure automatic code signing for that app.It seems as though Xcode has no idea about the concept of custom entitlements granted to a specific provisioning profile, such as com.apple.developer.payment-pass-provisioning.Steps to Reproduce:Create an bundle ID on the dev portal and an app on iTunes Connect.Create a provisioning profile on the dev portal.Give that bundle ID/app privileges for the com.apple.developer.payment-pass-provisioning entitlement.Enable that entitlement for the provisioning profile.Configure the entitlements for your app in Xcode to contain the com.apple.developer.payment-pass-provisioning entitlement.Configure automatic code signing in Xcode.Build and run.Expected Results: Xcode creates and downloads a provisioning profile using the com.apple.developer.payment-pass-provisioning entitlement. The build succeeds as the provisioning prof
3
0
2.3k
Jun ’18
Cloning repo from github within Xcode leaves dialog box un-closeable
I am able to use Xcode to clone a repo from github. I go to the repo, example: https://github.com/weitieda/cs193p-2020-swiftui, I click on the Code download button, I copy the repo's URL, I go back to Xcode and click on Source Control in the main menu, and click Clone, and paste the copied URL into the dialog box. The download completes, I see the project in the Finder, but the Xcode clone dialog box does not close and cannot be closed. The dialog box has a Cancel button, but clicking on it simply plays a tock sound but it doesn't close the dialog box. Because the dialog box is modal, I can't even quit Xcode normally. The only way I know to close the dialog box is to Force-Quit Xcode using Option-Command-ESC. Anyone else experience this? How to solve this?
1
0
798
Jun ’21
MacOs Drops Github Credentials
I have Monterey 12.6. I don't get it. Every few days my Github credentials are dropped and I have to input them again and again. git@github. Permission denied (publickey) fatal: Could not read from remote repository. Is this a known bug? Is there a fix or work around?? Thanks.
1
0
636
Sep ’22
Unity to X-code App weight increased
Dear All,I am not really a dev, I am working for a company and we have developped an app for our product on UNITY and now we want to send it to the App Store.When we are making the built on Unity to send it to the Play store is is roughly 97Mo.When we are making the one for X-code, it is up to 2Go... And I have a file name Libraries of 1.6Go...Does somebody can help me?I am totally lost! many thanks for your help and answers.Victor
2
0
397
Feb ’17
Xcode Cloud fails to clone Github repo with LFS since Aug 27th
Since August 27th 2024 Xcode Cloud fails to clone our Github repository. The reported error is LFS related: smudge filter lfs failed Nothing in our repository configuration has changed and the LFS files have been in place for a long time. Has anyone else encountered this issue and found a solution? Feedback: FB14975627
Replies
2
Boosts
0
Views
895
Activity
Aug ’24
Reply to Xcode 9 crashes on launch
I am also having XCode 9 Betacrash repeatedly while working with GitHub. I have also just set up GitHUb in the XCode beta for the first time. So far, I can proceed - just a little bit at a time. Have to keep Force Quitting and re-starting Xcode.
Replies
Boosts
Views
Activity
Jun ’17
Reply to [Xcode 17A5305k] API Invalid status code: 401: This operation could not be completed
What I've tried: removed completely the app from AppStore Connect changing the BundleID to another one logging in/out from Xcode creating new repository refreshing the Github API key in Xcode checked out all the permissions on Github removing/readding access to the Github app reset profiles and certificates on my machine Also: provisioning profiles are managed by Xcode I can archive the app and send it to
Replies
Boosts
Views
Activity
Sep ’25
X code on el captain
Hello all i just got a Macbook Pro 2015 and wold really like to run Xcode but the latest version isn't supported is there a way to go back in time or something and instal aversion that is supported.
Replies
2
Boosts
0
Views
420
Activity
Apr ’21
Reply to XCode 12 - Can't login to Github without Access Token???
So how can I create that authentication token and then how do I set up my login in Xcode to GitHub to use that token instead of a password which GitHub is deprecating?
Replies
Boosts
Views
Activity
Feb ’21
Reply to XCode 12 - Can't login to Github without Access Token???
I recommend waiting until Xcode asks you to sign in to GitHub to create the personal access token. I was able to switch to using the token without having to log out or delete the GitHub account entry in Xcode.
Replies
Boosts
Views
Activity
Feb ’21
Code injection on Mac OS X 10.11
With System integrity protection on Mac OS X 10.11, the code injection is prevented on Apple signed processes. If the security vendor wants to reverse engineer, inject the code for legitimate purpose, what are alternatives? - Is there possibily of security vendor can work with Apple, in a way to ceritify their apps so that only they would be allowed to do certain tasks?
Replies
1
Boosts
0
Views
1.4k
Activity
Sep ’15
Reply to Xcode Cloud
I am also facing the same issue for Xcode Cloud with GitHub and solve by uploading 'Generated.xcconfig' on GitHub i.e. Remove the 'Generated.xcconfig' file from .gitignore.
Replies
Boosts
Views
Activity
Jun ’23
Read QR Code OS X (10.10 and later)
Is there any possibility to read QR Code from an OS X (10.10 and later) with the system libraries (e.g. AVFoundation)?I know that the AVCaptureMetadataOutput class was available just on OS X 10.9.But is the delegate method -[AVCaptureMetadataOutputObjectsDelegate captureOutput:didOutputMetadataObjects:fromConnection:] still available? It is written in the documentation that is available on OS X 10.9 and later. How can I use it now (on OS X 10.10)?What can be used as alternative to AVCaptureMetadataOutput?Thanks a lot.Lovelace
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
1
Boosts
0
Views
1.9k
Activity
Jul ’15
sample source code for mac os x
hii precise sample source code in swift to player live streaming in .ts for use with my IPTV list channelsmy link of one channel iptvhttp://server.globalhd.ml:8080/live/cbd_cbd@hotmail.com/9o11224Bfr/80.tshow i player this in swift with mac os x program ?thankdario
Replies
0
Boosts
0
Views
618
Activity
Feb ’18
Automatic Code Signing does not work with custom entitlements in xCode 9.X
Summary:Given an app which uses custom entitlements for provisioning profiles, as granted by Apple, Xcode is unable to configure automatic code signing for that app.It seems as though Xcode has no idea about the concept of custom entitlements granted to a specific provisioning profile, such as com.apple.developer.payment-pass-provisioning.Steps to Reproduce:Create an bundle ID on the dev portal and an app on iTunes Connect.Create a provisioning profile on the dev portal.Give that bundle ID/app privileges for the com.apple.developer.payment-pass-provisioning entitlement.Enable that entitlement for the provisioning profile.Configure the entitlements for your app in Xcode to contain the com.apple.developer.payment-pass-provisioning entitlement.Configure automatic code signing in Xcode.Build and run.Expected Results: Xcode creates and downloads a provisioning profile using the com.apple.developer.payment-pass-provisioning entitlement. The build succeeds as the provisioning prof
Replies
3
Boosts
0
Views
2.3k
Activity
Jun ’18
Does Xcode server work with GitHub accounts w/ two-factor auth?
Trying to figure out if there is another way to enable this...I have a GitHub account with 2 factor authentication enabled. When I go through the create bot workflow my username/password always fails. I turned off two-factor authentication on the account and it works as expected.Is there something else I can do to use two-factor auth?
Replies
0
Boosts
0
Views
664
Activity
Aug ’17
Cloning repo from github within Xcode leaves dialog box un-closeable
I am able to use Xcode to clone a repo from github. I go to the repo, example: https://github.com/weitieda/cs193p-2020-swiftui, I click on the Code download button, I copy the repo's URL, I go back to Xcode and click on Source Control in the main menu, and click Clone, and paste the copied URL into the dialog box. The download completes, I see the project in the Finder, but the Xcode clone dialog box does not close and cannot be closed. The dialog box has a Cancel button, but clicking on it simply plays a tock sound but it doesn't close the dialog box. Because the dialog box is modal, I can't even quit Xcode normally. The only way I know to close the dialog box is to Force-Quit Xcode using Option-Command-ESC. Anyone else experience this? How to solve this?
Replies
1
Boosts
0
Views
798
Activity
Jun ’21
MacOs Drops Github Credentials
I have Monterey 12.6. I don't get it. Every few days my Github credentials are dropped and I have to input them again and again. git@github. Permission denied (publickey) fatal: Could not read from remote repository. Is this a known bug? Is there a fix or work around?? Thanks.
Replies
1
Boosts
0
Views
636
Activity
Sep ’22
Unity to X-code App weight increased
Dear All,I am not really a dev, I am working for a company and we have developped an app for our product on UNITY and now we want to send it to the App Store.When we are making the built on Unity to send it to the Play store is is roughly 97Mo.When we are making the one for X-code, it is up to 2Go... And I have a file name Libraries of 1.6Go...Does somebody can help me?I am totally lost! many thanks for your help and answers.Victor
Replies
2
Boosts
0
Views
397
Activity
Feb ’17