Search results for

xcode github

94,715 results found

Post

Replies

Boosts

Views

Activity

Reply to CODING PROBLEM
I recommend you'd give a better title for your post. Including the error message is one way, if it's not too long.And you also show what version of Xcode you are using, just adding something like Xcode 6.4 on OS X 10.10.4 would be useful in many cases.I assume this sort of lines: /may be modified by the article editor's copying feature and your original code would be something like this: // Do any additional setup after loading the view, typically from a nib.as in the code template generated by Xcode. You'd better post-edit your code after pasting it.So, if I try to get the message Expected declaration, I need to write some other codes, other than your code shown above.Are you sure your source file does not contain any other codes?
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’15
Reply to git untracked
@Paradigm777 Hi. I’ve checked everything and still get error. I’m starting to think the error resides in how I set up everything (I don’t know much about git but I’m currently learning about it) At first I didn’t set any repository or whatever. I added my account in Xcode settings (with a token). I clicked on « add a git repository » which I searched in the help research bar. After that, in the source control panel, I went to remotes, and clicked « add a new remote« which made the repository appear on my GitHub. i still had the untracked message. Do you notice anything wrong ? Was I supposed to set a local repository too ? Should I have first created the repository on GitHub then push the changes from Xcode project to it ?
Nov ’23
Reply to Black bars when using simulator?
I am having the same issue when I run with the iPhone 6 or iPhone 5 simulator, but the screen looks correct when I run with the iPhone 4S simulator. I printed out UIScreen.mainScreen().bounds to see what was going on, and the dimensions were 320.0 X 480.0, regardless of which simulator I used! These dimensions are correct for iPhone 4S, but not the others. My code was working correctly prior to iOS 9 / XCode 7 / OS X 10.11 / Swift 2.0.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to UDP broadcasts with expected replies
I have a UDP packet sniffer on the same LAN (a Raspberry Pi 4) at 10.0.1.125 . It reliably sees the UDP broadcast packet from 10.0.1.128 (the Mac) when I run the UDP broadcast code on the Mac. There is a UDP responder on the network at 10.0.1.122 (hidden inside an FPGA). Pinging 10.0.1.122 from the Mac (10.0.1.128) works. Pinging the Mac (10.0.1.128) from the Pi (10.0.1.125) also works. The Pi and an older Mac running identical UDP broadcast code sees the UDP response from 10.0.1.122 reliably, in response to identical UDP broadcast packets (as seen by the Pi 4 sniffer). The sender address in the UDP response packet is 10.0.1.122 (as received on the older Mac and Pi). Sending UDP packets directly (not broadcast) from a newer updated Mac (10.0.1.128) to the responder (10.0.1.122) and receiving UDP replies works great. But the newer Mac after updating to the latest macOS 10.15.7 with Xcode 12.0.1 never sees any UDP replies to UDP broadcast packets. So the broadcast code used t
Oct ’20
Reply to XCode 15 warnings
For sure, Xcode may be very verbose and some warnings are hard to solve (even impossible). But you can silence the warnings and just keep errors. In the Issues navigator click on x at the bottom on the Filter line Could you show the real and more complete code, so that we can understand these hang pont (???) messages
Topic: UI Frameworks SubTopic: UIKit Tags:
Apr ’24
Reply to System Extension crashing
Ah, still there are some subtle diffences that I don't understand...If I create a command line App from the EP sec example from Okram's github, I can debug thru xcode ( once I launched the xcode from root's command line). But it does not work ( i.e. superuser privilage fails ) when I try the same steps with the Firewall extension that has the same code embedded in it.-prokash
Topic: App & System Services SubTopic: Drivers Tags:
Jan ’20
Reply to Xcode on iPad?
Is there a way of coding and publishing apps on a iPad natively? NO. Is there any plans of Xcode coming to iPad? Apple rarely talks about future plans of development system, except in WWDCs. And Apple has not announced any of such plans till now. You should better check this old thread: Xcode for iPad Pro - https://developer.apple.com/forums/thread/17585 Or this relatively new thread: Will X Code be coming to the ipad Pro ? - https://developer.apple.com/forums/thread/652028
Nov ’20