|
Re: No Editor?
What happens if you copy the whole project folder over to your other computer and open it from the same proj file?
What happens if you copy the whole project folder over to your other computer and open it from the same proj file?
|
By
Alex Zavatone
·
#1447
·
|
|
Re: No Editor?
Alex -
from experiment.xcodeproj
Charles
Alex -
from experiment.xcodeproj
Charles
|
By
Charles Phillips
·
#1446
·
|
|
Re: No Editor?
What did you click on to open it? The project file or the workspace file?
What did you click on to open it? The project file or the workspace file?
|
By
Alex Zavatone
·
#1445
·
|
|
No Editor?
Ok another question that I have done a search for, but have not found an answer that I can use.
I have two Macs and write code on both, transferring via Github. One is a Mac Mini and one is a MacBook
Ok another question that I have done a search for, but have not found an answer that I can use.
I have two Macs and write code on both, transferring via Github. One is a Mac Mini and one is a MacBook
|
By
Charles Phillips
·
#1444
·
|
|
Saving Editor Layout in Xcode
Is there some way of getting Xcode to remember the layout of the editors you last used?
My 'go to' tab configures 3 Editor columns across my 34" screen. Every time I quit Xcode, it loses the column
Is there some way of getting Xcode to remember the layout of the editors you last used?
My 'go to' tab configures 3 Editor columns across my 34" screen. Every time I quit Xcode, it loses the column
|
By
robmartin@frontiernet.net
·
#1443
·
|
|
Re: XCode Refuses To Compile
Ok, I think that I just did something dumb to get myself into this situation. I was "straightening out" files and must have moved main.cpp and experiment.xcodeproj into a backup folder - instead of
Ok, I think that I just did something dumb to get myself into this situation. I was "straightening out" files and must have moved main.cpp and experiment.xcodeproj into a backup folder - instead of
|
By
Charles Phillips
·
#1442
·
Edited
|
|
Re: XCode Refuses To Compile
When you get that message, do you check if that file is there? If so, what is the result?
When you get that message, do you check if that file is there? If so, what is the result?
|
By
Alex Zavatone
·
#1441
·
|
|
XCode Refuses To Compile
Sometimes I can see the code in the XCode window, can edit it, can Commit - but get this error message! What is going on? I have done a search or two.
error: Build input file cannot be found:
Sometimes I can see the code in the XCode window, can edit it, can Commit - but get this error message! What is going on? I have done a search or two.
error: Build input file cannot be found:
|
By
Charles Phillips
·
#1440
·
|
|
Re: Voiceover support question
It appears that we can do this through Siri. Hope the helps someone else.
It appears that we can do this through Siri. Hope the helps someone else.
|
By
Alex Zavatone
·
#1439
·
|
|
Voiceover support question
I noticed in Xcode that there are some Environment Overrides in the debugger pane and I see Accessibility options in there.
Is it possible using this to quickly turn or turn off Voiceover on a
I noticed in Xcode that there are some Environment Overrides in the debugger pane and I see Accessibility options in there.
Is it possible using this to quickly turn or turn off Voiceover on a
|
By
Alex Zavatone
·
#1438
·
|
|
Xcode Organizer Crash Reports FUBARed
My company use to capture iOS crash reports with a service, but of course if the crash happens at launch and the user cannot ever continue, those are worthless.
Also since Apple's are no cost it
My company use to capture iOS crash reports with a service, but of course if the crash happens at launch and the user cannot ever continue, those are worthless.
Also since Apple's are no cost it
|
By
dhoerl
·
#1437
·
|
|
Another XCode - Github Question: Friend Started Repository With Visual Studio Code
A pal and I have worked on several "Terminal Applications" together and exchange code via Github. He writes using Visual Studio Code but I am sticking with XCode (because I don't want to spend time
A pal and I have worked on several "Terminal Applications" together and exchange code via Github. He writes using Visual Studio Code but I am sticking with XCode (because I don't want to spend time
|
By
Charles Phillips
·
#1436
·
Edited
|
|
Re: certificate woes
When using Automatically handle signing in an app that requires provisioning -- apparently not all do -- one is provided for you.
After several hours of playing I finally found the issue. This is
When using Automatically handle signing in an app that requires provisioning -- apparently not all do -- one is provided for you.
After several hours of playing I finally found the issue. This is
|
By
Marco S Hyman
·
#1435
·
|
|
Re: certificate woes
Do you even need to specify a provisioning profile when you notarize? I don't.
Do you even need to specify a provisioning profile when you notarize? I don't.
|
By
James Walker
·
#1434
·
|
|
certificate woes
Happy December Xcode users,
I updated a Mac app and uploaded it to the Mac App Store. No problems. It is in review. I also make the app available for download for those who don’t want to use the
Happy December Xcode users,
I updated a Mac app and uploaded it to the Mac App Store. No problems. It is in review. I also make the app available for download for those who don’t want to use the
|
By
Marco S Hyman
·
#1433
·
|
|
Re: Strange Xcode behavior
It’s an obj-C project overall, but it has one Swift file, and that is where it fails. I’ve tried manually adding include files as you’ve suggested, but it then complains about double
It’s an obj-C project overall, but it has one Swift file, and that is where it fails. I’ve tried manually adding include files as you’ve suggested, but it then complains about double
|
By
Owen Hartnett
·
#1432
·
|
|
Re: Strange Xcode behavior
Is the problem with the Obj-C or the Swift files?
An explicit #import <sys/types.h> should pull in the definition of u_char, but that is usually in the import chain already. In my test project I
Is the problem with the Obj-C or the Swift files?
An explicit #import <sys/types.h> should pull in the definition of u_char, but that is usually in the import chain already. In my test project I
|
By
Sak Wathanasin
·
#1431
·
|
|
Re: Strange Xcode behavior
Thanks for the reply. Yes, I tried that. It’s looking like some of the header paths in the build settings need to be adjusted. Still plugging at it.
-Owen
Thanks for the reply. Yes, I tried that. It’s looking like some of the header paths in the build settings need to be adjusted. Still plugging at it.
-Owen
|
By
Owen Hartnett
·
#1430
·
|
|
Re: Strange Xcode behavior
Have you tried clearing out the “DerivedData” folder? Maybe it has stuff cached from older/newer SDKs.
Regards
Sak
Have you tried clearing out the “DerivedData” folder? Maybe it has stuff cached from older/newer SDKs.
Regards
Sak
|
By
Sak Wathanasin
·
#1429
·
|
|
Strange Xcode behavior
I’ve set up a remote build server, and a project that had been building fine is suddenly giving very strange errors.
This is an objective C project with one Swift file in it. The project, when
I’ve set up a remote build server, and a project that had been building fine is suddenly giving very strange errors.
This is an objective C project with one Swift file in it. The project, when
|
By
Owen Hartnett
·
#1428
·
|