i was working with Xcode3, since i moved to Xcode4, i didn't find where is the Build in the settings section in Xcode as it looks like this in Xcode3:
Not sure to understand your question, the 'Build Settings' is still there in XCode4, simply click on your project itself and it's there
Click on the project at the top of the left pane in XCode and you will find a 'Build Settings' pane...
Related
I added the script that I found in another post but no luck. I cleaned the build folder hundred times but nothing is working.
Actually in my case the target has been set correctly. All I needed to do was to turn off the simulator and let it get started by the build again.
Have you checked the "Target Membership" in the right-side pane?
Go to "images.xcassets" under your project
Click "AppIcon" or any image asset you have for your project
Show the Inspector on the right
See if "Target Membership" is checked correctly for your app.
Select Target from Xcode then navigate to General Tab and under "App Icon and Launch Images" section select "App Icons Source" -> AppIcon
It was greyed out in the Target membership. I fixed that and it worked.
I want to delete swift package, but the delete action is disabled. So, how can I do?
It is not about the Xcode 12. As you realized your folder is red.
Probably you removed this folder from the target is supposed to be referenced from here..
In other words Xcode can't see this folder. That is why your delete button disabled.
Just delete from target and restart the Xcode so it will be removed.
Click your project > Swift Packages and click - as below
In your project navigator (the left sidebar), click on your xcodeproj (the one with the blue icon).
In your xcodeproj, click on your project, then click on your project. You should be able to manage your packages under the "Swift Packages" section.
When I click on my project in XCode 5, I can't see the build phases tab where I can link binaries with libraries.
Make sure to have the target of your project selected, as opposed to the actual project, in the left pane of the main view.
I made some changes in my xcode project, which somehow, causes me to not be able to run the app in the simulator nor device. The only option that I can see now is My Mac 64 bit. How do I fix this? The target is correct.
Try this:
Go to Edit scheme (Drop down near the stop button), then select Excecutable as "yourapp.app".
If you open the project in XCode (4.4.1), on the left top click the folder icon, then select your project icon to bring up the project settings page. Click on the "Summary" tab, then you should see "Devices" where you can select the device you want to target.
If that doesn't work (you don't see "iOS Application Target") you may need to go into "Build Settings" and select a different "Base SDK" -- I usually select "Latest iOS". You may have selected a Mac OS X SDK. Also check "Supported Platforms" to select "iOS".
Another Way which did it for me ...
go to manage Schemes and click Autocreate schemes now on the upper left side ..
hope it helps
I'm trying to change the launch image of my app using xcode but the 'summary' tab under the relevant target is not visible, I only see 'info', 'build settings', 'build phases' and 'build rules'.
Any ideas how I can get to the summary tab?
Select the target, not the project.
It turns out the summary tab is not visible in some cases like when a project is yet to be built..